[127058] trunk/dports/python/py-pyobjc/Portfile

aronnax at macports.org aronnax at macports.org
Sun Oct 19 23:34:00 PDT 2014


Revision: 127058
          https://trac.macports.org/changeset/127058
Author:   aronnax at macports.org
Date:     2014-10-19 23:34:00 -0700 (Sun, 19 Oct 2014)
Log Message:
-----------
py-pyobjc: apparently #35325 affects Lion and Python 2.7 as well, see http://build.macports.org/builders/buildports-lion-x86_64/builds/24283

Modified Paths:
--------------
    trunk/dports/python/py-pyobjc/Portfile

Modified: trunk/dports/python/py-pyobjc/Portfile
===================================================================
--- trunk/dports/python/py-pyobjc/Portfile	2014-10-20 06:07:17 UTC (rev 127057)
+++ trunk/dports/python/py-pyobjc/Portfile	2014-10-20 06:34:00 UTC (rev 127058)
@@ -44,12 +44,16 @@
         checksums       md5 91155ec6b319c9b4b066a616dccbdaa2 \
                         sha1 6e1fbfa5708eefaf7a36147daf21f0aab62ec1e4 \
                         rmd160 a7063fe74ecc95b3105e78196e5b5adc3bba3d4a
+    }
 
-        if {${os.platform} eq "darwin" && ${os.major} >= 12} {
-            patchfiles-append 		patch-Modules-${version}.diff
-        }
+    platform darwin 11 {
+        patchfiles-append 		patch-Modules-${version}.diff
     }
 
+    platform darwin 12 {
+        patchfiles-append 		patch-Modules-${version}.diff
+    }
+
     platform darwin 8 {
         depends_lib
         pre-fetch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141019/e48e2c64/attachment.html>


More information about the macports-changes mailing list