Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 131:27cfd860729d
FIX: Support for DISTVERSION with more than one digit in the major version part
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jan 2024 12:23:35 +0100 |
| parents | ff067fc51e81 |
| children | fd184f6f2453 |
| files | lang/pypy2/Makefile |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lang/pypy2/Makefile Sun Jan 14 12:19:01 2024 +0100 +++ b/lang/pypy2/Makefile Sun Jan 14 12:23:35 2024 +0100 @@ -50,7 +50,7 @@ PYPY_MINMEM_VARS= PYTHON_CMD="${SETENV} PYPY_GC_MAX_DELTA=200MB ${LOCALBASE}/bin/pypy --jit loop_longevity=300" PYPY_TAG= pypy -PYPY_DIR= ${PYPY_TAG}-${DISTVERSION:C|([0-9])\.([0-9]+).*|\1.\2|} +PYPY_DIR= ${PYPY_TAG}-${DISTVERSION:C|([0-9]+)\.([0-9]+).*|\1.\2|} PYPY_PYTHON_IMPL_VER= 2.7 PYPY_PYTHON_IMPL_VER_MAJOR= ${PYPY_PYTHON_IMPL_VER:C|([0-9]+)\.[0-9]+|\1|}
