pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Adjust to new version of Python 2.5 (point...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5261b2836ae3
branches:  trunk
changeset: 573868:5261b2836ae3
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Apr 07 22:20:54 2010 +0000

description:
Adjust to new version of Python 2.5 (pointed out by Dennis den Brok in
private mail).

diffstat:

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

diffs (23 lines):

diff -r 4442e3017b51 -r 5261b2836ae3 lang/python/srcdist.mk
--- a/lang/python/srcdist.mk    Wed Apr 07 18:19:42 2010 +0000
+++ b/lang/python/srcdist.mk    Wed Apr 07 22:20:54 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: srcdist.mk,v 1.30 2009/11/03 02:21:05 wiz Exp $
+# $NetBSD: srcdist.mk,v 1.31 2010/04/07 22:20:54 gdt Exp $
 
 .include "../../lang/python/pyversion.mk"
 
@@ -14,11 +14,11 @@
 
 .elif ${_PYTHON_VERSION} == "25"
 
-DISTNAME=      Python-2.5.4
+DISTNAME=      Python-2.5.5
 EXTRACT_SUFX=  .tar.bz2
 DISTINFO_FILE= ${.CURDIR}/../../lang/python25/distinfo
 PATCHDIR=      ${.CURDIR}/../../lang/python25/patches
-PYSUBDIR=      Python-2.5.4
+PYSUBDIR=      Python-2.5.5
 WRKSRC=                ${WRKDIR}/${PYSUBDIR}
 MASTER_SITES=  ftp://ftp.python.org/pub/python/2.5/
 



Home | Main Index | Thread Index | Old Index