summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgrant <grant>2004-06-15 14:26:34 +0000
committergrant <grant>2004-06-15 14:26:34 +0000
commitd512f5f64975eb1ecdbbb3f815cdbd6bd27493ae (patch)
tree2556584a3efdf622176a6a02f309a0d861469b4c /lang
parent5e1e1d5680eefc9b3cb012c48c1d629fd29a4964 (diff)
downloadpkgsrc-d512f5f64975eb1ecdbbb3f815cdbd6bd27493ae.tar.gz
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 (limited to 'lang')
-rw-r--r--lang/python23-pth/Makefile3
-rw-r--r--lang/python23/Makefile3
-rw-r--r--lang/python23/Makefile.common4
3 files changed, 4 insertions, 6 deletions
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