[41188] trunk/dports/devel/gpgme/Portfile

blb at macports.org blb at macports.org
Sun Oct 26 23:13:04 PDT 2008


Revision: 41188
          http://trac.macports.org/changeset/41188
Author:   blb at macports.org
Date:     2008-10-26 23:13:03 -0700 (Sun, 26 Oct 2008)
Log Message:
-----------
devel/gpgme - version update to 1.1.7, add smime variant (ticket #16550)

Modified Paths:
--------------
    trunk/dports/devel/gpgme/Portfile

Modified: trunk/dports/devel/gpgme/Portfile
===================================================================
--- trunk/dports/devel/gpgme/Portfile	2008-10-27 03:01:40 UTC (rev 41187)
+++ trunk/dports/devel/gpgme/Portfile	2008-10-27 06:13:03 UTC (rev 41188)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                gpgme
-version             1.1.6
+version             1.1.7
 categories          devel security crypto
 maintainers         boeyms openmaintainer
 description         A library for easy acces to GnuPG.
@@ -21,9 +21,9 @@
 master_sites        gnupg
 use_bzip2           yes
 
-checksums           md5 daddf775ace2594da834f15c8ebb045e \
-                    sha1 05218df939d72c2fd6d74f22c2b5d5ade0718b7a \
-                    rmd160 b5c110dcd5f14138812b764808367dd5dcbb2ff6
+checksums           md5     0f9347890339d491241fbdb8812673ff \
+                    sha1    c735bb90431667e3d020aa3adcf0efa858c992af \
+                    rmd160  e9ab630a4389d66718f4aca8b7aa275c83a1fa25
 
 patchfiles          patch-assuan_assuan.h.diff
 
@@ -49,6 +49,13 @@
     configure.env-append    LIBS="-lpth"
 }
 
+# S/MIME needs gpgsm which comes with gnupg2 only; so use all gnupg2 here
+variant smime description {Enable S/MIME support} {
+    depends_lib-append      port:gnupg2
+    depends_lib-delete      port:gnupg
+    configure.args-append   --with-gpg=${prefix}/bin/gpg2
+}
+
 livecheck.check regex
 livecheck.url   http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D
 livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081026/990fdce9/attachment.html>


More information about the macports-changes mailing list