aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-02-19 09:28:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-02-19 09:28:42 +0000
commit20b60f022114df7da23513d301ccd2ccfefde1d6 (patch)
tree23b50cc1b0e1b73cae0ca716f3795cb69c33580d /lang
parent336e01bba79b398e2d0dfb1f5698b6053b36dc7f (diff)
downloadports-20b60f022114df7da23513d301ccd2ccfefde1d6.tar.gz
ports-20b60f022114df7da23513d301ccd2ccfefde1d6.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/cython/Makefile6
-rw-r--r--lang/cython/distinfo4
2 files changed, 7 insertions, 3 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile
index f751b2d67883..65d727338e4c 100644
--- a/lang/cython/Makefile
+++ b/lang/cython/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cython
-PORTVERSION= 0.21
+PORTVERSION= 0.22
CATEGORIES= lang python
MASTER_SITES= http://www.cython.org/release/ \
CHEESESHOP
@@ -16,4 +16,8 @@ LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
+post-install:
+ ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \
+ -name '*.so' -exec ${STRIP_CMD} {} +
+
.include <bsd.port.mk>
diff --git a/lang/cython/distinfo b/lang/cython/distinfo
index a356e3913637..9053a196735c 100644
--- a/lang/cython/distinfo
+++ b/lang/cython/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Cython-0.21.tar.gz) = 0cd5787fb3f1eaf8326b21bdfcb90aabd3eca7c214c5b7b503fbb82da97bbaa0
-SIZE (Cython-0.21.tar.gz) = 1490358
+SHA256 (Cython-0.22.tar.gz) = 14307e7a69af9a0d0e0024d446af7e51cc0e3e4d0dfb10d36ba837e5e5844015
+SIZE (Cython-0.22.tar.gz) = 1584483