Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1_1 04 Nov 2024 16:50:19 |
Gleb Popov (arrowd) |
security/gcr: Update to 4.3.0
Move the previous version to security/gcr3 and switch consumer ports to it
PR: 282046
Approved by: vishwin
Sponsored by: Future Crew, LLC |
1.3.1 08 Jul 2024 05:12:00 |
Jason E. Hale (jhale) |
security/pinentry: Update to 1.3.1
https://dev.gnupg.org/T7046 |
1.3.0 21 Apr 2024 02:06:22 |
Jason E. Hale (jhale) |
security/pinentry-qt6: Fix configure on 13.2
Qt 6.x requires C++17 and the C++ standard is not set for the configure
script nor for the build. The base compiler on FreeBSD 13.2 defaults to
C++11, causing the configure script to fail as would the build if it
made it past the configure stage.
Reported by: pkg-fallout |
1.3.0 03 Apr 2024 02:31:02 |
Jason E. Hale (jhale) |
security/pinentry: Update to 1.3.0
Add security/pinentry-qt6 for the new Qt 6 pinentry frontend.
Make a more generic pkg-message for pinentry frontends that have a
dependency loop with the main port. Previously, only the gnome frontend
had this problem, but a dependency loop was also discovered in the efl
frontend.
https://dev.gnupg.org/T7046 |
1.2.1 12 Sep 2022 19:46:00 |
Jason E. Hale (jhale) |
security/pinentry: Update to 1.2.1
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=blob;f=NEWS;hb=338961541fa9416937092d6e7720246b3cd7465a |
1.2.0_1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.0_1 20 Jul 2022 14:22:56 |
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 ) |
1.2.0_1 30 Apr 2022 19:22:41 |
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> |
1.2.0 24 Feb 2022 14:24:12 |
Jason E. Hale (jhale) |
security/pinentry: Update to 1.2.0
Changes: https://dev.gnupg.org/T5566 |
1.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1 24 Jan 2021 19:15:30 |
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] |
1.1.0_7 15 Nov 2020 20:37:58 |
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> |
1.1.0_6 08 Nov 2019 13:17:00 |
tobik |
security: Add missing USES={gnome,php} |
1.1.0_6 10 Oct 2019 12:17:15 |
bapt |
pinentry-gnome3 does not need at all gtk2 |
1.1.0_5 26 Jul 2019 20:46:57 |
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 |
1.1.0_4 16 Mar 2019 18:02:10 |
tcberner |
security/pinentry: remove QT4 option (Qt4 deprecation)
- this breaks security/pinentry-qt4 until removal
Approved by: portmgr (implicit) |
1.1.0_3 12 Dec 2018 01:35:36 |
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 |
1.1.0_2 02 Dec 2018 15:41:48 |
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 |
1.1.0_2 11 Nov 2018 09:08:07 |
antoine |
Remove orphan after INFO_PATH move |
1.1.0_2 10 Nov 2018 18:12:58 |
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 |
1.1.0_1 29 Jul 2018 22:18:46 |
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 |
1.1.0 28 Jun 2018 17:39:55 |
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 |
1.1.0 21 Jan 2018 00:38:29 |
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> |
1.0.0_3 10 Sep 2017 20:55:39 |
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 |
1.0.0_2 23 May 2017 05:03:16 |
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 |
1.0.0_1 01 Apr 2017 15:23:32 |
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 |
1.0.0 18 Dec 2016 13:46:25 |
jhale |
Fix configure for users that have 'WITHOUT_GNU_GREP_COMPAT=yes' set
Reported by: rakuco |
1.0.0 16 Dec 2016 15:31:24 |
jhale |
Update to 1.0.0
Add LICENSE (GPLv2+)
Dependency cleanup
Whitespace fix
Remake patches
Take maintainership |
0.9.7_1 20 Nov 2016 02:50:59 |
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 |
0.9.7_1 18 Nov 2016 15:39:14 |
marino |
security/pinentry-gnome3: Document ncurses requirement
Approved by: ncurses blanket |
0.9.7_1 20 Oct 2016 15:58:13 |
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. |
0.9.7_1 03 Jul 2016 14:56:01 |
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 |
0.9.7 26 May 2016 03:24:23 |
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) |
0.9.7 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.9.7 29 Feb 2016 18:35:00 |
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 ) |
0.9.5 05 Oct 2015 20:18:23 |
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) |
0.9.5 21 Aug 2015 12:26:23 |
kwm |
Build the pinentry-gnome3 port with libsecret support. GNOME 3.18 expects it.
PR: 202509
Submitted by: myself
Approved by: maintainer (makc@) |
0.9.5 17 Jul 2015 15:49:10 |
makc |
security/pinentry:
- Add GNOME 3 pinentry dialog |
0.9.5 14 Jul 2015 09:14:42 |
makc |
security/pinentry:
- Fix build: libassuan is now mandatory dependence
- Explicitly disable GNOME 3 and Emacs versions
MFH: 2015Q3 |
0.9.5 13 Jul 2015 16:45:52 |
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 |
0.9.2 18 May 2015 21:24:30 |
makc |
security/pinentry:
- Update to 0.9.2
- Add optional support for libsecret and enable it for GTK frontend |
0.9.1 21 Apr 2015 07:29:55 |
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) |
0.9.1 24 Mar 2015 09:48:41 |
makc |
security/pinentry:
- Update to 0.9.1
- Remove no longer needed patch |
0.9.0_2 21 Jan 2015 10:38:38 |
makc |
security/pinentry:
- Make it apparent that Qt 4 frontend is broken on 10.x and greater
PR: 196681
Submitted by: Gerard Seibert |
0.9.0_2 02 Jan 2015 18:46:34 |
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 ) |
0.9.0_1 24 Dec 2014 22:33:57 |
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. |
0.9.0 14 Nov 2014 08:21:02 |
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] |
0.9.0 13 Nov 2014 14:42:31 |
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++ |
0.8.3_3 16 Sep 2014 13:44:13 |
amdmi3 |
- Drop .la files for security/libksba, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.8.3_2 13 Sep 2014 15:11:28 |
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 |
0.8.3_1 30 Jul 2014 03:57:24 |
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) |
0.8.3 12 May 2014 10:53:42 |
makc |
Convert my ports to USES=tar |
0.8.3 10 Nov 2013 17:50:00 |
makc |
Fix build on 10 and head
PR: ports/183086
Submitted by: sbruno |
0.8.3 23 Oct 2013 13:08:42 |
makc |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
0.8.3 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.8.3 02 Sep 2013 15:39:17 |
bapt |
Add an explicit dependency on pkgconf |
0.8.3 23 Aug 2013 16:12:32 |
makc |
- Update to 0.8.3
- Remove stale patch
- Drop deprecated PTHREAD_* stuff |
0.8.1_4 09 Jul 2013 13:37:14 |
makc |
- Remove security/pinentry-qt: Qt3 ports are deprecated.
- minor fixes/changes. |
0.8.1_3 19 Jun 2013 14:14:13 |
makc |
Disable Qt3 frontend: Qt3 ports are deprecated.
PR: ports/179207
Reported by: Scot Hetzel <swhetzel at gmail.com> |
0.8.1_3 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
0.8.1_3 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
0.8.1_2 27 Apr 2013 18:25:25 |
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 |
0.8.1_2 06 Feb 2013 12:00:30 |
makc |
- Fix regression introduced in my previous commit [1]
- Trim Makefile header
- Adjust comment
Reported by: bapt |
0.8.1_2 27 Jul 2012 11:03:39 |
makc |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
0.8.1_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.8.1_1 23 Sep 2011 22:26:39 |
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 |
0.8.1_1 03 Jul 2011 11:40:49 |
swills |
- Chase the libgcrypt shared lib version |
0.8.1 19 May 2011 20:13:50 |
makc |
Add missing USE_NCURSES
PR: ports/157142
Submitted by: Raphael Kubo da Costa <kubito at gmail.com> |
0.8.1 27 Mar 2011 19:03:02 |
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 |
0.8.1 31 Dec 2010 15:20:54 |
makc |
Update to 0.8.1 |
0.8.0_4 16 Dec 2010 14:16:46 |
glarkin |
- Chase libksba shlib version bump in directly-dependent ports
Reported by: ale and others via private email
Another pointy to: glarkin |
0.8.0_3 16 Dec 2010 02:34:07 |
glarkin |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
0.8.0_2 27 Jul 2010 01:25:20 |
wxs |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
0.8.0_1 14 Jun 2010 12:26:26 |
makc |
Check that at least one frontend is selected
Allow slave ports to override PORTREVISION |
0.8.0_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.0 06 Mar 2010 19:42:41 |
makc |
Update to 0.8.0
Feature safe: yes |
0.7.6_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.7.6_1 15 Aug 2009 15:40:10 |
makc |
Fix build on 6.x after recent Qt4 update |
0.7.6_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.7.6 12 Jul 2009 11:28:30 |
makc |
Fix build with upcoming Qt-4.5.2 |
0.7.6 24 Jun 2009 08:25:55 |
makc |
Update to 0.7.6
Add new frontend: pinentry-qt4 |
0.7.5_1 07 Feb 2009 23:14:46 |
makc |
Take maintainership.
Approved by: miwi (implicit) |
0.7.5_1 06 Jan 2009 13:01:11 |
rafan |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478 |
0.7.5 20 Nov 2008 07:59:07 |
rafan |
- Remove 0 size patch
PR: ports/123116
Reported by: Jason E. Hale <bsdkaffee at gmail.com> |
0.7.5 23 Sep 2008 14:19:30 |
rafan |
- Update to 0.7.5
PR: ports/123116
Submitted by: Yarodin <yarodin at gmail.com> |
0.7.3_2 07 Sep 2008 00:36:27 |
linimon |
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr |
0.7.3_2 06 Jun 2008 14:01:07 |
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) |
0.7.3_1 19 Apr 2008 17:56:05 |
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) |
0.7.3_1 05 Apr 2008 17:36:26 |
lofi |
Fix build.
Submitted by: Andrew W. Nosenko |
0.7.3_1 20 Mar 2008 10:03:51 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.7.3_1 28 Feb 2008 21:47:06 |
arved |
Chase libgcrypt library version |
0.7.3 30 Oct 2007 08:39:28 |
lofi |
Update to 0.7.3 |
0.7.2_6 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.7.2_5 13 Sep 2006 21:24:20 |
lofi |
Update gpgme to 1.1.2, chase dependencies. |
0.7.2_4 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
0.7.2_4 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
0.7.2_3 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.7.2_3 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |