aboutsummaryrefslogtreecommitdiff
path: root/lang/python32/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2015-12-21 18:13:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2015-12-21 18:13:33 +0000
commitdf08d0c78547197da445a241c2b4418a0b5619fb (patch)
tree01630e4fc53ee3ffc1ee197b664b3ed6dbb603b4 /lang/python32/Makefile
parent978b5a598dfebdef2d5c1d63b0e5aa997dfa4b22 (diff)
downloadports-df08d0c78547197da445a241c2b4418a0b5619fb.tar.gz
ports-df08d0c78547197da445a241c2b4418a0b5619fb.zip
Notes
Diffstat (limited to 'lang/python32/Makefile')
-rw-r--r--lang/python32/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index 29a3047b3b2a..b702b2fe7cb3 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= python32
-PORTVERSION= 3.2.5
-PORTREVISION= 15
+PORTVERSION= 3.2.6
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
DISTNAME= Python-${PORTVERSION}
@@ -125,7 +124,7 @@ post-install:
for i in ${STAGEDIR}${PREFIX}/lib/python3.2/lib-dynload/*.so; do \
${STRIP_CMD} $$i; done
-regression-test: build
+do-test:
@cd ${WRKSRC} && ${MAKE} TESTOPTS=-j${MAKE_JOBS_NUMBER} buildbottest
.include <bsd.port.mk>