aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-30 00:56:34 +0800
committersobomax <sobomax@FreeBSD.org>2001-03-30 00:56:34 +0800
commita08caf3d7fb5b20484f99b891e88b8e45525a7a9 (patch)
tree34365a89336ae3fcd1abcf243a8c6bf2b1490147 /lang
parent6e2b9def0c49c3e565a14f5987fd3e9f46d285c6 (diff)
downloadfreebsd-ports-gnome-a08caf3d7fb5b20484f99b891e88b8e45525a7a9.tar.gz
freebsd-ports-gnome-a08caf3d7fb5b20484f99b891e88b8e45525a7a9.tar.zst
freebsd-ports-gnome-a08caf3d7fb5b20484f99b891e88b8e45525a7a9.zip
Maintainer corrected the patch (include/python.h -> include/Python.h).
Submitted by: maintainer
Diffstat (limited to 'lang')
-rw-r--r--lang/stackless_python/Makefile4
-rw-r--r--lang/stackless_python/distinfo2
-rw-r--r--lang/stackless_python/pkg-plist.add1
3 files changed, 3 insertions, 4 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile
index 0d09747935fc..642606e8aa99 100644
--- a/lang/stackless_python/Makefile
+++ b/lang/stackless_python/Makefile
@@ -7,6 +7,7 @@
PORTNAME= python
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= lang python
MASTER_SITES= "" # python port will override this, but it's for portlint
PKGNAMEPREFIX= stackless_
@@ -14,7 +15,7 @@ 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.diff.gz
+PATCHFILES= stackless-010223_1.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= perky@python.or.kr
@@ -25,7 +26,6 @@ MASTERDIR= ${.CURDIR}/../../lang/python
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
MD5_FILE= ${.CURDIR}/distinfo
-PLIST_SLAVE= ${.CURDIR}/pkg-plist.add
SETUP_LOCAL+= ../../../lang/${PKGNAMEPREFIX}${PORTNAME}/files/Setup.stackless # relative from python port
diff --git a/lang/stackless_python/distinfo b/lang/stackless_python/distinfo
index ac3b459a8ffe..835e5574ac00 100644
--- a/lang/stackless_python/distinfo
+++ b/lang/stackless_python/distinfo
@@ -1,2 +1,2 @@
MD5 (python/BeOpen-Python-2.0.tar.gz) = 8c4a64891d3dc6422df2514c603f0c98
-MD5 (python/stackless-010223.diff.gz) = 2aac9dd230afcd1ced77e881565920c0
+MD5 (python/stackless-010223_1.diff.gz) = ba8c4fcaff16c2dd93d98315cd84aaf0
diff --git a/lang/stackless_python/pkg-plist.add b/lang/stackless_python/pkg-plist.add
deleted file mode 100644
index e3e1000d35b3..000000000000
--- a/lang/stackless_python/pkg-plist.add
+++ /dev/null
@@ -1 +0,0 @@
-include/%%PYTHON_VERSION%%/python.h