aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 04:23:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-04 01:50:23 +0000
commit373e2f935c9ff1f529c095d000da249527231bca (patch)
tree285265c723671a7c22e7e635e711ff09f60f597f
parentdad0126059cab6ad3731e741509dd7bf3a5c837a (diff)
downloadports-373e2f935c9ff1f529c095d000da249527231bca.tar.gz
ports-373e2f935c9ff1f529c095d000da249527231bca.zip
devel/py-cython-test-exception-raiser: Strip shared library
- Bump PORTREVISION for package change (cherry picked from commit 5aaea1e7dd7674f6210c32c10c80066ed0dbc149)
-rw-r--r--devel/py-cython-test-exception-raiser/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-cython-test-exception-raiser/Makefile b/devel/py-cython-test-exception-raiser/Makefile
index 94fcb7565a66..b634cab915c5 100644
--- a/devel/py-cython-test-exception-raiser/Makefile
+++ b/devel/py-cython-test-exception-raiser/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cython-test-exception-raiser
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent cython distutils
-#NO_ARCH= yes
+post-install:
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>