[142031] trunk/dports/lang/pypy

jmr at macports.org jmr at macports.org
Sat Dec 12 04:02:20 PST 2015


Revision: 142031
          https://trac.macports.org/changeset/142031
Author:   jmr at macports.org
Date:     2015-11-02 04:27:19 -0800 (Mon, 02 Nov 2015)
Log Message:
-----------
pypy: update to 4.0.0

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-02 12:00:07 UTC (rev 142030)
+++ trunk/dports/lang/pypy/Portfile	2015-11-02 12:27:19 UTC (rev 142031)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pypy
-version             2.6.1
+version             4.0.0
 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 7e53f72eeb6d9947fd5db6872213404d \
-                    sha1 bf0f986bc64b71489983a12f2eb9b504d2ac6fd4 \
-                    rmd160 8e5b394774849cbd2a6fb7255f35524491262817
+checksums           md5 57722fd5fc01734839ecc523ce965fbb \
+                    sha1 b66a6a8c3ecdf6f62b13931cd2919dd160e1249b \
+                    rmd160 4a5528be092a7b735bb111617d9bb6f70a872278
 
 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-02 12:00:07 UTC (rev 142030)
+++ trunk/dports/lang/pypy/files/darwin.py.diff	2015-11-02 12:27:19 UTC (rev 142031)
@@ -9,19 +9,6 @@
  
  class Darwin(posix.BasePosix):
      name = "darwin"
-@@ -34,10 +34,10 @@
-                 + args)
- 
-     def _include_dirs_for_libffi(self):
--        return ['/usr/include/ffi']
-+        return self._pkg_config("libffi", "--cflags-only-I", ['/usr/include/ffi'])
- 
-     def _library_dirs_for_libffi(self):
--        return ['/usr/lib']
-+        return self._pkg_config("libffi", "--libs-only-L", ['/usr/lib'])
- 
-     def _frameworks(self, frameworks):
-         args = []
 @@ -76,11 +76,15 @@
  
  class Darwin_PowerPC(Darwin):#xxx fixme, mwp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/e1cea34b/attachment.html>


More information about the macports-changes mailing list