pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Fix srcdist.mk usage for _PYTHON_VERSION 24, and ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7748c83f25f
branches: trunk
changeset: 493638:f7748c83f25f
user: abs <abs%pkgsrc.org@localhost>
date: Tue May 10 22:27:44 2005 +0000
description:
Fix srcdist.mk usage for _PYTHON_VERSION 24, and add reminder comment to
python24/Makefile for next update
diffstat:
lang/python/srcdist.mk | 6 +++---
lang/python24/Makefile | 4 +++-
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 398686268f97 -r f7748c83f25f lang/python/srcdist.mk
--- a/lang/python/srcdist.mk Tue May 10 22:04:30 2005 +0000
+++ b/lang/python/srcdist.mk Tue May 10 22:27:44 2005 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: srcdist.mk,v 1.15 2005/02/16 10:41:50 tron Exp $
+# $NetBSD: srcdist.mk,v 1.16 2005/05/10 22:27:44 abs Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "24"
-DISTNAME= Python-2.4
+DISTNAME= Python-2.4.1
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE= ${.CURDIR}/../../lang/python24/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python24/patches
-PYSUBDIR= Python-2.4
+PYSUBDIR= Python-2.4.1
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/
diff -r 398686268f97 -r f7748c83f25f lang/python24/Makefile
--- a/lang/python24/Makefile Tue May 10 22:04:30 2005 +0000
+++ b/lang/python24/Makefile Tue May 10 22:27:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/09 20:37:51 recht Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/10 22:27:44 abs Exp $
#
DISTNAME= Python-2.4.1
@@ -11,6 +11,8 @@
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
+# Remember to update pkgsrc/lang/python/srcdist.mk when version changes
+
CONFLICTS+= python-[0-9]*
USE_LANGUAGES= c c++
Home |
Main Index |
Thread Index |
Old Index