summaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-15 14:26:34 +0000
committergrant <grant@pkgsrc.org>2004-06-15 14:26:34 +0000
commit228fec1326087237fe59ef55e3290e65c0cf1cae (patch)
tree2556584a3efdf622176a6a02f309a0d861469b4c /lang/python23
parentc5ead1a3e162e84ed8e98863f5c5098d94c8110e (diff)
downloadpkgsrc-228fec1326087237fe59ef55e3290e65c0cf1cae.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/python23')
-rw-r--r--lang/python23/Makefile3
-rw-r--r--lang/python23/Makefile.common4
2 files changed, 3 insertions, 4 deletions
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