[84112] trunk/dports/python/py27-pylibelf/Portfile

adfernandes at macports.org adfernandes at macports.org
Sat Sep 17 09:17:52 PDT 2011


Revision: 84112
          http://trac.macports.org/changeset/84112
Author:   adfernandes at macports.org
Date:     2011-09-17 09:17:46 -0700 (Sat, 17 Sep 2011)
Log Message:
-----------
py27-libpyelf: minor cleanups suggested by ryandesign

Modified Paths:
--------------
    trunk/dports/python/py27-pylibelf/Portfile

Modified: trunk/dports/python/py27-pylibelf/Portfile
===================================================================
--- trunk/dports/python/py27-pylibelf/Portfile	2011-09-17 15:34:04 UTC (rev 84111)
+++ trunk/dports/python/py27-pylibelf/Portfile	2011-09-17 16:17:46 UTC (rev 84112)
@@ -24,13 +24,10 @@
 patch.pre_args  -p1
 patchfiles      setup.diff
 
-checksums   files/setup.diff \
-            sha1   33cff8a1ccfb1537e8d6b54899ec4d44eed499ac \
-            rmd160 89362c1af28818fb5d2cba83094269aa9c0afe0b
-
 post-patch {
-    reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.py
-    reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/constfile2cython.py
+    reinplace "s|@@PREFIX@@|${prefix}|g" \
+        ${worksrcpath}/setup.py \
+        ${worksrcpath}/constfile2cython.py
 }
 
 depends_lib-append  port:py27-cython port:py27-ply
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110917/d6ca22d9/attachment.html>


More information about the macports-changes mailing list