[142903] trunk/dports/lang/pypy
jmr at macports.org
jmr at macports.org
Sat Dec 12 07:43:29 PST 2015
Revision: 142903
https://trac.macports.org/changeset/142903
Author: jmr at macports.org
Date: 2015-11-26 19:34:27 -0800 (Thu, 26 Nov 2015)
Log Message:
-----------
pypy: update to 4.0.1
Modified Paths:
--------------
trunk/dports/lang/pypy/Portfile
trunk/dports/lang/pypy/files/darwin.py.diff
Modified: trunk/dports/lang/pypy/Portfile
===================================================================
--- trunk/dports/lang/pypy/Portfile 2015-11-27 03:03:58 UTC (rev 142902)
+++ trunk/dports/lang/pypy/Portfile 2015-11-27 03:34:27 UTC (rev 142903)
@@ -4,7 +4,7 @@
PortSystem 1.0
name pypy
-version 4.0.0
+version 4.0.1
categories lang python devel
license MIT PSF
maintainers jmr openmaintainer
@@ -20,9 +20,9 @@
master_sites https://bitbucket.org/pypy/pypy/downloads/
use_bzip2 yes
distname ${name}-${version}-src
-checksums md5 57722fd5fc01734839ecc523ce965fbb \
- sha1 b66a6a8c3ecdf6f62b13931cd2919dd160e1249b \
- rmd160 4a5528be092a7b735bb111617d9bb6f70a872278
+checksums md5 f5b35ebedee2fa4fdfee82733be59996 \
+ rmd160 f821a0bf24ddead5585db77f7825c8fbf0d2f2d3 \
+ sha256 29f5aa6ba17b34fd980e85172dfeb4086fdc373ad392b1feff2677d2d8aea23c
depends_build port:pkgconfig
depends_lib port:libffi \
Modified: trunk/dports/lang/pypy/files/darwin.py.diff
===================================================================
--- trunk/dports/lang/pypy/files/darwin.py.diff 2015-11-27 03:03:58 UTC (rev 142902)
+++ trunk/dports/lang/pypy/files/darwin.py.diff 2015-11-27 03:34:27 UTC (rev 142903)
@@ -1,15 +1,15 @@
---- rpython/translator/platform/darwin.py.orig 2015-08-28 19:39:59.000000000 +1000
-+++ rpython/translator/platform/darwin.py 2015-09-01 07:15:40.000000000 +1000
-@@ -7,7 +7,7 @@
- # the @rpath handling used in Darwin._args_for_shared is only availabe
- # since 10.5, so we use that as minimum requirement.
+--- rpython/translator/platform/darwin.py.orig 2015-11-17 23:10:14.000000000 +1100
++++ rpython/translator/platform/darwin.py 2015-11-27 13:35:40.000000000 +1100
+@@ -9,7 +9,7 @@
+ # since 10.5, so we use that as minimum requirement. Bumped to 10.6
+ # because 10.11 does not ship with 10.5 versions of libs
#
--DARWIN_VERSION_MIN = '-mmacosx-version-min=10.5'
+-DARWIN_VERSION_MIN = '-mmacosx-version-min=10.6'
+DARWIN_VERSION_MIN = ''
class Darwin(posix.BasePosix):
name = "darwin"
-@@ -76,11 +76,15 @@
+@@ -104,11 +104,15 @@
class Darwin_PowerPC(Darwin):#xxx fixme, mwp
name = "darwin_powerpc"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/6c6b2b7c/attachment.html>
More information about the macports-changes
mailing list