diff --git a/lang/python310/Makefile b/lang/python310/Makefile index c81972076326..4cd6c272e0c5 100644 --- a/lang/python310/Makefile +++ b/lang/python310/Makefile @@ -2,6 +2,7 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -135,6 +136,7 @@ post-install: .if ! ${PORT_OPTIONS:MDEBUG} ${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: https://bugs.python.org/issue17975 .endif + ${LN} -sf libpython${PYTHON_VER}.so.1.0 ${STAGEDIR}${PREFIX}/lib/libpython${PYTHON_VER}.so.1 # This code block exists for the qemu-user enabled cross build environment. # When using this environment in poudriere, CC is not set to the default # of /usr/bin/cc and a cross-compile toolchain is used. We need to hand diff --git a/lang/python310/pkg-plist b/lang/python310/pkg-plist index 720d6427b3d3..6719734c06fd 100644 --- a/lang/python310/pkg-plist +++ b/lang/python310/pkg-plist @@ -166,6 +166,7 @@ include/python%%XYDOT%%%%ABI%%/unicodeobject.h include/python%%XYDOT%%%%ABI%%/warnings.h include/python%%XYDOT%%%%ABI%%/weakrefobject.h lib/libpython%%XYDOT%%%%ABI%%.so +lib/libpython%%XYDOT%%%%ABI%%.so.1 lib/libpython%%XYDOT%%%%ABI%%.so.1.0 lib/libpython%%XYDOT%%%%ABI%%.so.1.0-gdb.py lib/python%%XYDOT%%/LICENSE.txt diff --git a/lang/python38/Makefile b/lang/python38/Makefile index 6a141206e512..cd5edafab21c 100644 --- a/lang/python38/Makefile +++ b/lang/python38/Makefile @@ -2,6 +2,7 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -126,6 +127,7 @@ post-install: .if ! ${PORT_OPTIONS:MDEBUG} ${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: https://bugs.python.org/issue17975 .endif + ${LN} -sf libpython${PYTHON_VER}.so.1.0 ${STAGEDIR}${PREFIX}/lib/libpython${PYTHON_VER}.so.1 # This code block exists for the qemu-user enabled cross build environment. # When using this environment in poudriere, CC is not set to the default # of /usr/bin/cc and a cross-compile toolchain is used. We need to hand diff --git a/lang/python38/pkg-plist b/lang/python38/pkg-plist index e6f24ecffbb3..415702b04bd2 100644 --- a/lang/python38/pkg-plist +++ b/lang/python38/pkg-plist @@ -138,6 +138,7 @@ include/python%%XYDOT%%%%ABI%%/unicodeobject.h include/python%%XYDOT%%%%ABI%%/warnings.h include/python%%XYDOT%%%%ABI%%/weakrefobject.h lib/libpython%%XYDOT%%%%ABI%%.so +lib/libpython%%XYDOT%%%%ABI%%.so.1 lib/libpython%%XYDOT%%%%ABI%%.so.1.0 lib/libpython%%XYDOT%%%%ABI%%.so.1.0-gdb.py lib/python%%XYDOT%%/LICENSE.txt diff --git a/lang/python39/Makefile b/lang/python39/Makefile index f52a1363bee6..4b292301b03c 100644 --- a/lang/python39/Makefile +++ b/lang/python39/Makefile @@ -2,6 +2,7 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -127,6 +128,7 @@ post-install: .if ! ${PORT_OPTIONS:MDEBUG} ${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: https://bugs.python.org/issue17975 .endif + ${LN} -sf libpython${PYTHON_VER}.so.1.0 ${STAGEDIR}${PREFIX}/lib/libpython${PYTHON_VER}.so.1 # This code block exists for the qemu-user enabled cross build environment. # When using this environment in poudriere, CC is not set to the default # of /usr/bin/cc and a cross-compile toolchain is used. We need to hand diff --git a/lang/python39/pkg-plist b/lang/python39/pkg-plist index 304ecf9b87bf..af5cd6b2df19 100644 --- a/lang/python39/pkg-plist +++ b/lang/python39/pkg-plist @@ -160,6 +160,7 @@ include/python%%XYDOT%%%%ABI%%/unicodeobject.h include/python%%XYDOT%%%%ABI%%/warnings.h include/python%%XYDOT%%%%ABI%%/weakrefobject.h lib/libpython%%XYDOT%%%%ABI%%.so +lib/libpython%%XYDOT%%%%ABI%%.so.1 lib/libpython%%XYDOT%%%%ABI%%.so.1.0 lib/libpython%%XYDOT%%%%ABI%%.so.1.0-gdb.py lib/python%%XYDOT%%/LICENSE.txt