Revision: 120581 https://trac.macports.org/changeset/120581 Author: stromnov@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 }