[143183] trunk/dports/mail/gnupg21/Portfile

jann at macports.org jann at macports.org
Sat Dec 12 08:54:31 PST 2015


Revision: 143183
          https://trac.macports.org/changeset/143183
Author:   jann at macports.org
Date:     2015-12-06 08:43:22 -0800 (Sun, 06 Dec 2015)
Log Message:
-----------
New version of GnuPG 2.1.10. Now requires the use of ADNS to compile

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

Modified: trunk/dports/mail/gnupg21/Portfile
===================================================================
--- trunk/dports/mail/gnupg21/Portfile	2015-12-06 16:17:27 UTC (rev 143182)
+++ trunk/dports/mail/gnupg21/Portfile	2015-12-06 16:43:22 UTC (rev 143183)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gnupg21
-version             2.1.9
+version             2.1.10
 categories          mail security
 maintainers         jann ionic openmaintainer
 license             GPL-3+
@@ -23,16 +23,15 @@
 
 use_bzip2           yes
 
-checksums           rmd160  4fcc251aa7da95e647984469277a49153533d1e8 \
-                    sha256  1cb7633a57190beb66f9249cb7446603229b273d4d89331b75c652fa4a29f7b6 \
-                    sha1    119bab38d2ff3a849be62914be9bf7333da68883
+checksums           rmd160  b29e086cb65bbe40b3a6021b3c4eb0083cd0a344 \
+                    sha256  93bd58d81771a4fa488566e5d2e13b1fd7afc86789401eb41731882abfd26cf9 \
+                    sha1    4aa2594d2d364fe7708a9739ae7cebd251e536c4
 
 notes               "GPG 2.1 uses a new format for its key files. Therefore you cannot\
                     use it together with any earlier version of GPG. Neither can you easily go\
                     back to an older version as the old version cannot read the new format."
 
-# Prevent opportunistic linking
-configure.args      --without-adns
+configure.args      --with-adns
 
 platform darwin {
     if {![variant_isset pinentry] && ![variant_isset pinentry_mac]} {
@@ -65,7 +64,8 @@
                     port:readline           \
                     port:curl               \
                     port:libusb-compat      \
-                    port:npth
+                    port:npth               \
+                    port:adns
                     
 variant pinentry conflicts pinentry_mac description {Handle user input via pinentry.} {
     depends_lib-append      port:pinentry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/98b83d81/attachment.html>


More information about the macports-changes mailing list