summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-01-22 13:32:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-01-22 13:32:50 +0000
commitd00cc0b71438422babb0c394119720b73a1d472a (patch)
tree02990ebdb1edd92cdf6321d95bbb33a1590e26e4 /www
parent- Update to 40.6.3 (diff)
- USES compiler:c++11-lang is needed to fix the build on GCC-based
architectures such as powerpc64. [1] - Level up port compliance further by stripping shared libraries [2] Submitted by: Piotr Kubaj [1] Approved by: maintainer [2]
Notes
Notes: svn path=/head/; revision=490950
Diffstat (limited to 'www')
-rw-r--r--www/py-url/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/py-url/Makefile b/www/py-url/Makefile
index 8e857bf5d211..8dfc3f2bc079 100644
--- a/www/py-url/Makefile
+++ b/www/py-url/Makefile
@@ -2,6 +2,7 @@
PORTNAME= url
DISTVERSION= 0.4.2
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,10 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
-USES= python
+USES= compiler:c++11-lang python
USE_PYTHON= cython distutils autoplist
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/url/url.so
+
.include <bsd.port.mk>