summaryrefslogtreecommitdiff
path: root/lang/python20
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-16 20:26:44 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-16 20:26:44 +0000
commit0a8a1456d4486b7da4f7d482e18bc6d8afa456db (patch)
tree71f52ff42d04b63b7e8b64be76943cf98e2ba40f /lang/python20
parenta9f74849489bd7700dbfacb6a14e5212d0f93dc7 (diff)
downloadpkgsrc-0a8a1456d4486b7da4f7d482e18bc6d8afa456db.tar.gz
fix the Makefile installed for extension packages to use the right
python version, bump pkg revision
Diffstat (limited to 'lang/python20')
-rw-r--r--lang/python20/Makefile3
-rw-r--r--lang/python20/distinfo3
-rw-r--r--lang/python20/patches/patch-ab13
3 files changed, 17 insertions, 2 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index 9df1b05de25..61e3cd1ed39 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/16 18:40:48 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2002/01/16 20:26:44 drochner Exp $
#
DISTNAME= Python-2.0.1
PKGNAME= python20-2.0.1
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.python.org/pub/python/2.0.1/
EXTRACT_SUFX= .tgz
diff --git a/lang/python20/distinfo b/lang/python20/distinfo
index 378d72ab98b..d429e776e7c 100644
--- a/lang/python20/distinfo
+++ b/lang/python20/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/01/16 18:40:48 drochner Exp $
+$NetBSD: distinfo,v 1.2 2002/01/16 20:26:44 drochner Exp $
SHA1 (python/Python-2.0.1.tgz) = 776584b245ad58ad548732d0c47397c582a4bbab
Size (python/Python-2.0.1.tgz) = 4097453 bytes
SHA1 (patch-aa) = 2db263ea719733692536bb4a9990659099583351
+SHA1 (patch-ab) = 670cd69d67566bf61d152e3433161c0f146be1b3
diff --git a/lang/python20/patches/patch-ab b/lang/python20/patches/patch-ab
new file mode 100644
index 00000000000..76166da6edc
--- /dev/null
+++ b/lang/python20/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2002/01/16 20:27:11 drochner Exp $
+
+--- Misc/Makefile.pre.in.orig Wed Jan 16 21:11:24 2002
++++ Misc/Makefile.pre.in Wed Jan 16 21:11:43 2002
+@@ -92,7 +92,7 @@
+ TARGET= python
+
+ # Installed python binary (used only by boot target)
+-PYTHON= python
++PYTHON= python2.0
+
+ # Add more -I and -D options here
+ CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)