diff options
author | dbn <dbn@FreeBSD.org> | 2016-03-14 02:58:27 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2016-03-14 02:58:27 +0800 |
commit | 799681e3f2c22977d49e25b24970d75d429d2826 (patch) | |
tree | 5b15096bb4f29db084e6cc8354ad587682133680 /lang/pypy/bsd.pypy.cffi.mk | |
parent | 3cbb7d6fd4b3e32cde349613d561a41ba2adbce5 (diff) | |
download | freebsd-ports-gnome-799681e3f2c22977d49e25b24970d75d429d2826.tar.gz freebsd-ports-gnome-799681e3f2c22977d49e25b24970d75d429d2826.tar.zst freebsd-ports-gnome-799681e3f2c22977d49e25b24970d75d429d2826.zip |
lang/pypy: update to 5.0.0
Changes:
- Drop local mirror
- Drop DIST_SUBDIR (distfile name no longer a generic "release-x.y.z.tar.bz2".
- Add test dependencies (all sub-ports, a la gdbm, sqlite and tkinter)
- Use gmake instead of using sed to transform the Makefile
- Use options helper variables
- Rename regression-test -> do-test
ChangeLog (see http://morepypy.blogspot.co.za/2016/03/pypy-50-released.html):
- Faster and leaner: improved JIT warmed (up to 30% faster) and improved memory
consumption (dropped by about 30%).
- C-API Upgrade: cpyext is much faster and lxml now passes all tests when
using cython compiled components.
- CFFI: ships with cffi-1.5.2.
Diffstat (limited to 'lang/pypy/bsd.pypy.cffi.mk')
-rw-r--r-- | lang/pypy/bsd.pypy.cffi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pypy/bsd.pypy.cffi.mk b/lang/pypy/bsd.pypy.cffi.mk index f74c29fe13de..df158b1e74bc 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-%%PYPY_CFFI_VER%%.so CFFI_MODULE?= _${PORTNAME} -PYTHON_PORTVERSION= 4.0.1 +PYTHON_PORTVERSION= 5.0.0 PYTHON_PKGNAMEPREFIX= pypy- PYTHON_CMD= ${LOCALBASE}/bin/pypy |