pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python catch up with the Python 2.3.4 update



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6f0b0cce393
branches:  trunk
changeset: 476057:a6f0b0cce393
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Jun 02 12:30:55 2004 +0000

description:
catch up with the Python 2.3.4 update

diffstat:

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

diffs (24 lines):

diff -r fb3daf7d9b10 -r a6f0b0cce393 lang/python/srcdist.mk
--- a/lang/python/srcdist.mk    Wed Jun 02 12:29:28 2004 +0000
+++ b/lang/python/srcdist.mk    Wed Jun 02 12:30:55 2004 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: srcdist.mk,v 1.10 2003/12/23 17:24:42 recht Exp $
+# $NetBSD: srcdist.mk,v 1.11 2004/06/02 12:30:55 recht Exp $
 
 .include "../../lang/python/pyversion.mk"
 
 .if ${_PYTHON_VERSION} == "23" || ${_PYTHON_VERSION} == "23pth"
 
-DISTNAME=      Python-2.3.3
+DISTNAME=      Python-2.3.4
 EXTRACT_SUFX=  .tgz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python23/distinfo
 PATCHDIR=      ${.CURDIR}/../../lang/python23/patches
-PYSUBDIR=      Python-2.3.3
+PYSUBDIR=      Python-2.3.4
 WRKSRC=                ${WRKDIR}/${PYSUBDIR}
-MASTER_SITES=  ftp://ftp.python.org/pub/python/2.3.3/
+MASTER_SITES=  ftp://ftp.python.org/pub/python/2.3.4/
 
 .elif ${_PYTHON_VERSION} == "22" || ${_PYTHON_VERSION} == "22pth"
 



Home | Main Index | Thread Index | Old Index