summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2010-09-04 15:31:29 +0000
committertron <tron@pkgsrc.org>2010-09-04 15:31:29 +0000
commit02dc5e068b8e4c9b604dbb0fcb33882505be52f9 (patch)
treee150d3c64db3fc3a3e0c44d25e36e45a14038463 /lang/python
parentf4668939d16048411bf58435be4f3eb9390f6509 (diff)
downloadpkgsrc-02dc5e068b8e4c9b604dbb0fcb33882505be52f9.tar.gz
Update for Python 2.6.6.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/srcdist.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk
index 2834f9a45ec..a2ad5f1c123 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,14 +1,14 @@
-# $NetBSD: srcdist.mk,v 1.32 2010/05/02 14:09:44 wiz Exp $
+# $NetBSD: srcdist.mk,v 1.33 2010/09/04 15:31:29 tron Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "26"
-DISTNAME= Python-2.6.5
+DISTNAME= Python-2.6.6
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE= ${.CURDIR}/../../lang/python26/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python26/patches
-PYSUBDIR= Python-2.6.5
+PYSUBDIR= Python-2.6.6
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.6/