update to 2.1.1; bugfix release
This commit is contained in:
parent
2ecd8f92db
commit
27568fd3d2
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2001/07/28 18:43:49 matt Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2001/07/29 02:47:21 jasoni Exp $
|
||||
|
||||
COMMENT= "interpreted object-oriented programming language"
|
||||
COMMENT-tools= "extra tools for python"
|
||||
|
||||
VERSION= 2.1
|
||||
VERSION= 2.1.1
|
||||
PKGNAME= python-${VERSION}
|
||||
DISTNAME= Python-${VERSION}
|
||||
CATEGORIES= lang
|
||||
@ -83,7 +83,7 @@ patch:
|
||||
post-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/Tools/scripts/pydoc ${PREFIX}/bin
|
||||
@strip ${PREFIX}/bin/python
|
||||
@cd ${WRKSRC}; tar -cf - Tools | (cd ${PREFIX}/lib/python${VERSION}; \
|
||||
@cd ${WRKSRC}; tar -cf - Tools | (cd ${PREFIX}/lib/python2.1; \
|
||||
tar -xf -)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Python-2.1.tgz) = 2ba2baeccd6100a4be80e6368a975054
|
||||
RMD160 (Python-2.1.tgz) = 5fa0613b0a4f1bb7c8830d0264907dacf48e2ba2
|
||||
SHA1 (Python-2.1.tgz) = f0abefe1d213ab72ddea9eca87af9ec7c27d9983
|
||||
MD5 (Python-2.1.1.tgz) = eb34371c49b271abc74b42572883e1b4
|
||||
RMD160 (Python-2.1.1.tgz) = bde14677f196989a15640d2970a2aea88f37e079
|
||||
SHA1 (Python-2.1.1.tgz) = 4dde9f1668ee86d4104d8dcf727de22af7533ed7
|
||||
|
Loading…
x
Reference in New Issue
Block a user