Revision: 132555 https://trac.macports.org/changeset/132555 Author: jmr@macports.org Date: 2015-02-04 12:01:58 -0800 (Wed, 04 Feb 2015) Log Message: ----------- pypy: update to 2.5.0 (#46753) Modified Paths: -------------- trunk/dports/lang/pypy/Portfile Modified: trunk/dports/lang/pypy/Portfile =================================================================== --- trunk/dports/lang/pypy/Portfile 2015-02-04 20:00:40 UTC (rev 132554) +++ trunk/dports/lang/pypy/Portfile 2015-02-04 20:01:58 UTC (rev 132555) @@ -4,7 +4,7 @@ PortSystem 1.0 name pypy -version 2.4.0 +version 2.5.0 categories lang python devel license MIT PSF maintainers jmr openmaintainer @@ -20,11 +20,9 @@ master_sites https://bitbucket.org/pypy/pypy/downloads/ use_bzip2 yes distname ${name}-${version}-src -# 2.4.0 stealth updated -dist_subdir ${name}/${version}_1 -checksums md5 6a25a212e7c5121f1f3988c118d05695 \ - sha1 e2e0bcf8457c0ae5a24f126a60aa921dabfe60fb \ - rmd160 791138dcc4f9c79ca5ffada8289605250911728c +checksums md5 f4700c0af45e986178b36ce91a45136e \ + sha1 1d215a22ea16581de338700d556b21a8c02b4eff \ + rmd160 bcff4159d4a64bd3509df37d6bb95f0db68564e1 depends_build port:pkgconfig depends_lib port:libffi \
participants (1)
-
jmr@macports.org