summaryrefslogtreecommitdiff
path: root/lang/python/srcdist.mk
diff options
context:
space:
mode:
authortsarna <tsarna>2002-10-15 16:16:34 +0000
committertsarna <tsarna>2002-10-15 16:16:34 +0000
commit73b0eb092cd1eca512f29b10b81e66264fc0f446 (patch)
tree3f06e49f5779fd301d59b86ba1d66cb9b7658d5e /lang/python/srcdist.mk
parentfeecfa458bc27acb6948e716ffc7d50b1dc076cb (diff)
downloadpkgsrc-73b0eb092cd1eca512f29b10b81e66264fc0f446.tar.gz
Upgrade python22 package from 2.2.1 to 2.2.2.
Mostly bug fixes, a few enhancements, notably in the email package.
Diffstat (limited to 'lang/python/srcdist.mk')
-rw-r--r--lang/python/srcdist.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk
index ce59fea32aa..781d934cb84 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,16 +1,16 @@
-# $NetBSD: srcdist.mk,v 1.4 2002/08/20 20:00:14 drochner Exp $
+# $NetBSD: srcdist.mk,v 1.5 2002/10/15 16:16:34 tsarna Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "22"
-DISTNAME= Python-2.2.1
+DISTNAME= Python-2.2.2
EXTRACT_SUFX= .tgz
DISTINFO_FILE= ${.CURDIR}/../../lang/python22/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python22/patches
-PYSUBDIR= Python-2.2.1
+PYSUBDIR= Python-2.2.2
WRKSRC= ${WRKDIR}/${PYSUBDIR}
-MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.1/
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.2/
.elif ${_PYTHON_VERSION} == "21" || ${_PYTHON_VERSION} == "21pth"