Date: Sun, 18 Apr 2021 07:11:40 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: b9a721a77704 - main - devel/py-jellyfish: Strip shared library Message-ID: <202104180711.13I7BemK007384@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=b9a721a777046ac088ee636164e11a460a08ca6e commit b9a721a777046ac088ee636164e11a460a08ca6e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:02:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-18 05:43:19 +0000 devel/py-jellyfish: Strip shared library - Bump PORTREVISION for package change --- devel/py-jellyfish/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile index aff10fc27750..ada7501ff7be 100644 --- a/devel/py-jellyfish/Makefile +++ b/devel/py-jellyfish/Makefile @@ -1,5 +1,6 @@ PORTNAME= jellyfish PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,4 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/jellyfish/cjellyfish*.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180711.13I7BemK007384>