Mercurial > hgrepos > FreeBSD > ports > PyPy
diff bsd.pypy.mk @ 10:c269f1e91387
Update to build PyPy on FreeBSD 13.1 with dist versilon 7.3.9
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 01 Oct 2022 13:21:48 +0200 |
| parents | 5797a1bc38cb |
| children | cac5ab348000 |
line wrap: on
line diff
--- a/bsd.pypy.mk Thu Sep 29 22:54:44 2022 +0200 +++ b/bsd.pypy.mk Sat Oct 01 13:21:48 2022 +0200 @@ -1,5 +1,3 @@ -# $FreeBSD: head/lang/pypy/bsd.pypy.mk 541232 2020-07-04 18:11:42Z zeising $ - .if !defined(LICENSE) LICENSE= MIT PSFL LICENSE_COMB= multi @@ -12,11 +10,9 @@ PLIST_SUB+= PYPY_DIR=${PYPY_DIR} PYPY_CFFI_VER=${PYPY_CFFI_VER} .if ${PYTHON_IMPL} == pypy -DISTVERSION= 7.3.0 -PORTREVISION= 1 +DISTVERSION= 7.3.9 PYPY_CFFI_VER= ${PYTHON_IMPL}-73 .else # ${PYTHON_IMPL} == pypy3 -DISTVERSION= 7.3.0 -PORTREVISION= 1 +DISTVERSION= 7.3.9 PYPY_CFFI_VER= ${PYTHON_IMPL}6-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} .endif
