summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-04-01 13:36:55 +0000
committeragc <agc@pkgsrc.org>1999-04-01 13:36:55 +0000
commitaaac4bc29e6488b978f8d5efa048fc0d2435af5e (patch)
tree75de2d3e80d2a79072516641dba5a219f3806999 /x11
parent7ad7d3c2713a94033f2ebed5e3ba4b7cd8451c55 (diff)
downloadpkgsrc-aaac4bc29e6488b978f8d5efa048fc0d2435af5e.tar.gz
Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix
release.
Diffstat (limited to 'x11')
-rw-r--r--x11/py-Tk/Makefile8
-rw-r--r--x11/tk80/Makefile10
2 files changed, 9 insertions, 9 deletions
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