From aebf160ebce630a69d3769a72cee3470ba0f2f9b Mon Sep 17 00:00:00 2001 From: tsarna Date: Tue, 15 Oct 2002 16:16:34 +0000 Subject: Upgrade python22 package from 2.2.1 to 2.2.2. Mostly bug fixes, a few enhancements, notably in the email package. --- lang/python/srcdist.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/python') 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" -- cgit v1.2.3