diff options
author | perky <perky@FreeBSD.org> | 2002-10-26 11:53:30 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-10-26 11:53:30 +0000 |
commit | e195186815427f04ea52ae484dd8fcb09e186704 (patch) | |
tree | 33cd92a46c5dd5cf1ee8b5e3016d783d6f567437 /lang | |
parent | 6a5c27acbc19e87738ee59cad48691c0c6b63da9 (diff) | |
download | FreeBSD-ports-e195186815427f04ea52ae484dd8fcb09e186704.zip FreeBSD-ports-e195186815427f04ea52ae484dd8fcb09e186704.tar.gz |
Update to Python-2.2.2+Stackless-021026 to cope with master port's upgrade.
Spotted by: kris
Diffstat (limited to 'lang')
-rw-r--r-- | lang/stackless_python/Makefile | 7 | ||||
-rw-r--r-- | lang/stackless_python/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile index 15db1c4..6d29788 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} diff --git a/lang/stackless_python/distinfo b/lang/stackless_python/distinfo index 7fd2bc3..47bd00b 100644 --- a/lang/stackless_python/distinfo +++ b/lang/stackless_python/distinfo @@ -1,2 +1,2 @@ -MD5 (python/Python-2.2.1.tgz) = e7012d611602b62e36073c2fd02396a3 -MD5 (python/stackless-020918.diff.bz2) = e6706366cbeb563ae52c6d1830f175ef +MD5 (python/Python-2.2.2.tgz) = 1c1067396e5aa0299978486eb5bd1a5c +MD5 (python/stackless-021026.diff.bz2) = 72249d4d0422150ca9c8a6ff5f28fd63 |