[128396] trunk/dports/security/gpg-agent/Portfile

ionic at macports.org ionic at macports.org
Thu Nov 20 10:25:38 PST 2014


Revision: 128396
          https://trac.macports.org/changeset/128396
Author:   ionic at macports.org
Date:     2014-11-20 10:25:38 -0800 (Thu, 20 Nov 2014)
Log Message:
-----------
gpg-agent: add xcode version check to automatic variant selector.

Modified Paths:
--------------
    trunk/dports/security/gpg-agent/Portfile

Modified: trunk/dports/security/gpg-agent/Portfile
===================================================================
--- trunk/dports/security/gpg-agent/Portfile	2014-11-20 18:25:33 UTC (rev 128395)
+++ trunk/dports/security/gpg-agent/Portfile	2014-11-20 18:25:38 UTC (rev 128396)
@@ -62,6 +62,8 @@
         # 10.7 and below are not supported by pinentry-mac, though, and will default to
         # pinentry. Just like pure darwin without OS X will.
         if {${os.subplatform} ne "macosx" ||
+            ${xcodeversion} eq "none" ||
+            [vercmp ${xcodeversion} {5.0}] < 0 ||
             ${os.major} < 12 || ([catch {registry_active pinentry}] &&
                                  ![catch {registry_active pinentry-mac}])} {
             default_variants-append +pinentry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141120/87e0693b/attachment-0001.html>


More information about the macports-changes mailing list