[128213] trunk/dports/aqua/pinentry-mac/Portfile

ionic at macports.org ionic at macports.org
Sun Nov 16 09:54:11 PST 2014


Revision: 128213
          https://trac.macports.org/changeset/128213
Author:   ionic at macports.org
Date:     2014-11-16 09:54:11 -0800 (Sun, 16 Nov 2014)
Log Message:
-----------
pinentry-mac: only compatible with 10.8+.

Modified Paths:
--------------
    trunk/dports/aqua/pinentry-mac/Portfile

Modified: trunk/dports/aqua/pinentry-mac/Portfile
===================================================================
--- trunk/dports/aqua/pinentry-mac/Portfile	2014-11-16 17:14:29 UTC (rev 128212)
+++ trunk/dports/aqua/pinentry-mac/Portfile	2014-11-16 17:54:11 UTC (rev 128213)
@@ -25,8 +25,10 @@
 depends_lib
 
 platform darwin {
-    if {${os.major} < 11} {
-        ui_error    "This software utilizes ARC, which is only available on 10.7 and later."
+    if {${os.major} < 12} {
+        ui_error    "This software utilizes ARC, which is only available on 10.7 and later.
+                     Additionally, the package itself is only compatible with Xcode 5 and up
+                     not compatible with 10.7 and below."
         error       "Unsupported operating system."
     } else {
         notes       "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141116/b3dfc377/attachment.html>


More information about the macports-changes mailing list