summaryrefslogtreecommitdiff
path: root/lang/stackless_python/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-09-02 15:14:52 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-09-02 15:14:52 +0000
commit4baba515dc7f8f554eea820e5eaec3db96ed8e21 (patch)
tree6e633c20259e2c521dee28ad8bb2718398149797 /lang/stackless_python/Makefile
parentUpdate to version 0.25 (diff)
Update to version 2.0.1
PR: 30256 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=47319
Diffstat (limited to 'lang/stackless_python/Makefile')
-rw-r--r--lang/stackless_python/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile
index bcab3471b0fa..3a4659e22bde 100644
--- a/lang/stackless_python/Makefile
+++ b/lang/stackless_python/Makefile
@@ -6,27 +6,24 @@
#
PORTNAME= python
-PORTVERSION= 2.0
-PORTREVISION= 1
+PORTVERSION= 2.0.1
CATEGORIES= lang python
-MASTER_SITES= "" # python port will override this, but it's for portlint
+MASTER_SITES= ""
PKGNAMEPREFIX= stackless_
PATCH_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \
- http://www2.freebsd-kr.org/~perky/distfiles/ \
- ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/
-PATCHFILES= stackless-010223_1.diff.gz
+ http://pipiband.com/distfiles/
+PATCHFILES= stackless-010514.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= perky@python.or.kr
MASTERDIR= ${.CURDIR}/../../lang/python20
-# stackless python port infoes
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
MD5_FILE= ${.CURDIR}/distinfo
-SETUP_LOCAL+= ../../../lang/${PKGNAMEPREFIX}${PORTNAME}/files/Setup.stackless # relative from python port
+SETUP_LOCAL+= ../../../lang/${PKGNAMEPREFIX}${PORTNAME}/files/Setup.stackless
.include "${MASTERDIR}/Makefile"