Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:56 1.2.0_1 |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
30 Apr 2022 19:22:41 1.2.0_1 |
Jason E. Hale (jhale)  |
security/pinentry-gnome3: De-version and rename
Due to the new GNOME versioning scheme, security/pinentry-gnome3 has
been renamed to security/pinentry-gnome and all references to
"GNOME 3" have been dropped in favor of just "GNOME". The binary itself
still installs as pinentry-gnome3 at this time, however.
Rename the option GNOME3 -> GNOME in security/pinentry.
PR: 263681
Reported by: PauAmma <pauamma@gundo.com> |
24 Feb 2022 14:24:12 1.2.0 |
Jason E. Hale (jhale)  |
security/pinentry: Update to 1.2.0
Changes: https://dev.gnupg.org/T5566 |
06 Apr 2021 14:31:07 1.1.1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Jan 2021 19:15:30
1.1.1 |
jhale  |
security/pinentry*: Update to 1.1.1
Add security/pinentry-efl: An EFL (Enlightenment Foundation Libraries)-based
version of pinentry.
Change the default pinentry program from tty to ncurses so that the package
works out-of-the-box with mail/mutt. [1]
PR: 239381 [1]
Reported by: <heas@shrubbery.net> [1]
Requested by: adamw and Derek Schrock <dereks@lifeofadishwasher.com> [1] |
15 Nov 2020 20:37:58
1.1.0_7 |
jhale  |
security/pinentry: Users who enable the non-default GNOME3 option will now
have to install security/pinentry-gnome3 manually. This has been done to break
a dependency loop that was introduced in r553735 where security/gcr added a
build dependency on security/gnupg.
Before r553735:
security/gnupg -> security/pinentry -> security/pinentry-gnome3 -> security/gcr
After r553735:
security/gnupg -> security/pinentry -> security/pinentry-gnome3 -> security/gcr
-> security/gnupg
Now:
security/gnupg -> security/pinentry
security/pinentry-gnome3 -> security/gcr -> security/gnupg
A pkg-message has been added to remind users of the GNOME3 option to install the
required package manually and to deinstall it if no longer needed.
PR: 250945
Reported by: <sdalu@sdalu.com> |
08 Nov 2019 13:17:00
1.1.0_6 |
tobik  |
security: Add missing USES={gnome,php} |
10 Oct 2019 12:17:15
1.1.0_6 |
bapt  |
pinentry-gnome3 does not need at all gtk2 |
26 Jul 2019 20:46:57
1.1.0_5 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
16 Mar 2019 18:02:10
1.1.0_4 |
tcberner  |
security/pinentry: remove QT4 option (Qt4 deprecation)
- this breaks security/pinentry-qt4 until removal
Approved by: portmgr (implicit) |
12 Dec 2018 01:35:36
1.1.0_3 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
02 Dec 2018 15:41:48
1.1.0_2 |
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
11 Nov 2018 09:08:07
1.1.0_2 |
antoine  |
Remove orphan after INFO_PATH move |
10 Nov 2018 18:12:58
1.1.0_2 |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
29 Jul 2018 22:18:46
1.1.0_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
28 Jun 2018 17:39:55
1.1.0 |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
21 Jan 2018 00:38:29
1.1.0 |
jhale  |
Update security/pinentry* to 1.1.0 [1]
Add security/pinentry-fltk, fltk frontend [2]
PR: 225190 [1], 225191 [2]
Submitted by: Dmitri Goutnik <dg@syrec.org> |
10 Sep 2017 20:55:39
1.0.0_3 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
23 May 2017 05:03:16
1.0.0_2 |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
01 Apr 2017 15:23:32
1.0.0_1 |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
18 Dec 2016 13:46:25
1.0.0 |
jhale  |
Fix configure for users that have 'WITHOUT_GNU_GREP_COMPAT=yes' set
Reported by: rakuco |
16 Dec 2016 15:31:24
1.0.0 |
jhale  |
Update to 1.0.0
Add LICENSE (GPLv2+)
Dependency cleanup
Whitespace fix
Remake patches
Take maintainership |
20 Nov 2016 02:50:59
0.9.7_1 |
marino  |
security/pinentry-*: Document ncurses requirement
It turns out that every pinentry slave port requires ncurses,
not just -gnome3 and -curses.
Approved by: ncurses blanket |
18 Nov 2016 15:39:14
0.9.7_1 |
marino  |
security/pinentry-gnome3: Document ncurses requirement
Approved by: ncurses blanket |
20 Oct 2016 15:58:13
0.9.7_1 |
rakuco  |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
03 Jul 2016 14:56:01
0.9.7_1 |
rakuco  |
Bump PORTREVISION in security/pinentry and pinentry-qt4 after r415872.
r415872 changed the binary name that security/pinentry-qt4 installs without
bumping PORTREVISION in the affected ports, so if security/pinentry gets
rebuilt after this change but security/pinentry-qt4 is not the pinentry symlink
will be broken. Similarly, if one builds security/pinentry-qt{4,5} without
updating security/pinentry, the pinentry symlink will also be broken.
PR: 209556
MFH: 2016Q3 |
26 May 2016 03:24:23
0.9.7 |
pi  |
New port: security/pinentry-qt5, Qt 5 version of the GnuPG password dialog
PR: 209556
Submitted by: Ralf Nolden <nolden@kde.org> (kde)
Approved by: makc (implicit as kde maintainer) |
01 Apr 2016 14:25:18
0.9.7 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
29 Feb 2016 18:35:00
0.9.7 |
rakuco  |
Update security/pinentry and slave ports to 0.9.7.
From pinentry's NEWS file:
Noteworthy changes in version 0.9.7 (2015-12-07)
------------------------------------------------
* Fix regressions in the Qt pinentry.
* Fix minor problems pinnetyr-tty.
* New option --invisible-char.
Noteworthy changes in version 0.9.6 (2015-09-10)
------------------------------------------------
* Many improvements for the dump tty pinentry.
* Use the standard GTK+-2 text entry widget instead of our outdated
and back-then-it-was-more-secure text widget.
* Use the standard Qt text widget. (Only the first 15 lines of the commit message are shown above ) |
05 Oct 2015 20:18:23
0.9.5 |
kwm  |
GNOME 3 expects pinentry to have libsecret support. so instead of offering
a options change always build it with libsecret support.
Approved by: maintainer (implicit) |
21 Aug 2015 12:26:23
0.9.5 |
kwm  |
Build the pinentry-gnome3 port with libsecret support. GNOME 3.18 expects it.
PR: 202509
Submitted by: myself
Approved by: maintainer (makc@) |
17 Jul 2015 15:49:10
0.9.5 |
makc  |
security/pinentry:
- Add GNOME 3 pinentry dialog |
14 Jul 2015 09:14:42
0.9.5 |
makc  |
security/pinentry:
- Fix build: libassuan is now mandatory dependence
- Explicitly disable GNOME 3 and Emacs versions
MFH: 2015Q3 |
13 Jul 2015 16:45:52
0.9.5 |
jkim  |
- Update to 0.9.5.
- Disable LIBSECRET option for GTK2 by default. It does not work and broke
Thunderbird/Enigmail for me.
Approved by: makc (maintainer)
MFH: 2015Q3 |
18 May 2015 21:24:30
0.9.2 |
makc  |
security/pinentry:
- Update to 0.9.2
- Add optional support for libsecret and enable it for GTK frontend |
21 Apr 2015 07:29:55
0.9.1 |
marino  |
security/pinetry-qt4: set to use c+++11 standard (fixes gcc5)
Unfortunately this still doesn't build on FreeBSD 10 which uses libc++.
It is unknown if it builds on FreeBSD11, but it has been ignored on
FreeBSD11. The main benefit is for gcc5 support right now.
I confirmed that it still builds on FreeBSD 8 and FreeBSD 9.
Approved by: blanket (gcc5) |
24 Mar 2015 09:48:41
0.9.1 |
makc  |
security/pinentry:
- Update to 0.9.1
- Remove no longer needed patch |
21 Jan 2015 10:38:38
0.9.0_2 |
makc  |
security/pinentry:
- Make it apparent that Qt 4 frontend is broken on 10.x and greater
PR: 196681
Submitted by: Gerard Seibert |
02 Jan 2015 18:46:34
0.9.0_2 |
pi  |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
24 Dec 2014 22:33:57
0.9.0_1 |
makc  |
security/pinentry:
- Resolve mutual conflict for security/pinentry-* ports
- Add new port security/pinentry-tty for pure console version of pinentry
- Convert security/pinentry to meta-alike port that depends on pinentry-tty by
default and installs commons files (documentation). Mark it architecture
independent. |
14 Nov 2014 08:21:02
0.9.0 |
makc  |
security/pinentry:
- Check for the presence of libc++ rather than for OSVERSION and
fix options processing [1]
- Use MOC variable provided by bsd.qt.mk
Reported by: wblock [1] |
13 Nov 2014 14:42:31
0.9.0 |
makc  |
security/pinentry:
- Update to 0.9.0
- Remove pinentry-gtk port (GTK+ 1 support is discontinued upstream)
- Ignore Qt 4 frontend on 10 and greater, it fails to build with clang/libc++ |
16 Sep 2014 13:44:13
0.8.3_3 |
amdmi3  |
- Drop .la files for security/libksba, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
13 Sep 2014 15:11:28
0.8.3_2 |
tijl  |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
30 Jul 2014 03:57:24
0.8.3_1 |
pi  |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
12 May 2014 10:53:42
0.8.3 |
makc  |
Convert my ports to USES=tar |
10 Nov 2013 17:50:00
0.8.3 |
makc  |
Fix build on 10 and head
PR: ports/183086
Submitted by: sbruno |
23 Oct 2013 13:08:42
0.8.3 |
makc  |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
20 Sep 2013 22:55:26
0.8.3 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
02 Sep 2013 15:39:17
0.8.3 |
bapt  |
Add an explicit dependency on pkgconf |
23 Aug 2013 16:12:32
0.8.3 |
makc  |
- Update to 0.8.3
- Remove stale patch
- Drop deprecated PTHREAD_* stuff |
09 Jul 2013 13:37:14
0.8.1_4 |
makc  |
- Remove security/pinentry-qt: Qt3 ports are deprecated.
- minor fixes/changes. |
19 Jun 2013 14:14:13
0.8.1_3 |
makc  |
Disable Qt3 frontend: Qt3 ports are deprecated.
PR: ports/179207
Reported by: Scot Hetzel <swhetzel at gmail.com> |
06 May 2013 15:34:18
0.8.1_3 |
bapt  |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
03 May 2013 16:36:41
0.8.1_3 |
ehaupt  |
Chase security/libgcrypt update |
27 Apr 2013 18:25:25
0.8.1_2 |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
06 Feb 2013 12:00:30
0.8.1_2 |
makc  |
- Fix regression introduced in my previous commit [1]
- Trim Makefile header
- Adjust comment
Reported by: bapt |
27 Jul 2012 11:03:39
0.8.1_2 |
makc  |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
01 Jun 2012 05:26:28
0.8.1_2 |
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
0.8.1_1 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
03 Jul 2011 11:40:49
0.8.1_1 |
swills  |
- Chase the libgcrypt shared lib version |
19 May 2011 20:13:50
0.8.1 |
makc  |
Add missing USE_NCURSES
PR: ports/157142
Submitted by: Raphael Kubo da Costa <kubito at gmail.com> |
27 Mar 2011 19:03:02
0.8.1 |
dougb  |
Update libksba to 1.2.0, and update dependent ports.
The patch also adds a verify target for the PGP signature
of the distfile.
Noteworthy changes in version 1.2.0 (2011-03-01)
------------------------------------------------
* New functions to allow the creation of X.509 certificates.
This release adds features required by the GnuPG 2.1 development
version.
PR: ports/155506
Submitted by: me
Approved by: maintainer timeout |
31 Dec 2010 15:20:54
0.8.1 |
makc  |
Update to 0.8.1 |
16 Dec 2010 14:16:46
0.8.0_4 |
glarkin  |
- Chase libksba shlib version bump in directly-dependent ports
Reported by: ale and others via private email
Another pointy to: glarkin |
16 Dec 2010 02:34:07
0.8.0_3 |
glarkin  |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
27 Jul 2010 01:25:20
0.8.0_2 |
wxs  |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
14 Jun 2010 12:26:26
0.8.0_1 |
makc  |
Check that at least one frontend is selected
Allow slave ports to override PORTREVISION |
28 Mar 2010 06:47:48
0.8.0_1 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
06 Mar 2010 19:42:41
0.8.0 |
makc  |
Update to 0.8.0
Feature safe: yes |
05 Feb 2010 11:46:55
0.7.6_2 |
dinoex  |
- update to jpeg-8 |
15 Aug 2009 15:40:10
0.7.6_1 |
makc  |
Fix build on 6.x after recent Qt4 update |
31 Jul 2009 13:57:52
0.7.6_1 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
12 Jul 2009 11:28:30
0.7.6 |
makc  |
Fix build with upcoming Qt-4.5.2 |
24 Jun 2009 08:25:55
0.7.6 |
makc  |
Update to 0.7.6
Add new frontend: pinentry-qt4 |
07 Feb 2009 23:14:46
0.7.5_1 |
makc  |
Take maintainership.
Approved by: miwi (implicit) |
06 Jan 2009 13:01:11
0.7.5_1 |
rafan  |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478 |
20 Nov 2008 07:59:07
0.7.5 |
rafan  |
- Remove 0 size patch
PR: ports/123116
Reported by: Jason E. Hale <bsdkaffee at gmail.com> |
23 Sep 2008 14:19:30
0.7.5 |
rafan  |
- Update to 0.7.5
PR: ports/123116
Submitted by: Yarodin <yarodin at gmail.com> |
07 Sep 2008 00:36:27
0.7.3_2 |
linimon  |
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr |
06 Jun 2008 14:01:07
0.7.3_2 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
0.7.3_1  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
05 Apr 2008 17:36:26
0.7.3_1 |
lofi  |
Fix build.
Submitted by: Andrew W. Nosenko |
20 Mar 2008 10:03:51
0.7.3_1 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
28 Feb 2008 21:47:06
0.7.3_1 |
arved  |
Chase libgcrypt library version |
30 Oct 2007 08:39:28
0.7.3 |
lofi  |
Update to 0.7.3 |
19 May 2007 20:32:57
0.7.2_6 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
13 Sep 2006 21:24:20
0.7.2_5 |
lofi  |
Update gpgme to 1.1.2, chase dependencies. |
13 May 2006 04:15:53
0.7.2_4 |
edwin  |
Remove USE_REINPLACE from all categories starting with S |
07 Mar 2006 08:28:06
0.7.2_4 |
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
23 Feb 2006 10:40:45
0.7.2_3 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Jan 2006 01:03:33
0.7.2_3 |
edwin  |
SHA256ify
Approved by: krion@ |
20 Dec 2005 16:39:54
0.7.2_3 |
lofi  |
- Update libksba to 0.9.13
- Chase shared library bumps
- Update gnupg-devel to 1.9.20 |
15 Nov 2005 06:52:12
0.7.2_3 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
05 Nov 2005 05:22:06
0.7.2_3 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
18 Oct 2005 18:33:22
0.7.2_2 |
lofi  |
Make PREFIX-safe |
21 Apr 2005 19:22:56
0.7.2_2 |
lofi  |
Update libksba to version 0.9.11.
Update gnupg-devel to 1.9.16.
Update dirmngr to 0.9.2.
Bump PORTREVISION for pinentry (for libksba shared library bump). |
19 Apr 2005 15:22:11
0.7.2_1 |
lofi  |
Account for pinentry-symlink. |
18 Apr 2005 18:01:11
0.7.2 |
lofi  |
Fix build of the -curses / -gtk slaveports. |
15 Apr 2005 23:46:01
0.7.2 |
lofi  |
Update to 0.7.2 |