Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2026 18:47:54 +0000
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 224e4e144296 - main - biology/py-py2bit: fix build with python different from 3.11
Message-ID:  <6a2c545a.47539.5df97eec@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=224e4e14429642a5803dc8d183228ca46ecc7f20

commit 224e4e14429642a5803dc8d183228ca46ecc7f20
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-06-12 18:47:16 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-06-12 18:47:16 +0000

    biology/py-py2bit: fix build with python different from 3.11
---
 biology/py-py2bit/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biology/py-py2bit/Makefile b/biology/py-py2bit/Makefile
index 8d6ec9f6c2a0..466799839af8 100644
--- a/biology/py-py2bit/Makefile
+++ b/biology/py-py2bit/Makefile
@@ -16,6 +16,6 @@ USES=		python
 USE_PYTHON=	autoplist distutils
 
 post-stage:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/py2bit.cpython-311.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/py2bit${PYTHON_TAG}.so
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2c545a.47539.5df97eec>