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

stromnov at macports.org stromnov at macports.org
Mon Jun 2 07:07:11 PDT 2014


Revision: 120581
          https://trac.macports.org/changeset/120581
Author:   stromnov at macports.org
Date:     2014-06-02 07:07:11 -0700 (Mon, 02 Jun 2014)
Log Message:
-----------
py-llvmpy: use LLVM 3.3

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

Modified: trunk/dports/python/py-llvmpy/Portfile
===================================================================
--- trunk/dports/python/py-llvmpy/Portfile	2014-06-02 14:06:35 UTC (rev 120580)
+++ trunk/dports/python/py-llvmpy/Portfile	2014-06-02 14:07:11 UTC (rev 120581)
@@ -6,7 +6,7 @@
 PortGroup           python 1.0
 
 github.setup        llvmpy llvmpy 0.12.5
-revision            0
+revision            1
 name                py-llvmpy
 categories-append   devel
 platforms           darwin
@@ -27,9 +27,9 @@
                     sha256  bfd65606e163f80f6f16f82d0bec856e0e3bc90afd66dc5dd0a1cec5a3ecc620
 
 if {${name} ne ${subport}} {
-    depends_lib-append  port:llvm-3.2
-    build.env-append    LLVM_CONFIG_PATH=${prefix}/bin/llvm-config-mp-3.2
-    destroot.env-append LLVM_CONFIG_PATH=${prefix}/bin/llvm-config-mp-3.2
+    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
 
     livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140602/9213d429/attachment.html>


More information about the macports-changes mailing list