diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-21 18:13:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-21 18:13:33 +0000 |
commit | df08d0c78547197da445a241c2b4418a0b5619fb (patch) | |
tree | 01630e4fc53ee3ffc1ee197b664b3ed6dbb603b4 /lang/python32/Makefile | |
parent | 978b5a598dfebdef2d5c1d63b0e5aa997dfa4b22 (diff) |
- Update lang/python32 to 3.2.6 [1]
- Update lang/python35 to 3.5.1 [2]
- Update lang/python-doc-html for [1]
- Switch to do-test
Changelog:
[1] https://hg.python.org/cpython/file/v3.2.6/Misc/NEWS
[2] https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-1-final
Reviewed by: koobs (python)
Approved by: mat (mentor)
Differential Revision: D4663
Notes
Notes:
svn path=/head/; revision=404141
Diffstat (limited to 'lang/python32/Makefile')
-rw-r--r-- | lang/python32/Makefile | 5 |
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> |