Date: Tue, 26 May 2026 05:27:08 +0000 From: =?utf-8?Q?Jes=C3=BAs?= Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5f585f6d86dd - main - security/py-PAM: Fix build for py313t flavor Message-ID: <6a152f2c.3e508.13cc6b9b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dtxdf: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f585f6d86dd423c12b8ac4b6798e2c8b8b15497 commit 5f585f6d86dd423c12b8ac4b6798e2c8b8b15497 Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> AuthorDate: 2026-05-26 05:25:54 +0000 Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> CommitDate: 2026-05-26 05:26:54 +0000 security/py-PAM: Fix build for py313t flavor --- security/py-PAM/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/security/py-PAM/Makefile b/security/py-PAM/Makefile index 6b931b7b3cd5..4e18d7550301 100644 --- a/security/py-PAM/Makefile +++ b/security/py-PAM/Makefile @@ -14,14 +14,12 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= python shebangfix -USE_PYTHON= allflavors concurrent distutils +USE_PYTHON= allflavors autoplist concurrent distutils SHEBANG_FILES= examples/pamtest.py WRKSRC= ${WRKDIR}/python-pam-${DISTVERSION} -PLIST_FILES= ${PYTHON_SITELIBDIR}/PAM${PYTHON_TAG}.so - OPTIONS_DEFINE= EXAMPLES EXAMPLES_PLIST_FILES= ${EXAMPLESDIR}/pamtest.py @@ -31,6 +29,6 @@ do-install-EXAMPLES-on: ${INSTALL_SCRIPT} ${WRKSRC}/examples/pamtest.py ${STAGEDIR}${EXAMPLESDIR} post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/PAM${PYTHON_TAG}.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/PAM${PYTHON_SOABI}.so .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a152f2c.3e508.13cc6b9b>
