summaryrefslogtreecommitdiff
path: root/lang/python21/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-22 13:05:03 +0000
committerdrochner <drochner>2002-01-22 13:05:03 +0000
commit1d247b36444384b546dff1c0cf94c48c1ce2838a (patch)
tree9df8c5539ab7bbe58398157103b8a7480a602569 /lang/python21/Makefile
parentb436d9a7b0118e6e113af852987f6ccb238e60dd (diff)
downloadpkgsrc-1d247b36444384b546dff1c0cf94c48c1ce2838a.tar.gz
-update to 2.1.2 - except one method addition (socket.sendall()) this is a
pure bugfix release -install the "pydoc" script as "pydoc2.1" and make sure the corresponding python version is used -disable the audioop, imageop and rgbimg extensions - these don't work on 64-bit platforms anyway, I haven't seen a place where they are used yet, and in case a need shows up, we better make an own extension pkg from it which is marked FOR_PLATFORM_ONLY
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r--lang/python21/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index 15b77a81424..f4d29a935e2 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2002/01/16 20:11:38 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/01/22 13:05:03 drochner Exp $
#
-DISTNAME= Python-2.1.1
-PKGNAME= python21-2.1.1
-PKGREVISION= 1
+DISTNAME= Python-2.1.2
+PKGNAME= python21-2.1.2
CATEGORIES= lang
-MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.1/
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.2/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
@@ -17,4 +16,7 @@ CONFIGURE_ARGS+= --without-threads
INSTALL_TARGET= altinstall
+post-extract:
+ ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc2.1
+
.include "../../mk/bsd.pkg.mk"