diff options
author | drochner <drochner@pkgsrc.org> | 2009-09-08 10:06:35 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-09-08 10:06:35 +0000 |
commit | 6f69c74c9a803c3c0c191006b4e965089d8536c5 (patch) | |
tree | 0847119ae0b6b80283fd789812aaf224d1b0192a /lang/python25 | |
parent | 35d184644588679a4dd8f73a8467f5a914ff64d3 (diff) | |
download | pkgsrc-6f69c74c9a803c3c0c191006b4e965089d8536c5.tar.gz |
bump PKGREVs for Python pkgs, as suggested by David Sainty -- at least
on Linux one can't build some extensions against an old Python (with
spurious -ldb4 linkage) anymore
also sync the bl3 files of the non-default versions with python25
for consistency
Diffstat (limited to 'lang/python25')
-rw-r--r-- | lang/python25/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 88c875c5dde..4ca6119c4b0 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2009/07/22 09:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2009/09/08 10:06:35 drochner Exp $ DISTNAME= Python-2.5.4 PKGNAME= python25-2.5.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/2.5.4/ EXTRACT_SUFX= .tar.bz2 |