diff options
author | darcy <darcy@pkgsrc.org> | 2005-09-01 13:14:35 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2005-09-01 13:14:35 +0000 |
commit | a01bcae79b9ed9a656f1dda87946b3ac7344c885 (patch) | |
tree | 8a0cba96fb653d21cbf98d255050c85d7158ac04 /lang/python24 | |
parent | eace3063f3c11111309a2a994f82ec7410a22195 (diff) | |
download | pkgsrc-a01bcae79b9ed9a656f1dda87946b3ac7344c885.tar.gz |
Bump PKGREVISION for change made to patches/patch-al in revision 1.7 as
suggested by Lubomir Sedlacik in discussions on releng-pkgsrc and pullup
request 727.
Diffstat (limited to 'lang/python24')
-rw-r--r-- | lang/python24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index d46a33792e6..330a95b9047 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/08/23 20:55:46 darcy Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/01 13:14:35 darcy Exp $ # DISTNAME= Python-2.4.1 PKGNAME= python24-2.4.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang python MASTER_SITES= ftp://ftp.python.org/pub/python/2.4.1/ EXTRACT_SUFX= .tar.bz2 |