git: b9a721a77704 - main - devel/py-jellyfish: Strip shared library

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 18 07:11:44 UTC 2021


The branch main has been updated by sunpoet:

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

commit b9a721a777046ac088ee636164e11a460a08ca6e
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:02:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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>


More information about the dev-commits-ports-all mailing list