pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Fix for python23 update to 2.3.7.
details: https://anonhg.NetBSD.org/pkgsrc/rev/525798792fc7
branches: trunk
changeset: 550936:525798792fc7
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 02 22:15:12 2008 +0000
description:
Fix for python23 update to 2.3.7.
Noted by Robert Elz in PR 40082.
diffstat:
lang/python/srcdist.mk | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 501fb3aeb77c -r 525798792fc7 lang/python/srcdist.mk
--- a/lang/python/srcdist.mk Tue Dec 02 22:09:13 2008 +0000
+++ b/lang/python/srcdist.mk Tue Dec 02 22:15:12 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: srcdist.mk,v 1.23 2008/11/29 18:52:22 snj Exp $
+# $NetBSD: srcdist.mk,v 1.24 2008/12/02 22:15:12 wiz Exp $
.include "../../lang/python/pyversion.mk"
@@ -24,13 +24,13 @@
.elif ${_PYTHON_VERSION} == "23"
-DISTNAME= Python-2.3.5
+DISTNAME= Python-2.3.7
EXTRACT_SUFX= .tgz
DISTINFO_FILE= ${.CURDIR}/../../lang/python23/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python23/patches
-PYSUBDIR= Python-2.3.5
+PYSUBDIR= Python-2.3.7
WRKSRC= ${WRKDIR}/${PYSUBDIR}
-MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.5/
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.7/
.elif ${_PYTHON_VERSION} == "21"
Home |
Main Index |
Thread Index |
Old Index