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

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 21 17:43:07 PST 2014


Revision: 116233
          https://trac.macports.org/changeset/116233
Author:   jeremyhu at macports.org
Date:     2014-01-21 17:43:07 -0800 (Tue, 21 Jan 2014)
Log Message:
-----------
py-pyobjc: Fix buggy previous commit

Can't map the URL 'file://.' to a port description file ("invalid command name "}"").

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

Modified: trunk/dports/python/py-pyobjc/Portfile
===================================================================
--- trunk/dports/python/py-pyobjc/Portfile	2014-01-22 01:37:01 UTC (rev 116232)
+++ trunk/dports/python/py-pyobjc/Portfile	2014-01-22 01:43:07 UTC (rev 116233)
@@ -33,13 +33,13 @@
 
     set readme_name README.txt
     if {${python.version} == 25} {
-            version         2.2
-            patchfiles      objc-class.m.diff
-            distname        pyobjc-core-${version}
-            checksums       md5 91155ec6b319c9b4b066a616dccbdaa2 \
-                            sha1 6e1fbfa5708eefaf7a36147daf21f0aab62ec1e4 \
-                            rmd160 a7063fe74ecc95b3105e78196e5b5adc3bba3d4a
-        }
+        version         2.2
+        patchfiles      objc-class.m.diff
+        distname        pyobjc-core-${version}
+        checksums       md5 91155ec6b319c9b4b066a616dccbdaa2 \
+                        sha1 6e1fbfa5708eefaf7a36147daf21f0aab62ec1e4 \
+                        rmd160 a7063fe74ecc95b3105e78196e5b5adc3bba3d4a
+
         if {${os.platform} eq "darwin" && ${os.major} >= 12} {
             patchfiles-append 		patch-Modules-${version}.diff
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140121/8e75c18d/attachment.html>


More information about the macports-changes mailing list