Update to Python-2.2.2+Stackless-021026 to cope with master port's upgrade.
Spotted by: kris
This commit is contained in:
parent
5dd030ba6e
commit
a62b5062d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68864
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= python
|
||||
PORTVERSION= 2.2.1
|
||||
PORTVERSION= 2.2.2
|
||||
PORTREVISION= ${CVSDATE}0
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= #
|
||||
@ -21,7 +21,7 @@ PATCH_DIST_STRIP= -p1
|
||||
MAINTAINER= perky@FreeBSD.org
|
||||
|
||||
ONLY_FOR_ARCHS= i386 powerpc
|
||||
CVSDATE= 020918
|
||||
CVSDATE= 021026
|
||||
MASTERDIR= ${.CURDIR}/../../lang/python
|
||||
|
||||
COMMENT= ${.CURDIR}/pkg-comment
|
||||
@ -31,7 +31,8 @@ PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \;
|
||||
@${RM} -rf ${WRKSRC}/Demo/extend
|
||||
@${RM} -rf ${WRKSRC}/Lib/test/output/test_atexit \
|
||||
${WRKSRC}/Lib/test/output/test_minidom
|
||||
@${ECHO} "lib/%%PYTHON_VERSION%%/lib-dynload/stackless.so" >${PLIST}
|
||||
@${CAT} ${MASTERDIR}/pkg-plist >>${PLIST}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (python/Python-2.2.1.tgz) = e7012d611602b62e36073c2fd02396a3
|
||||
MD5 (python/stackless-020918.diff.bz2) = e6706366cbeb563ae52c6d1830f175ef
|
||||
MD5 (python/Python-2.2.2.tgz) = 1c1067396e5aa0299978486eb5bd1a5c
|
||||
MD5 (python/stackless-021026.diff.bz2) = 72249d4d0422150ca9c8a6ff5f28fd63
|
||||
|
Loading…
Reference in New Issue
Block a user