notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/gnupg1/Makefile

Number of commits found: 71

Saturday, 27 Jan 2024
00:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/gnupg1: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 2ce9f9647cc9f06b25c3530d4656fb840cac3dc1 commit hash: 2ce9f9647cc9f06b25c3530d4656fb840cac3dc1 commit hash: 2ce9f9647cc9f06b25c3530d4656fb840cac3dc1 commit hash: 2ce9f9647cc9f06b25c3530d4656fb840cac3dc1 2ce9f96
Saturday, 12 Aug 2023
01:37 Piotr Kubaj (pkubaj) search for other commits by this committer
security/gnupg1: drop GCC on powerpc

Binutils are necessary:
cc: error: unsupported argument '-mppc' to option 'Wa,'
commit hash: 9cceb3f6c1f777bc2625c6dc12965051461fb2c5 commit hash: 9cceb3f6c1f777bc2625c6dc12965051461fb2c5 commit hash: 9cceb3f6c1f777bc2625c6dc12965051461fb2c5 commit hash: 9cceb3f6c1f777bc2625c6dc12965051461fb2c5 9cceb3f
Wednesday, 8 Feb 2023
10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da 6e1233b
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 18 Nov 2021
01:01 Adam Weinberger (adamw) search for other commits by this committer
security/gnupg{,1}: Transfer maintainership to adridg
commit hash: 6f8cfad0ec9539677bf32877047b7a137a89fad6 commit hash: 6f8cfad0ec9539677bf32877047b7a137a89fad6 commit hash: 6f8cfad0ec9539677bf32877047b7a137a89fad6 commit hash: 6f8cfad0ec9539677bf32877047b7a137a89fad6 6f8cfad
Wednesday, 16 Jun 2021
09:00 Piotr Kubaj (pkubaj) search for other commits by this committer
security/gnupg1: fix build on powerpc
commit hash: 0053176cbbb9eea53a817fa0db6249be17ea5ab4 commit hash: 0053176cbbb9eea53a817fa0db6249be17ea5ab4 commit hash: 0053176cbbb9eea53a817fa0db6249be17ea5ab4 commit hash: 0053176cbbb9eea53a817fa0db6249be17ea5ab4 0053176
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 20 Aug 2020
23:10 zeising search for other commits by this committer
security/gnupg1: Build with -fcommon

With llvm 11, builds are using -fno-common by default.
I've tried to fix gnupg1 to build with this, but it is qyite hard and
requires a lot of patches.  In the meantime, upstream code has changed
significantly, and gnupg1 is old, so just switch it to use -fcommon instead,
to make it build.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
Original commitRevision:545570 
Wednesday, 15 Jul 2020
07:28 adamw search for other commits by this committer
Unmute some build commands
Original commitRevision:542249 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
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
Original commitRevision:484628 
Tuesday, 12 Jun 2018
13:53 adamw search for other commits by this committer
Update gnupg1 to security release 1.4.23

PR:		228936
Submitted by:	Dani
MFH:		2018Q2
Security:	CVE-2017-7526
Original commitRevision:472250 
Thursday, 20 Jul 2017
12:20 adamw search for other commits by this committer
Update to 1.4.22.

MFH:		2017Q3
Security:	CVE-2017-7526
Original commitRevision:446260 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
Tuesday, 10 Jan 2017
15:42 tijl search for other commits by this committer
Restore the link from gpg to gpg2 on uninstallation, removed in r431058.

When gnupg is installed, installing gnupg1 overwrites the link.  Uninstall
should restore the link so the system is back in the same state.

Approved by:	adamw (maintainer)
Original commitRevision:431096 
02:48 adamw search for other commits by this committer
Standardize the COMMENT and pkg-descr with the other gnupg ports.

Readline for everyone instead of it sometimes showing up and never
being recorded.

Don't link gpg to gpg2 on uninstallation. This is not a good idea.
The gnupg{,20} ports handle creating that symlink.

Remove the .sig file from distinfo.

PORTREVISION bump for the dependency and plist changes.
Original commitRevision:431058 
Monday, 31 Oct 2016
21:09 adamw search for other commits by this committer
Oops.

Notified by:	pi
Original commitRevision:425027 
16:24 adamw search for other commits by this committer
Improve the compiler check by using USES=compiler and not applying
it blindly to 10+.

PR:		213932
Reported by:	dewayne heuristicsystems com au
Original commitRevision:425012 
Sunday, 30 Oct 2016
23:23 adamw search for other commits by this committer
Enable the CAMELLIA cipher and noexecstack (support for which gets
auto-detected). While here, fix a few Makefile nits and provide a
better COMMENT.
Original commitRevision:424966 
21:20 adamw search for other commits by this committer
A number of simplifications and improvements.

- Don't download the unusued signature
- Use the standard ICONV knob instead of LIBICONV
- Improve option descriptions and proper capitalization
- Handle the SUID chmod in the plist instead of the Makefile
- Simplify CFLAGS modification and skip the unnecessary -std=c89 addition
- Don't patch docs installation out, just let pkg DTRT
- Switch WWW to https

No PORTREVISION bump because most of these changes are NOOPs, except
the WWW change which isn't worth forcing a rebuild for.
Original commitRevision:424964 
Saturday, 17 Sep 2016
15:58 adamw search for other commits by this committer
Complete the adoption of options helpers, remove old cruft,
and take maintainership.

PR:		212352
Approved by:	maintainer timeout
Original commitRevision:422332 
Thursday, 8 Sep 2016
17:04 amdmi3 search for other commits by this committer
- Add LICENSE
- While here, convert to options helpers and new test framework

PR:		207449
Submitted by:	dewayne@heuristicsystems.com.au
Approved by:	maintainer timeout (kuriyama, 6 months)
Original commitRevision:421567 
Thursday, 18 Aug 2016
00:20 kuriyama search for other commits by this committer
- Upgrade to 1.4.21 (security, predictable bits in some situation).

References: https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000395.html
Original commitRevision:420375 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Wednesday, 23 Dec 2015
03:25 kuriyama search for other commits by this committer
- Upgrade to 1.4.20 (minor fixes).
Original commitRevision:404276 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Tuesday, 14 Apr 2015
08:24 robak search for other commits by this committer
security/gnupg1: add CPE information

- Maintainer's timeout (kuriyama@FreeBSD.org)

PR:		198850
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Original commitRevision:383984 
Saturday, 28 Feb 2015
14:55 kuriyama search for other commits by this committer
- Upgrade to 1.4.19 (with SCA fix).
Original commitRevision:380145 
Thursday, 27 Nov 2014
13:54 bapt search for other commits by this committer
Do not install gnupg(7) manpage to allow installing in parallel of regular gnupg
People using spamassing can now still use it while having anything else using
newer gnupg

With hat:	portmgr
Original commitRevision:373488 
Thursday, 24 Jul 2014
18:34 tijl search for other commits by this committer
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
Original commitRevision:362835 
Monday, 30 Jun 2014
22:45 kuriyama search for other commits by this committer
- Upgrade to 1.4.18 (bugfix).
Original commitRevision:359937 
Monday, 23 Jun 2014
23:09 kuriyama search for other commits by this committer
- Upgrade to 1.4.17 (security fix).

This release includes a *security fix* to stop a possible DoS
using garbled compressed data packets which can be used to
put gpg into an infinite loop.

References:	http://lists.gnupg.org/pipermail/gnupg-announce/2014q2/000344.html
Original commitRevision:359019 
Thursday, 29 May 2014
14:53 kuriyama search for other commits by this committer
Fix fatal error at exit regarding missing trustdb although key is imported.

Submitted by:	des, philip
References:	https://bugs.gnupg.org/gnupg/issue1622
References:	http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=23191d7851eae2217ecdac6484349849a24fd94a
Original commitRevision:355706 
Tuesday, 25 Mar 2014
12:15 madpilot search for other commits by this committer
Bump PORTREVISION, forgotten in previous commit.

Noticed by:	mat
Original commitRevision:349132 
07:24 madpilot search for other commits by this committer
- Really disable iconv support when LIBICONV option is not selected [1]
  This fixes build on 10 and head when libiconv is installed and
  LIBICONV option is disabled

While here:

- Convert to USES gmake and USES tar [2]
- Convert to new LIB_DEPENDS format [2]

Reported by:	Mike Harding <mvharding@gmail.com> (via email)
Approved by:	portmgr (bapt, implicit) [1]
Approved by:	implicit portmgr@ blanket approval [2]
Original commitRevision:349108 
Wednesday, 5 Feb 2014
13:58 miwi search for other commits by this committer
- Stage support
Original commitRevision:342704 
Wednesday, 18 Dec 2013
15:14 kuriyama search for other commits by this committer
- Upgrade to 1.4.16 (security fix).

References: http://lists.gnupg.org/pipermail/gnupg-announce/2013q4/000337.html
Original commitRevision:336839 
Thursday, 5 Dec 2013
11:19 mat search for other commits by this committer
Fixup pkgname.

PR:		ports/184444
Submitted by:	mat
Approved by:	portmgr (bapt)
Original commitRevision:335659 
Saturday, 5 Oct 2013
15:41 kuriyama search for other commits by this committer
Revert NO_STAGE because packaging failure with PKGNG.
Original commitRevision:329469 
09:35 kuriyama search for other commits by this committer
- Upgrade to 1.4.15 (security, VuXML entry will follow).
- Use $STAGEDIR.
Original commitRevision:329430 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Thursday, 25 Jul 2013
13:12 kuriyama search for other commits by this committer
- Upgrade to 1.4.14.

Security: http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000330.html

I'll write vuxml entry later.
Original commitRevision:323640 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Tuesday, 30 Apr 2013
06:28 jgh search for other commits by this committer
- convert ports to USES= gettext

Approved by:	portmgr (bapt@)
Original commitRevision:316883 
Sunday, 28 Apr 2013
21:02 bapt search for other commits by this committer
Convert security to new options framework
Original commitRevision:316749 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- 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
Original commitRevision:316683 
Monday, 18 Mar 2013
11:40 bapt search for other commits by this committer
Fix a long standing bug of lib/charset.alias being overwritten, modified, and
badly tracked by ports.

Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to
prevent a port from modifying/overwritting the charset.alias file during make
install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.

Based on a patch by ale
(http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)

Approved by:	kwm (gnome)
Exp-run by:	miwi
Original commitRevision:314556 
Thursday, 27 Dec 2012
13:57 kuriyama search for other commits by this committer
- Fix build on more recent current.

PR:		ports/173678
Submitted by:	swills
Original commitRevision:309541 
Friday, 21 Dec 2012
00:42 kuriyama search for other commits by this committer
- Upgrade to 1.4.13 (minor bugfixes).
Original commitRevision:309335 
Tuesday, 31 Jan 2012
00:56 kuriyama search for other commits by this committer
- Upgrade to 1.14.12 (minor bugfixes).
Original commit
Sunday, 29 Jan 2012
14:44 kuriyama search for other commits by this committer
- Fix build on 10-current (i386) [1]
- Fix build with clang by using CFLAGS+=-std=c89.

PR:             ports/163898 [1]
Submitted by:   swills [1]
Original commit
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Saturday, 29 Oct 2011
10:03 miwi search for other commits by this committer
- Fix build on FreeBSD 10

Reported by:    pointyhat
Original commit
Tuesday, 19 Oct 2010
00:36 kuriyama search for other commits by this committer
- Upgrade to 1.4.11 (minor bugfixes).

References:    
http://lists.gnupg.org/pipermail/gnupg-announce/2010q4/000303.html
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
Original commit
Friday, 4 Sep 2009
10:06 kuriyama search for other commits by this committer
- Upgrade to 1.4.10.
Original commit
Monday, 9 Mar 2009
17:15 stas search for other commits by this committer
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:    thompsa (old version), miwi
Tested by:      miwi
Original commit
Friday, 23 Jan 2009
15:43 roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Original commit
Tuesday, 6 Jan 2009
17:59 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 6 Jun 2008
14:01 edwin search for other commits by this committer
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)
Original commit
Saturday, 26 Apr 2008
23:51 miwi search for other commits by this committer
- Update to 1.4.9

Notes:
        This update fixes a possible security vulnerability
        involving memory corruption from importing malicious
        keys.

PR:             122349 / 122155
Submitted by:   Nick Barkas <snb@threerings.net> / Hirohisa Yamaguchi
<umq@ueo.co.jp>
Approved by:    maintainer timeout
Security:      
http://www.vuxml.org/freebsd/30394651-13e1-11dd-bab7-0016179b2dd5.html
Original commit
Saturday, 12 Jan 2008
08:53 kuriyama search for other commits by this committer
- Upgrade to 1.4.8 (GPL3).

PR:             ports/118894
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Original commit
Thursday, 4 Oct 2007
06:00 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 6 Mar 2007
09:06 kuriyama search for other commits by this committer
- Upgrade to 1.4.7.
  Add safety seatbelt for inserting additional text in signed OpenPGP message.

References:    
http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023687.html,
               
http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023686.html
Original commit
Monday, 25 Dec 2006
03:49 kuriyama search for other commits by this committer
- I forgot to bump PORTREVISION to sync with security/gnupg as of
  before 2.0 upgrade.
- Add a patch to fix info/dir entry in gnupg1.info [1].
- Recover symlink during removing this port after installing
  security/gnupg (2.0) (I forgot to add this before...).

PR:             ports/106819 [1]
Submitted by:   Dmitry A Grigorovich <odip@bionet.nsc.ru>
Original commit
Saturday, 9 Dec 2006
08:36 kuriyama search for other commits by this committer
- Chase security/gnupg upgrade (but still 1.4.6) after repocopy.
  (not connected in ../Makefile)
- Tweak installation directory for documents to avoid conflict against
  coming gnupg upgrade (2.0.1).

I'm still testing my patch to upgrade to 2.0.1, so please wait. :-)
Original commit

Number of commits found: 71