pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python sync with new Python 2.4 version
details: https://anonhg.NetBSD.org/pkgsrc/rev/9fc683edf845
branches: trunk
changeset: 500091:9fc683edf845
user: recht <recht%pkgsrc.org@localhost>
date: Sun Oct 02 10:50:57 2005 +0000
description:
sync with new Python 2.4 version
diffstat:
lang/python/srcdist.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r ce7f7e0e8fcb -r 9fc683edf845 lang/python/srcdist.mk
--- a/lang/python/srcdist.mk Sun Oct 02 09:38:59 2005 +0000
+++ b/lang/python/srcdist.mk Sun Oct 02 10:50:57 2005 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: srcdist.mk,v 1.16 2005/05/10 22:27:44 abs Exp $
+# $NetBSD: srcdist.mk,v 1.17 2005/10/02 10:50:57 recht Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "24"
-DISTNAME= Python-2.4.1
+DISTNAME= Python-2.4.2
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE= ${.CURDIR}/../../lang/python24/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python24/patches
-PYSUBDIR= Python-2.4.1
+PYSUBDIR= Python-2.4.2
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/
Home |
Main Index |
Thread Index |
Old Index