summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-16 20:26:44 +0000
committerdrochner <drochner>2002-01-16 20:26:44 +0000
commita7830269d9c6eb06eac4aa21754fa6256d886865 (patch)
tree71f52ff42d04b63b7e8b64be76943cf98e2ba40f /lang
parent554fbeae43517cd67df63128e583e5e30620f201 (diff)
downloadpkgsrc-a7830269d9c6eb06eac4aa21754fa6256d886865.tar.gz
fix the Makefile installed for extension packages to use the right
python version, bump pkg revision
Diffstat (limited to 'lang')
-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)