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

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 3 23:51:00 PDT 2007


Revision: 26696
          http://trac.macosforge.org/projects/macports/changeset/26696
Author:   boeyms at macports.org
Date:     2007-07-03 23:50:59 -0700 (Tue, 03 Jul 2007)

Log Message:
-----------
mail/gnupg2:
 * Move dirmgnr dependency into variant, as it pulls in OpenLDAP which is
   apparently rather large and not wanted by all users.

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

Modified: trunk/dports/mail/gnupg2/Portfile
===================================================================
--- trunk/dports/mail/gnupg2/Portfile	2007-07-04 06:19:42 UTC (rev 26695)
+++ trunk/dports/mail/gnupg2/Portfile	2007-07-04 06:50:59 UTC (rev 26696)
@@ -3,7 +3,7 @@
 PortSystem	1.0
 name		gnupg2
 version		2.0.3
-revision	2
+revision	3
 categories	mail security
 maintainers	waqar at macports.org boeyms at macports.org
 description	GNU pretty-good-privacy package
@@ -39,7 +39,6 @@
 		port:bzip2 		\
 		port:bison		\
 		port:gpg-agent		\
-		port:dirmngr		\
 		port:libassuan		\
 		port:libksba		\
 		port:libgcrypt		\
@@ -61,6 +60,13 @@
 	configure.ldflags-append	"-framework IOKit"
 }
 
+# See also the post-patch above.
+# Apparently we have no way of forcing gnupg2 to build without DirMngr support,
+# so we have to just hope we don't run into any problems.
+variant dirmngr description {Enable the use of DirMngr by gpgsm} {
+	depends_lib-append  port:dirnmgr
+}
+
 livecheck.check regex
 livecheck.url   http://mirrors.rootmode.com/ftp.gnupg.org/gnupg/?O=D
 livecheck.regex gnupg-(\\d+\\.\\d+\\.\\d+)

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


More information about the macports-changes mailing list