Revision
116743
Author
stromnov@macports.org
Date
2014-02-05 13:42:06 -0800 (Wed, 05 Feb 2014)

Log Message

py-llvmpy: update to version 0.12.2

Modified Paths

Diff

Modified: trunk/dports/python/py-llvmpy/Portfile (116742 => 116743)


--- trunk/dports/python/py-llvmpy/Portfile	2014-02-05 20:48:31 UTC (rev 116742)
+++ trunk/dports/python/py-llvmpy/Portfile	2014-02-05 21:42:06 UTC (rev 116743)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 PortGroup           python 1.0
 
-github.setup        llvmpy llvmpy 0.12.1
+github.setup        llvmpy llvmpy 0.12.2
 name                py-llvmpy
 categories-append   devel
 platforms           darwin
@@ -22,16 +22,10 @@
 
 homepage            http://www.llvmpy.org/
 
-checksums           rmd160  0b64f5cff1fe5d0240adc97b0e572c5946e99a38 \
-                    sha256  994369fb17f2b153d3ceb3b7e07ff3047195cdb7fb127dd6fc55492896aafeae
+checksums           rmd160  7f8befb9976eac87302b012f5b06332ea1571606 \
+                    sha256  4f159d7376abe447413fdc8151a07a96feb803f62f5e99644a44be1e85ccddef
 
 if {${name} ne ${subport}} {
-    # Remove with next version update
-    master_sites    macports_distfiles
-    post-extract {
-        move [glob ${workpath}/*] ${worksrcpath}
-    }
-
     depends_lib-append  port:llvm-3.3
     build.env-append    LLVM_CONFIG_PATH=${prefix}/bin/llvm-config-mp-3.3
     destroot.env-append LLVM_CONFIG_PATH=${prefix}/bin/llvm-config-mp-3.3