cvs commit: ports/mail/pine-pgp-filters Makefile distinfo
Doug Barton
dougb at FreeBSD.org
Wed Dec 5 11:57:50 PST 2007
dougb 2007-12-05 19:57:50 UTC
FreeBSD ports repository
Modified files:
mail/pine-pgp-filters Makefile distinfo
Log:
Un-break packaging by making the GnuPG dependency explicit. My original
goal was to have this port be gpg-version-agnostic, but since there is
no gpg installed on the package builders, and the new configure script
in version 1.5 fails if it can't find one, package building was failing.
The solution is twofold, in the port test if gpg2 is already present,
and record a dependency on it if so. If not, depend on gpg 1.x, and
record that dependency. [1] Second, rev the configure script to look
for gpg2 first, and use that if its found. That will allow those that
install the port (or the software without the port) to prefer gpg2.
Other than the fix in the configure script there are no other changes
from version 1.5 to 1.6.
Submitted by: pav [1]
Approved by: portmgr (pav)
Revision Changes Path
1.11 +12 -2 ports/mail/pine-pgp-filters/Makefile
1.9 +6 -6 ports/mail/pine-pgp-filters/distinfo
More information about the cvs-ports
mailing list