[114222] trunk/dports/python/py-llvmpy/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 2 19:53:32 PST 2013


Revision: 114222
          https://trac.macports.org/changeset/114222
Author:   ryandesign at macports.org
Date:     2013-12-02 19:53:32 -0800 (Mon, 02 Dec 2013)
Log Message:
-----------
py-llvmpy: fix build failure introduced by r114217 (#41657)

Revision Links:
--------------
    https://trac.macports.org/changeset/114217

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

Modified: trunk/dports/python/py-llvmpy/Portfile
===================================================================
--- trunk/dports/python/py-llvmpy/Portfile	2013-12-03 03:49:45 UTC (rev 114221)
+++ trunk/dports/python/py-llvmpy/Portfile	2013-12-03 03:53:32 UTC (rev 114222)
@@ -6,10 +6,6 @@
 PortGroup           python 1.0
 
 github.setup        llvmpy llvmpy 0.12.1
-
-# Remove with next version update
-master_sites        macports_distfiles
-
 name                py-llvmpy
 categories-append   devel
 platforms           darwin
@@ -26,6 +22,12 @@
 
 homepage            http://www.llvmpy.org/
 
+# Remove with next version update
+master_sites        macports_distfiles
+post-extract {
+    move [glob ${workpath}/*] ${worksrcpath}
+}
+
 checksums           rmd160  0b64f5cff1fe5d0240adc97b0e572c5946e99a38 \
                     sha256  994369fb17f2b153d3ceb3b7e07ff3047195cdb7fb127dd6fc55492896aafeae
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131202/aedf1778/attachment.html>


More information about the macports-changes mailing list