From 3103c35e99c35119e1de3356f9caed2ab6ca3b7a Mon Sep 17 00:00:00 2001 From: David Naylor Date: Thu, 1 Aug 2013 18:47:43 +0000 Subject: 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. --- lang/pypy/Makefile | 2 +- lang/pypy/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/pypy') 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 -- cgit