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.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ad21216a787
branches:  trunk
changeset: 400484:4ad21216a787
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 21 06:36:24 2009 +0000

description:
Update for python26-2.6.3.

diffstat:

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

diffs (21 lines):

diff -r c336553519fd -r 4ad21216a787 lang/python/srcdist.mk
--- a/lang/python/srcdist.mk    Wed Oct 21 06:36:04 2009 +0000
+++ b/lang/python/srcdist.mk    Wed Oct 21 06:36:24 2009 +0000
@@ -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/
 



Home | Main Index | Thread Index | Old Index