svn commit: r324118 - head/lang/pypy
David Naylor
dbn at FreeBSD.org
Thu Aug 1 18:47:43 UTC 2013
Author: dbn
Date: Thu Aug 1 18:47:43 2013
New Revision: 324118
URL: http://svnweb.freebsd.org/changeset/ports/324118
Log:
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.
Modified:
head/lang/pypy/Makefile
head/lang/pypy/distinfo
Modified: head/lang/pypy/Makefile
==============================================================================
--- head/lang/pypy/Makefile Thu Aug 1 18:43:48 2013 (r324117)
+++ head/lang/pypy/Makefile Thu Aug 1 18:47:43 2013 (r324118)
@@ -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
Modified: head/lang/pypy/distinfo
==============================================================================
--- head/lang/pypy/distinfo Thu Aug 1 18:43:48 2013 (r324117)
+++ head/lang/pypy/distinfo Thu Aug 1 18:47:43 2013 (r324118)
@@ -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
More information about the svn-ports-head
mailing list