summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2013-08-01 18:47:43 +0000
committerDavid Naylor <dbn@FreeBSD.org>2013-08-01 18:47:43 +0000
commit3103c35e99c35119e1de3356f9caed2ab6ca3b7a (patch)
treee79f6e268d95187f6baa911985c58418cf8534d0 /lang
parentModify the latest puppet entry. Because the matching of the version everything (diff)
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.
Notes
Notes: svn path=/head/; revision=324118
Diffstat (limited to 'lang')
-rw-r--r--lang/pypy/Makefile2
-rw-r--r--lang/pypy/distinfo4
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