summaryrefslogtreecommitdiff
path: root/lang/stackless_python/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2002-10-26 11:53:30 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2002-10-26 11:53:30 +0000
commita62b5062d58c1d2ed9b45564b212976be9411bf3 (patch)
tree6cf9990addabe054360f8e9180de882c56a06a2d /lang/stackless_python/Makefile
parentBump libast shared lib version. (diff)
Update to Python-2.2.2+Stackless-021026 to cope with master port's upgrade.
Spotted by: kris
Notes
Notes: svn path=/head/; revision=68864
Diffstat (limited to 'lang/stackless_python/Makefile')
-rw-r--r--lang/stackless_python/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile
index 15db1c4361e2..6d297882632f 100644
--- a/lang/stackless_python/Makefile
+++ b/lang/stackless_python/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= python
-PORTVERSION= 2.2.1
+PORTVERSION= 2.2.2
PORTREVISION= ${CVSDATE}0
CATEGORIES= lang python
MASTER_SITES= #
@@ -21,7 +21,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= perky@FreeBSD.org
ONLY_FOR_ARCHS= i386 powerpc
-CVSDATE= 020918
+CVSDATE= 021026
MASTERDIR= ${.CURDIR}/../../lang/python
COMMENT= ${.CURDIR}/pkg-comment
@@ -31,7 +31,8 @@ PLIST= ${WRKDIR}/pkg-plist
post-patch:
@${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \;
- @${RM} -rf ${WRKSRC}/Demo/extend
+ @${RM} -rf ${WRKSRC}/Lib/test/output/test_atexit \
+ ${WRKSRC}/Lib/test/output/test_minidom
@${ECHO} "lib/%%PYTHON_VERSION%%/lib-dynload/stackless.so" >${PLIST}
@${CAT} ${MASTERDIR}/pkg-plist >>${PLIST}