[26201] trunk/dports/mail/gnupg2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 15 12:36:44 PDT 2007


Revision: 26201
          http://trac.macosforge.org/projects/macports/changeset/26201
Author:   boeyms at macports.org
Date:     2007-06-15 12:36:44 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------
mail/gnupg2:
 * Add dependency on dirmngr to fix the functionality of scdaemon;
 * Fix default location in which scdaemon looks for dirmngr's socket;
 * Add myself to maintainers list, as privately discussed with current
   maintainer a while ago.

Modified Paths:
--------------
    trunk/dports/mail/gnupg2/Portfile

Modified: trunk/dports/mail/gnupg2/Portfile
===================================================================
--- trunk/dports/mail/gnupg2/Portfile	2007-06-15 19:32:18 UTC (rev 26200)
+++ trunk/dports/mail/gnupg2/Portfile	2007-06-15 19:36:44 UTC (rev 26201)
@@ -3,9 +3,9 @@
 PortSystem	1.0
 name		gnupg2
 version		2.0.3
-revision	1
+revision	2
 categories	mail security
-maintainers	waqar at macports.org
+maintainers	waqar at macports.org boeyms at macports.org
 description	GNU pretty-good-privacy package
 long_description	\
 	GnuPG is a complete and free replacement for PGP. Because 	\
@@ -23,6 +23,11 @@
             sha1 4680bcb96873191b331252ae40b35e39589c58ca \
             rmd160 bedd74d6c3a93cf6fbe719a2749ba658fa102cca
 
+post-patch {
+    reinplace "s|/var|${prefix}/var|" \
+        ${worksrcpath}/sm/call-dirmngr.c
+}
+
 # gpg-agent is built separately from the rest of gnupg2 to enable gnupg 1.x
 # users to use gpg-agent as well.  gnupg2, however, requires gpg-agent to run,
 # and so gnupg2 depends on gpg-agent.
@@ -34,6 +39,7 @@
 		port:bzip2 		\
 		port:bison		\
 		port:gpg-agent		\
+		port:dirmngr		\
 		port:libassuan		\
 		port:libksba		\
 		port:libgcrypt		\

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070615/eb2f703d/attachment.html


More information about the macports-changes mailing list