pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Update two more occurances of the old vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c12bf0c4959
branches:  trunk
changeset: 489088:8c12bf0c4959
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Feb 16 10:41:50 2005 +0000

description:
Update two more occurances of the old version number.

diffstat:

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

diffs (21 lines):

diff -r 1a98fe0fdb68 -r 8c12bf0c4959 lang/python/srcdist.mk
--- a/lang/python/srcdist.mk    Wed Feb 16 10:38:02 2005 +0000
+++ b/lang/python/srcdist.mk    Wed Feb 16 10:41:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: srcdist.mk,v 1.14 2005/02/16 10:38:02 tron Exp $
+# $NetBSD: srcdist.mk,v 1.15 2005/02/16 10:41:50 tron Exp $
 
 .include "../../lang/python/pyversion.mk"
 
@@ -18,9 +18,9 @@
 EXTRACT_SUFX=  .tgz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python23/distinfo
 PATCHDIR=      ${.CURDIR}/../../lang/python23/patches
-PYSUBDIR=      Python-2.3.4
+PYSUBDIR=      Python-2.3.5
 WRKSRC=                ${WRKDIR}/${PYSUBDIR}
-MASTER_SITES=  ftp://ftp.python.org/pub/python/2.3.4/
+MASTER_SITES=  ftp://ftp.python.org/pub/python/2.3.5/
 
 .elif ${_PYTHON_VERSION} == "22"
 



Home | Main Index | Thread Index | Old Index