[149183] trunk/dports/security/pinentry/Portfile

ionic at macports.org ionic at macports.org
Sat Jun 4 14:57:27 PDT 2016


Revision: 149183
          https://trac.macports.org/changeset/149183
Author:   ionic at macports.org
Date:     2016-06-04 14:57:27 -0700 (Sat, 04 Jun 2016)
Log Message:
-----------
pinentry: upgrade to 0.9.7. Qt5 can now be properly disabled.

Modified Paths:
--------------
    trunk/dports/security/pinentry/Portfile

Modified: trunk/dports/security/pinentry/Portfile
===================================================================
--- trunk/dports/security/pinentry/Portfile	2016-06-04 21:57:23 UTC (rev 149182)
+++ trunk/dports/security/pinentry/Portfile	2016-06-04 21:57:27 UTC (rev 149183)
@@ -4,7 +4,7 @@
 PortSystem                  1.0
 
 name                        pinentry
-version                     0.9.6
+version                     0.9.7
 revision                    0
 categories                  security
 license                     GPL-2+
@@ -21,14 +21,15 @@
 
 use_bzip2                   yes
 
-checksums                   rmd160  1f2eb6ececac9c952ffb46b85b869300a4b27cd3 \
-                            sha256  2a1124e9097f24f866cab7982610677e222cea71be0a71a5566f223177e01e66
+checksums                   rmd160  2f9a34fcef91a1538bd4436a6aa01810732ddc8f \
+                            sha256  6398208394972bbf897c3325780195584682a0d0c164ca5a0da35b93b1e4e7b2
 
 configure.args              --with-libiconv-prefix=${prefix} \
                             --with-ncurses-include-dir=${prefix}/include/ncurses \
                             --enable-pinentry-curses \
                             --disable-pinentry-gtk2 \
-                            --disable-pinentry-qt
+                            --disable-pinentry-qt \
+                            --disable-pinentry-qt5
 
 # Fix picking up the correct assuan version.
 # -isystem has the added benefit of moving the include
@@ -51,9 +52,6 @@
                             --enable-fallback-curses
 }
 
-# We actually must select the Qt version somehow.
-# autotools do an "auto-detection" trick that is non-reproducible...
-# FIXME: revisit this...
 variant qt4 conflicts qt5 description {Enable qt4-based pinentry tool} {
     PortGroup               qt4 1.0
     configure.args-delete   --disable-pinentry-qt
@@ -63,8 +61,10 @@
 
 variant qt5 conflicts qt4 description {Enable qt5-based pinentry tool} {
     PortGroup               qt5 1.0
-    configure.args-delete   --disable-pinentry-qt
+    configure.args-delete   --disable-pinentry-qt \
+                            --disable-pinentry-qt5
     configure.args-append   --enable-pinentry-qt \
+                            --enable-pinentry-qt5 \
                             --enable-fallback-curses
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160604/8f6bf3b1/attachment.html>


More information about the macports-changes mailing list