Date: Wed, 5 Dec 2007 19:57:50 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pine-pgp-filters Makefile distinfo Message-ID: <200712051957.lB5JvoGX014594@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712051957.lB5JvoGX014594>