From d512f5f64975eb1ecdbbb3f815cdbd6bd27493ae Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 15 Jun 2004 14:26:34 +0000 Subject: before the SIGINT fix, the PKGREVISION was set to 1 in python23{,-pth}/Makefile. it was then "bumped" to 1 in Makefile.common. really bump it to 2 and leave it in Makefile.common (hi luke!) --- lang/python23-pth/Makefile | 3 +-- lang/python23/Makefile | 3 +-- lang/python23/Makefile.common | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) (limited to 'lang') diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index ce58be449f9..55e3261b418 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2004/06/10 10:13:06 recht Exp $ +# $NetBSD: Makefile,v 1.26 2004/06/15 14:26:34 grant Exp $ # PKGNAME= python23-pth-2.3.4 -PKGREVISION= 1 #PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 837d23a3409..6de96e73963 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2004/06/10 10:13:06 recht Exp $ +# $NetBSD: Makefile,v 1.22 2004/06/15 14:26:34 grant Exp $ # PKGNAME= python23-2.3.4 -PKGREVISION= 1 #PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common index febe0bfafa2..f033b06c190 100644 --- a/lang/python23/Makefile.common +++ b/lang/python23/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.12 2004/06/14 02:31:13 lukem Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/06/15 14:26:34 grant Exp $ # DISTNAME= Python-2.3.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.4/ EXTRACT_SUFX= .tgz -- cgit v1.2.3