diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-21 06:36:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-21 06:36:24 +0000 |
commit | 7ccf182b8b0a252eea3d8af0deb2e705dedb9e72 (patch) | |
tree | dc7f85143e26a082eb6907c579c872c0275742bc /lang | |
parent | 9d9ba2bb0c211dc96c959b0ec24ce0642f3cd938 (diff) | |
download | pkgsrc-7ccf182b8b0a252eea3d8af0deb2e705dedb9e72.tar.gz |
Update for python26-2.6.3.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/srcdist.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk index 667904faef1..0f615794548 100644 --- a/lang/python/srcdist.mk +++ b/lang/python/srcdist.mk @@ -1,14 +1,14 @@ -# $NetBSD: srcdist.mk,v 1.28 2009/09/07 18:21:43 joerg Exp $ +# $NetBSD: srcdist.mk,v 1.29 2009/10/21 06:36:24 wiz Exp $ .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == "26" -DISTNAME= Python-2.6.2 +DISTNAME= Python-2.6.3 EXTRACT_SUFX= .tar.bz2 DISTINFO_FILE= ${.CURDIR}/../../lang/python26/distinfo PATCHDIR= ${.CURDIR}/../../lang/python26/patches -PYSUBDIR= Python-2.6.2 +PYSUBDIR= Python-2.6.3 WRKSRC= ${WRKDIR}/${PYSUBDIR} MASTER_SITES= ftp://ftp.python.org/pub/python/2.6/ |