diff options
author | dbn <dbn@FreeBSD.org> | 2016-09-08 12:40:28 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2016-09-08 12:40:28 +0800 |
commit | 1097dfbf69b9872f1ef41e5e126cf118962c9f76 (patch) | |
tree | a7a36c570a35abee9bdc7e8cc6f24fffb99e9ea5 /lang/pypy | |
parent | ef202d1177c74fe999d48e40899b2b60ad7d761b (diff) | |
download | freebsd-ports-gnome-1097dfbf69b9872f1ef41e5e126cf118962c9f76.tar.gz freebsd-ports-gnome-1097dfbf69b9872f1ef41e5e126cf118962c9f76.tar.zst freebsd-ports-gnome-1097dfbf69b9872f1ef41e5e126cf118962c9f76.zip |
lang/pypy: update to 5.4.1
ChangeLog:
- Update list of contributors in documentation and LICENSE file, this was unfortunately left out of 5.4.0.
- Allow tests run with -A to find libm.so even if it is a script not a dynamically loadable file
- Bump sys.setrecursionlimit() when translating PyPy, for translating with CPython
- Tweak a float comparison with 0 in backendopt.inline to avoid rounding errors
- Fix for an issue for translating the sandbox
- Fix for and issue where unicode.decode('utf8', 'custom_replace') messed up the last byte of a unicode string
sometimes
- Update built-in cffi to version 1.8.1
- Explicitly detect that we found as-yet-unsupported OpenSSL 1.1, and crash translation with a message asking for help
porting it
- Fix a regression where a PyBytesObject was forced (converted to a RPython object) when not required, reported as
issue #2395
Diffstat (limited to 'lang/pypy')
-rw-r--r-- | lang/pypy/Makefile | 2 | ||||
-rw-r--r-- | lang/pypy/bsd.pypy.cffi.mk | 2 | ||||
-rw-r--r-- | lang/pypy/distinfo | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index ad1698bdfac6..34c6f7bf5f50 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= pypy -DISTVERSION?= 5.4.0 # Also update bsd.pypy.cffi.mk +DISTVERSION?= 5.4.1 # Also update bsd.pypy.cffi.mk CATEGORIES= lang python MASTER_SITES= https://bitbucket.org/pypy/pypy/downloads/ DISTNAME?= ${PORTNAME}2-v${PORTVERSION}-src diff --git a/lang/pypy/bsd.pypy.cffi.mk b/lang/pypy/bsd.pypy.cffi.mk index 6662c6c0339a..fc5cc2e649da 100644 --- a/lang/pypy/bsd.pypy.cffi.mk +++ b/lang/pypy/bsd.pypy.cffi.mk @@ -10,7 +10,7 @@ PLIST_FILES= %%PYPY_DIR%%/lib_pypy/${CFFI_MODULE}_cffi.%%PYPY_CFFI_VER%%.so CFFI_MODULE?= _${PORTNAME} -PYTHON_PORTVERSION?= 5.3.1 +PYTHON_PORTVERSION?= 5.4.1 PYTHON_PKGNAMEPREFIX= pypy- PYTHON_CMD= ${LOCALBASE}/bin/pypy diff --git a/lang/pypy/distinfo b/lang/pypy/distinfo index 0dff9b05396c..51b6c32afacd 100644 --- a/lang/pypy/distinfo +++ b/lang/pypy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472673977 -SHA256 (pypy2-v5.4.0-src.tar.bz2) = d9568ebe9a14d0eaefde887d78f3cba63d665e95c0d234bb583932341f55a655 -SIZE (pypy2-v5.4.0-src.tar.bz2) = 17414795 +TIMESTAMP = 1473183557 +SHA256 (pypy2-v5.4.1-src.tar.bz2) = 92af82664ace96d721c66dbe8726d4f39c7d01f568d9df56c11149be2960238f +SIZE (pypy2-v5.4.1-src.tar.bz2) = 17413721 |