Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 50:5276e5918459
Update to build PyPy3 on FreeBSD 13.1 with dist version 7.3.11
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 04 Jan 2023 15:53:00 +0100 |
| parents | fbd13af3b578 |
| children | 4693b4c466f7 |
| files | bsd.pypy.mk |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bsd.pypy.mk Tue Jan 03 20:48:28 2023 +0100 +++ b/bsd.pypy.mk Wed Jan 04 15:53:00 2023 +0100 @@ -24,7 +24,7 @@ .else # ${PYTHON_IMPL} == pypy3 -DISTVERSION= 7.3.9 +DISTVERSION= 7.3.11 PYPY_CFFI_VER= ${PYTHON_IMPL_NODOT}-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} PLIST_SUB+= PYTHON_IMPL_MINOR=${PYTHON_IMPL_MINOR} \ PY_VERSION_SHORT=${PY_VERSION_SHORT}
