From aaac4bc29e6488b978f8d5efa048fc0d2435af5e Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 1 Apr 1999 13:36:55 +0000 Subject: Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix release. --- x11/py-Tk/Makefile | 8 ++++---- x11/tk80/Makefile | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'x11') diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 3af2c53b9cb..6d15880bc38 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/12/18 00:42:40 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1999/04/01 13:36:57 agc Exp $ # DISTNAME= pyth151 @@ -11,14 +11,14 @@ MAINTAINER= dolecek@ics.muni.cz HOMEPAGE= http://www.python.org/topics/tkinter/ DEPENDS+= python-1.5.1:../../lang/python -DEPENDS+= tk-8.0p2:../../x11/tk80 -DEPENDS+= tcl-8.0p2:../../lang/tcl80 +DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tcl-8.0.5:../../lang/tcl80 DIST_SUBDIR= python WRKSRC= ${WRKDIR}/Python-1.5.1/Modules ALL_TARGET= default -EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/_tkinter.c \ +EXTRACT_ELEMENTS= Python-1.5.1/Modules/_tkinter.c \ Python-1.5.1/Modules/tkappinit.c PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config/ diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile index 0c4b1c09562..e31560c8a37 100644 --- a/x11/tk80/Makefile +++ b/x11/tk80/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.24 1999/04/01 10:20:07 agc Exp $ +# $NetBSD: Makefile,v 1.25 1999/04/01 13:36:57 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp # -DISTNAME= tk8.0p2 -PKGNAME= tk-8.0p2 +DISTNAME= tk8.0.5 +PKGNAME= tk-8.0.5 CATEGORIES= x11 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.scriptics.com/ -DEPENDS+= tcl-8.0p2:../../lang/tcl80 +DEPENDS+= tcl-8.0.5:../../lang/tcl80 -WRKSRC= ${WRKDIR}/tk8.0/unix +WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes USE_X11= yes -- cgit v1.2.3