pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang before the SIGINT fix, the PKGREVISION was set to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f991e49a1af
branches:  trunk
changeset: 476611:9f991e49a1af
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jun 15 14:26:34 2004 +0000

description:
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!)

diffstat:

 lang/python23-pth/Makefile    |  3 +--
 lang/python23/Makefile        |  3 +--
 lang/python23/Makefile.common |  4 ++--
 3 files changed, 4 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 8337948cbd7b -r 9f991e49a1af lang/python23-pth/Makefile
--- a/lang/python23-pth/Makefile        Tue Jun 15 14:11:41 2004 +0000
+++ b/lang/python23-pth/Makefile        Tue Jun 15 14:26:34 2004 +0000
@@ -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 -r 8337948cbd7b -r 9f991e49a1af lang/python23/Makefile
--- a/lang/python23/Makefile    Tue Jun 15 14:11:41 2004 +0000
+++ b/lang/python23/Makefile    Tue Jun 15 14:26:34 2004 +0000
@@ -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 -r 8337948cbd7b -r 9f991e49a1af lang/python23/Makefile.common
--- a/lang/python23/Makefile.common     Tue Jun 15 14:11:41 2004 +0000
+++ b/lang/python23/Makefile.common     Tue Jun 15 14:26:34 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index