K 10 svn:author V 5 dougb K 8 svn:date V 27 2007-12-05T19:57:49.000000Z K 7 svn:log V 779 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) END