Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 93:38def941638f
MERGE: Divergent dev
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 06 Oct 2022 13:35:44 +0200 |
| parents | 9d147ee91b7e (current diff) 0394c8276d23 (diff) |
| children | 9c8dc83b09d3 |
| files | |
| diffstat | 3 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Oct 06 09:39:00 2022 +0200 +++ b/Makefile Thu Oct 06 13:35:44 2022 +0200 @@ -1,6 +1,7 @@ # Created by: David Naylor <dbn@FreeBSD.org> PORTNAME= pypy3 +PORTREVISION= 0 DISTNAME= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src MASTERDIR= ${.CURDIR}/../pypy
--- a/pkg-plist Thu Oct 06 09:39:00 2022 +0200 +++ b/pkg-plist Thu Oct 06 13:35:44 2022 +0200 @@ -1,7 +1,7 @@ bin/pypy3 %%PYPY_DIR%%/LICENSE %%PYPY_DIR%%/README.rst -%%PYPY_DIR%%/bin/libpypy3-c.so +%%PYPY_DIR%%/bin/%%PYPY_LDLIBRARY%% %%PYPY_DIR%%/bin/pypy %%PYPY_DIR%%/bin/pypy3 %%PYPY_DIR%%/bin/%%PYTHON_IMPL_MINOR%%
--- a/pkg-plist.py37 Thu Oct 06 09:39:00 2022 +0200 +++ b/pkg-plist.py37 Thu Oct 06 13:35:44 2022 +0200 @@ -1,7 +1,7 @@ bin/pypy3 %%PYPY_DIR%%/LICENSE %%PYPY_DIR%%/README.rst -%%PYPY_DIR%%/bin/libpypy3-c.so +%%PYPY_DIR%%/bin/%%PYPY_LDLIBRARY%% %%PYPY_DIR%%/bin/pypy %%PYPY_DIR%%/bin/pypy3 %%PYPY_DIR%%/bin/%%PYTHON_IMPL_MINOR%%
