From 3878bc7011f30364c305d2816e1c4187b07f0c06 Mon Sep 17 00:00:00 2001 From: recht Date: Wed, 2 Jun 2004 12:30:55 +0000 Subject: catch up with the Python 2.3.4 update --- lang/python/srcdist.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang') diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk index 51aa46c4982..9a08a4bd097 100644 --- a/lang/python/srcdist.mk +++ b/lang/python/srcdist.mk @@ -1,16 +1,16 @@ -# $NetBSD: srcdist.mk,v 1.10 2003/12/23 17:24:42 recht Exp $ +# $NetBSD: srcdist.mk,v 1.11 2004/06/02 12:30:55 recht Exp $ .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == "23" || ${_PYTHON_VERSION} == "23pth" -DISTNAME= Python-2.3.3 +DISTNAME= Python-2.3.4 EXTRACT_SUFX= .tgz DISTINFO_FILE= ${.CURDIR}/../../lang/python23/distinfo PATCHDIR= ${.CURDIR}/../../lang/python23/patches -PYSUBDIR= Python-2.3.3 +PYSUBDIR= Python-2.3.4 WRKSRC= ${WRKDIR}/${PYSUBDIR} -MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.3/ +MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.4/ .elif ${_PYTHON_VERSION} == "22" || ${_PYTHON_VERSION} == "22pth" -- cgit v1.2.3