diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-12 12:13:07 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-12 12:13:07 +0000 |
commit | 25e48ae956cec6ec8312bd67ced18256be2fa0d2 (patch) | |
tree | 1a329d8af7bc07a85ff9c424b41c4767c763f8d0 /lang/python32/Makefile | |
parent | - Fix build on 6.x (diff) |
- Update lang/python26 to 2.6.5
- Update lang/python31 to 3.1.2
Reviewed by: miwi@, lwhsu@
Diffstat (limited to '')
-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 2a2ce320690b..3c5989272d41 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= python31 -PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTVERSION= 3.1.2 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -171,7 +170,7 @@ pre-su-install: pre-install: ${CAT} ${PLIST_TEMPLATE} | ${AWK} '{ print $$0; } \ /LIBDIR.*\.py$$/ && \ - !/bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding/ \ + !/bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|tests\/data/ \ { print $$0 "o"; print $$0 "c"; }' > ${PLIST} @# if openssl 0.9.8 is detected, _sha{256,512} module won't be installed |