summaryrefslogtreecommitdiff
path: root/lang/stackless_python/Makefile
diff options
context:
space:
mode:
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"