Maintainer corrected the patch (include/python.h -> include/Python.h).
Submitted by: maintainer
This commit is contained in:
parent
4ca0e60800
commit
20ba04a6d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40540
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
include/%%PYTHON_VERSION%%/python.h
|
Loading…
Reference in a new issue