pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Correct version number for Python 2.4.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d1e48652175
branches:  trunk
changeset: 529660:4d1e48652175
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Jun 08 18:50:05 2007 +0000

description:
Correct version number for Python 2.4.x.

diffstat:

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

diffs (21 lines):

diff -r e38a82ad516d -r 4d1e48652175 lang/python/srcdist.mk
--- a/lang/python/srcdist.mk    Fri Jun 08 18:41:20 2007 +0000
+++ b/lang/python/srcdist.mk    Fri Jun 08 18:50:05 2007 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: srcdist.mk,v 1.18 2006/04/12 20:21:48 drochner Exp $
+# $NetBSD: srcdist.mk,v 1.19 2007/06/08 18:50:05 tron Exp $
 
 .include "../../lang/python/pyversion.mk"
 
 .if ${_PYTHON_VERSION} == "24"
 
-DISTNAME=      Python-2.4.3
+DISTNAME=      Python-2.4.4
 EXTRACT_SUFX=  .tar.bz2
 DISTINFO_FILE= ${.CURDIR}/../../lang/python24/distinfo
 PATCHDIR=      ${.CURDIR}/../../lang/python24/patches
-PYSUBDIR=      Python-2.4.3
+PYSUBDIR=      Python-2.4.4
 WRKSRC=                ${WRKDIR}/${PYSUBDIR}
 MASTER_SITES=  ftp://ftp.python.org/pub/python/2.4/
 



Home | Main Index | Thread Index | Old Index