[76388] trunk/dports/python

adfernandes at macports.org adfernandes at macports.org
Mon Feb 21 13:09:06 PST 2011


Revision: 76388
          http://trac.macports.org/changeset/76388
Author:   adfernandes at macports.org
Date:     2011-02-21 13:09:04 -0800 (Mon, 21 Feb 2011)
Log Message:
-----------
py26-llvm; trivila update (and trivial fix for py27-llvm)

Modified Paths:
--------------
    trunk/dports/python/py26-llvm/Portfile
    trunk/dports/python/py27-llvm/Portfile

Modified: trunk/dports/python/py26-llvm/Portfile
===================================================================
--- trunk/dports/python/py26-llvm/Portfile	2011-02-21 21:06:39 UTC (rev 76387)
+++ trunk/dports/python/py26-llvm/Portfile	2011-02-21 21:09:04 UTC (rev 76388)
@@ -4,10 +4,10 @@
 PortSystem      1.0
 PortGroup       python26 1.0
 
-# Note: py-llvm-0.6 must use llvm-2.7!
-
 name            py26-llvm
-version         0.6
+svn.revision    105
+epoch           1
+version         r${svn.revision}
 categories      python
 maintainers     adfernandes openmaintainer
 platforms       darwin
@@ -16,11 +16,13 @@
 
 homepage        http://mdevan.nfshost.com/llvm-py/index.html
 master_sites    googlecode:llvm-py
-distname        llvm-py-${version}
-checksums           md5     eec62e4ce6f95f6e01edcba59747933d \
-                    sha1    8d4f8efc81fd94492f7775a0951fc67e5dd45898 \
-                    rmd160  524ccb25869e0d7e7aeaae7fde597eb996446373
-use_bzip2       yes
+
+# distname        llvm-py-${version}
+
+fetch.type      svn
+svn.url         http://llvm-py.googlecode.com/svn/trunk/
+worksrcdir      trunk
+
 depends_lib-append  port:llvm
 
 livecheck.regex "llvm-py-(\\d+\\.\\d+(\\.\\d+)?)"

Modified: trunk/dports/python/py27-llvm/Portfile
===================================================================
--- trunk/dports/python/py27-llvm/Portfile	2011-02-21 21:06:39 UTC (rev 76387)
+++ trunk/dports/python/py27-llvm/Portfile	2011-02-21 21:09:04 UTC (rev 76388)
@@ -4,8 +4,6 @@
 PortSystem      1.0
 PortGroup       python27 1.0
 
-# Note: py-llvm-0.6 must use llvm-2.7!
-
 name            py27-llvm
 svn.revision    105
 version         r${svn.revision}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110221/2a8707ec/attachment.html>


More information about the macports-changes mailing list