diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-08-02 02:47:43 +0800 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-08-02 02:47:43 +0800 |
commit | 3103c35e99c35119e1de3356f9caed2ab6ca3b7a (patch) | |
tree | e79f6e268d95187f6baa911985c58418cf8534d0 /lang/pypy | |
parent | 6ce9fb02235e7871e10951e90f9a7e9aca559330 (diff) | |
download | freebsd-ports-gnome-3103c35e99c35119e1de3356f9caed2ab6ca3b7a.tar.gz freebsd-ports-gnome-3103c35e99c35119e1de3356f9caed2ab6ca3b7a.tar.zst freebsd-ports-gnome-3103c35e99c35119e1de3356f9caed2ab6ca3b7a.zip |
Update lang/pypy to 2.1.b2.
Highlights:
* Support for os.statvfs and os.fstatvfs on unix systems.
* Fixed issue 1533: fix an RPython-level OverflowError for
space.float_w(w_big_long_number).
* Fixed issue 1552: GreenletExit should inherit from BaseException.
* Fixed issue 1537: numpypy __array_interface__
* Fixed issue 1238: Writing to an SSL socket in pypy sometimes failed with a
"bad write retry" message.
* distutils: copy CPython's implementation of customize_compiler, dont call
split on environment variables, honour CFLAGS, CPPFLAGS, LDSHARED and
LDFLAGS.
* During packaging, compile the CFFI tk extension.
Diffstat (limited to 'lang/pypy')
-rw-r--r-- | lang/pypy/Makefile | 2 | ||||
-rw-r--r-- | lang/pypy/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index b0ce48d1da82..596ac1a6b831 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pypy -DISTVERSION= 2.1-beta +DISTVERSION= 2.1-beta2 CATEGORIES= lang python java MASTER_SITES= http://cdn.bitbucket.org/pypy/pypy/downloads/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/lang/pypy/distinfo b/lang/pypy/distinfo index d57f8c951a76..5b070d789531 100644 --- a/lang/pypy/distinfo +++ b/lang/pypy/distinfo @@ -1,2 +1,2 @@ -SHA256 (pypy-2.1-beta-src.tar.bz2) = 1ad205c1bf8c3d890aa007b975f45cfeb59d87b9063ad426f10da86f23ffadeb -SIZE (pypy-2.1-beta-src.tar.bz2) = 14821626 +SHA256 (pypy-2.1-beta2-src.tar.bz2) = d9d13848959f2f6d4904b7693d74d1b307e7a2b5c10112252c37255ce8ff10de +SIZE (pypy-2.1-beta2-src.tar.bz2) = 14817369 |