pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python Update for Python26-2.6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bf7cfb141e2
branches:  trunk
changeset: 566996:2bf7cfb141e2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 03 02:21:05 2009 +0000

description:
Update for Python26-2.6.4

diffstat:

 lang/python/srcdist.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 76e4a99546ec -r 2bf7cfb141e2 lang/python/srcdist.mk
--- a/lang/python/srcdist.mk    Tue Nov 03 02:20:54 2009 +0000
+++ b/lang/python/srcdist.mk    Tue Nov 03 02:21:05 2009 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: srcdist.mk,v 1.29 2009/10/21 06:36:24 wiz Exp $
+# $NetBSD: srcdist.mk,v 1.30 2009/11/03 02:21:05 wiz Exp $
 
 .include "../../lang/python/pyversion.mk"
 
 .if ${_PYTHON_VERSION} == "26"
 
-DISTNAME=      Python-2.6.3
+DISTNAME=      Python-2.6.4
 EXTRACT_SUFX=  .tar.bz2
 DISTINFO_FILE= ${.CURDIR}/../../lang/python26/distinfo
 PATCHDIR=      ${.CURDIR}/../../lang/python26/patches
-PYSUBDIR=      Python-2.6.3
+PYSUBDIR=      Python-2.6.4
 WRKSRC=                ${WRKDIR}/${PYSUBDIR}
 MASTER_SITES=  ftp://ftp.python.org/pub/python/2.6/
 



Home | Main Index | Thread Index | Old Index