diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 14:09:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 14:09:44 +0000 |
commit | 6fcef5abac75b74c4595a847f4fc10b3ae133efe (patch) | |
tree | e4c52bf65893be8674849eb5389c1c0096a7e17e /lang/python | |
parent | 9968c3f9623a9c7f539ae96c1c3b5660fd1033a3 (diff) | |
download | pkgsrc-6fcef5abac75b74c4595a847f4fc10b3ae133efe.tar.gz |
Update for python26-2.6.5.
Diffstat (limited to 'lang/python')
-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 7ce7a0d00d9..2834f9a45ec 100644 --- a/lang/python/srcdist.mk +++ b/lang/python/srcdist.mk @@ -1,14 +1,14 @@ -# $NetBSD: srcdist.mk,v 1.31 2010/04/07 22:20:54 gdt Exp $ +# $NetBSD: srcdist.mk,v 1.32 2010/05/02 14:09:44 wiz Exp $ .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == "26" -DISTNAME= Python-2.6.4 +DISTNAME= Python-2.6.5 EXTRACT_SUFX= .tar.bz2 DISTINFO_FILE= ${.CURDIR}/../../lang/python26/distinfo PATCHDIR= ${.CURDIR}/../../lang/python26/patches -PYSUBDIR= Python-2.6.4 +PYSUBDIR= Python-2.6.5 WRKSRC= ${WRKDIR}/${PYSUBDIR} MASTER_SITES= ftp://ftp.python.org/pub/python/2.6/ |