[106163] trunk/dports/lang/pypy/Portfile

jmr at macports.org jmr at macports.org
Fri May 17 08:09:17 PDT 2013


Revision: 106163
          https://trac.macports.org/changeset/106163
Author:   jmr at macports.org
Date:     2013-05-17 08:09:17 -0700 (Fri, 17 May 2013)
Log Message:
-----------
pypy: update to 2.0.1

Modified Paths:
--------------
    trunk/dports/lang/pypy/Portfile

Modified: trunk/dports/lang/pypy/Portfile
===================================================================
--- trunk/dports/lang/pypy/Portfile	2013-05-17 12:22:57 UTC (rev 106162)
+++ trunk/dports/lang/pypy/Portfile	2013-05-17 15:09:17 UTC (rev 106163)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pypy
-version             2.0
+version             2.0.1
 categories          lang python devel
 license             MIT PSF
 maintainers         jmr openmaintainer
@@ -21,9 +21,9 @@
 use_bzip2           yes
 distname            ${name}-${version}-src
 
-checksums           md5 4dc82e2240dd2b5be313119672988538 \
-                    sha1 d694824eeaa6169bce8d112149c9a5c7897534ed \
-                    rmd160 e73661f303432a7b388e4c51b63f713a2c6eafd8
+checksums           md5 34072be1eeb63f9d37cf387e58aae81d \
+                    sha1 8bc02e922e758048f294a5c6848f97125b0b557f \
+                    rmd160 a45220af707929f993442d0abad83c1293612538
 
 depends_build       port:pkgconfig
 depends_lib         port:libffi \
@@ -38,13 +38,12 @@
 use_configure       no
 
 # use pypy to build if it's already installed
-# disabled: crashes building 2.0 with 1.9
-#if {[file executable ${prefix}/lib/pypy/pypy-c]} {
-#    build.cmd       ${prefix}/lib/pypy/pypy-c
-#} else {
+if {[file executable ${prefix}/lib/pypy/pypy]} {
+    build.cmd       ${prefix}/lib/pypy/pypy
+} else {
     depends_build-append port:python27
     build.cmd       ${prefix}/bin/python2.7
-#}
+}
 
 # a lot of memory is used before the C compiler even runs, so limit build.jobs
 # according to available memory more tightly than the default
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130517/3cbed3b3/attachment.html>


More information about the macports-changes mailing list