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 Python 2.6.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ffcf1146648
branches:  trunk
changeset: 579539:1ffcf1146648
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Sep 04 15:31:29 2010 +0000

description:
Update for Python 2.6.6.

diffstat:

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

diffs (21 lines):

diff -r cbe1667fd43a -r 1ffcf1146648 lang/python/srcdist.mk
--- a/lang/python/srcdist.mk    Sat Sep 04 12:18:53 2010 +0000
+++ b/lang/python/srcdist.mk    Sat Sep 04 15:31:29 2010 +0000
@@ -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/
 



Home | Main Index | Thread Index | Old Index