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 | 4d80fa095423a597d41b009d1a8703008d5e2b26 (patch) | |
tree | 8a0cba96fb653d21cbf98d255050c85d7158ac04 /lang | |
parent | c669fd303124570a9ed34ef7a948e748558da378 (diff) | |
download | pkgsrc-4d80fa095423a597d41b009d1a8703008d5e2b26.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')
-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 |