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/python31/Makefile | |
| parent | 81b936f93680733d5ea4e4df95ce61a8ade534a4 (diff) | |
Notes
Diffstat (limited to 'lang/python31/Makefile')
| -rw-r--r-- | lang/python31/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 2a2ce320690b..3c5989272d41 100644 --- a/lang/python31/Makefile +++ b/lang/python31/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 |
