From 976e0ebb2c5ebb9063cdb093c29a91880e434ee5 Mon Sep 17 00:00:00 2001 From: perky Date: Mon, 1 Jul 2002 19:20:30 +0000 Subject: Update to Python2.2.1+Stackless020701 --- lang/stackless_python/Makefile | 19 ++++++++++++------- lang/stackless_python/distinfo | 4 ++-- lang/stackless_python/pkg-comment | 2 +- lang/stackless_python/pkg-descr | 2 -- 4 files changed, 15 insertions(+), 12 deletions(-) (limited to 'lang') diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile index a83cd7b..115bc18 100644 --- a/lang/stackless_python/Makefile +++ b/lang/stackless_python/Makefile @@ -6,24 +6,29 @@ # PORTNAME= python -PORTVERSION= 2.0.1 +PORTVERSION= 2.2.1 +PORTREVISION= ${CVSDATE}0 CATEGORIES= lang python -MASTER_SITES= "" +MASTER_SITES= # PKGNAMEPREFIX= stackless_ -PATCH_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \ - http://pipiband.com/distfiles/ -PATCHFILES= stackless-010514.diff.gz +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= perky +PATCHFILES= stackless-${CVSDATE}.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= perky@FreeBSD.org -MASTERDIR= ${.CURDIR}/../../lang/python20 +ONLY_FOR_ARCHS= i386 powerpc +CVSDATE= 020701 +MASTERDIR= ${.CURDIR}/../../lang/python COMMENT= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr MD5_FILE= ${.CURDIR}/distinfo -SETUP_LOCAL+= ../../../lang/${PKGNAMEPREFIX}${PORTNAME}/files/Setup.stackless +post-patch: + @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \; + @${RM} -rf ${WRKSRC}/Demo/extend .include "${MASTERDIR}/Makefile" diff --git a/lang/stackless_python/distinfo b/lang/stackless_python/distinfo index d9b0266..b6550d9 100644 --- a/lang/stackless_python/distinfo +++ b/lang/stackless_python/distinfo @@ -1,2 +1,2 @@ -MD5 (python/Python-2.0.1.tgz) = 8aa10dcf062723001b852d96e905af79 -MD5 (python/stackless-010514.diff.gz) = 7c4efd26d1bd01e85338e98ac5bfb0b1 +MD5 (python/Python-2.2.1.tgz) = e7012d611602b62e36073c2fd02396a3 +MD5 (python/stackless-020701.diff.gz) = ae12e16a57d80b7b49350b0c23376e8d diff --git a/lang/stackless_python/pkg-comment b/lang/stackless_python/pkg-comment index a697cb2..f77be94 100644 --- a/lang/stackless_python/pkg-comment +++ b/lang/stackless_python/pkg-comment @@ -1 +1 @@ -A Python implementation that does not use the C stack +Python implementation that does not use the C stack diff --git a/lang/stackless_python/pkg-descr b/lang/stackless_python/pkg-descr index e7a7ff0..c48e920 100644 --- a/lang/stackless_python/pkg-descr +++ b/lang/stackless_python/pkg-descr @@ -5,5 +5,3 @@ and supports continuation, microthread, and so many fascinative features. WWW: http://www.stackless.com/ - -- Hye-Shik Chang, a.k.a, "Perky" -- cgit v1.1