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

devans at macports.org devans at macports.org
Tue Jul 8 11:57:02 PDT 2014


Revision: 121819
          https://trac.macports.org/changeset/121819
Author:   devans at macports.org
Date:     2014-07-08 11:57:02 -0700 (Tue, 08 Jul 2014)
Log Message:
-----------
gpgme: update to version 1.5.0, depend on gnupg2, drop +smime variant, smime support now included unconditionally.

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

Modified: trunk/dports/devel/gpgme/Portfile
===================================================================
--- trunk/dports/devel/gpgme/Portfile	2014-07-08 18:54:15 UTC (rev 121818)
+++ trunk/dports/devel/gpgme/Portfile	2014-07-08 18:57:02 UTC (rev 121819)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gpgme
-version             1.4.2
+version             1.5.0
 categories          devel security crypto
 license             {LGPL-2.1+ GPL-3+}
 maintainers         devans openmaintainer
@@ -22,10 +22,10 @@
 master_sites        gnupg
 use_bzip2           yes
 
-checksums           sha1    75051ec9ecd080ae105423bd72f260350a470bc8 \
-                    rmd160  caeee449d31f87d687813013bfa66136d8cc2b71
+checksums           rmd160  9603359f30a7f33ab93a597291d3a38daa67e46e \
+                    sha256  d1127ed730976468255e692d91f1c25b49fe2a97aad1379fc443f2c83c683c83
 
-depends_lib         port:gnupg \
+depends_lib         port:gnupg2 \
                     port:pth \
                     port:libgpg-error \
                     port:libassuan
@@ -36,7 +36,7 @@
     reinplace "s|thread_modules=\"\"|thread_modules=\"pthread\"|" ${worksrcpath}/src/gpgme-config.in
 }
 
-configure.args      --with-gpg=${prefix}/bin/gpg --enable-static
+configure.args      --enable-static
 
 post-configure {
     reinplace "s|CC -dynamiclib|CC -dynamiclib [get_canonical_archflags]|g" ${worksrcpath}/libtool
@@ -52,13 +52,6 @@
         ${destroot}${prefix}/share/doc/${name}
 }
 
-# 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.type      regex
 livecheck.url       ftp://ftp.gnupg.org/gcrypt/gpgme/
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140708/8746c89f/attachment.html>


More information about the macports-changes mailing list