Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 18:55:12 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 01c1c1c9a312 - main - devel/py-ruamel.yaml.clib: Fix check-plist with newer Python (PYTHON_EXT_SUFFIX)
Message-ID:  <202201111855.20BItCeB063763@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=01c1c1c9a312b6df3cf3f54099e787db7c247423

commit 01c1c1c9a312b6df3cf3f54099e787db7c247423
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:15:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:44:34 +0000

    devel/py-ruamel.yaml.clib: Fix check-plist with newer Python (PYTHON_EXT_SUFFIX)
---
 devel/py-ruamel.yaml.clib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-ruamel.yaml.clib/Makefile b/devel/py-ruamel.yaml.clib/Makefile
index b84164577864..a4dedb10f54a 100644
--- a/devel/py-ruamel.yaml.clib/Makefile
+++ b/devel/py-ruamel.yaml.clib/Makefile
@@ -18,6 +18,6 @@ USE_PYTHON=	autoplist concurrent distutils
 post-install:
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 	${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/ruamel
-	${REINPLACE_CMD} -e '/LICENSE/d; /__init__.py/d' ${_PYTHONPKGLIST}
+	${REINPLACE_CMD} -e '/LICENSE/d; /__init__/d' ${_PYTHONPKGLIST}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201111855.20BItCeB063763>