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

ryandesign at macports.org ryandesign at macports.org
Mon Dec 2 17:12:21 PST 2013


Revision: 114217
          https://trac.macports.org/changeset/114217
Author:   ryandesign at macports.org
Date:     2013-12-02 17:12:21 -0800 (Mon, 02 Dec 2013)
Log Message:
-----------
py-llvmpy: do not fetch from upstream for now, to avoid checksum mismatches (#41657)

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

Modified: trunk/dports/python/py-llvmpy/Portfile
===================================================================
--- trunk/dports/python/py-llvmpy/Portfile	2013-12-03 01:05:35 UTC (rev 114216)
+++ trunk/dports/python/py-llvmpy/Portfile	2013-12-03 01:12:21 UTC (rev 114217)
@@ -7,6 +7,9 @@
 
 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,7 +29,7 @@
 checksums           rmd160  0b64f5cff1fe5d0240adc97b0e572c5946e99a38 \
                     sha256  994369fb17f2b153d3ceb3b7e07ff3047195cdb7fb127dd6fc55492896aafeae
 
-if {$subport != $name} {
+if {${subport} ne ${name}} {
     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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131202/d4e02e2e/attachment.html>


More information about the macports-changes mailing list