summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2002-07-01 19:20:30 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2002-07-01 19:20:30 +0000
commitf0d7d7bb09a51053dd6c6f600c89bda3d9b5e6df (patch)
tree570242482d5ce10c43f5985262acca3f6288df44 /lang
parentUpdate to 0.4.4 (diff)
Update to Python2.2.1+Stackless020701
Notes
Notes: svn path=/head/; revision=62295
Diffstat (limited to 'lang')
-rw-r--r--lang/stackless_python/Makefile19
-rw-r--r--lang/stackless_python/distinfo4
-rw-r--r--lang/stackless_python/pkg-comment2
-rw-r--r--lang/stackless_python/pkg-descr2
4 files changed, 15 insertions, 12 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile
index a83cd7b9c06e..115bc18009a4 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 d9b02664d2ed..b6550d927dd0 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 a697cb271442..f77be94b277d 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 e7a7ff0d8cf5..c48e92097be5 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"