diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-30 23:35:38 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-30 23:35:38 +0000 |
commit | 906a662bfdacd72d4e1d87fe4085c0d429859267 (patch) | |
tree | 1fe44c7138f028cc6cb07a163a7e26c4464b563d | |
parent | 11bd396de1d9d0a09277c8a76b47008696b9681d (diff) | |
download | pkgsrc-906a662bfdacd72d4e1d87fe4085c0d429859267.tar.gz |
Adapt this package to tk-8.3.2
-rw-r--r-- | x11/tkinfo/Makefile | 4 | ||||
-rw-r--r-- | x11/tkinfo/files/patch-sum | 4 | ||||
-rw-r--r-- | x11/tkinfo/patches/patch-aa | 10 |
3 files changed, 5 insertions, 13 deletions
diff --git a/x11/tkinfo/Makefile b/x11/tkinfo/Makefile index 8a032276988..faca71ef9f4 100644 --- a/x11/tkinfo/Makefile +++ b/x11/tkinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/10/08 01:45:37 fredb Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/30 23:35:38 jwise Exp $ # FreeBSD Id: Makefile,v 1.15 1997/12/16 09:26:12 tg Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/doctools/info/} \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://math-www.uni-paderborn.de/~axel/tkinfo/ -DEPENDS= tk-8.0.5:../../x11/tk80 +DEPENDS= tk-8.3.2:../../x11/tk USE_X11= yes NO_BUILD= yes diff --git a/x11/tkinfo/files/patch-sum b/x11/tkinfo/files/patch-sum index dcb4f77f9f7..2310d561703 100644 --- a/x11/tkinfo/files/patch-sum +++ b/x11/tkinfo/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.2 1999/10/08 01:45:38 fredb Exp $ +$NetBSD: patch-sum,v 1.3 2000/08/30 23:35:42 jwise Exp $ -MD5 (patch-aa) = 0da3d76b25c79eacc97161f47cf6a896 +MD5 (patch-aa) = b61fa59551922507f10b13e575ebf4a9 diff --git a/x11/tkinfo/patches/patch-aa b/x11/tkinfo/patches/patch-aa index 54500627912..26a19568482 100644 --- a/x11/tkinfo/patches/patch-aa +++ b/x11/tkinfo/patches/patch-aa @@ -1,15 +1,7 @@ -$NetBSD: patch-aa,v 1.4 1999/10/08 01:45:38 fredb Exp $ +$NetBSD: patch-aa,v 1.5 2000/08/30 23:35:42 jwise Exp $ --- tkinfo.orig Wed Apr 29 17:53:41 1998 +++ tkinfo Fri Oct 1 14:39:53 1999 -@@ -1,6 +1,6 @@ - #!/bin/sh - # This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \ --exec wish "$0" "$@" -+exec wish8.0 "$0" "$@" - - - ########################################################################## @@ -509,11 +509,9 @@ proc tkiInit { } { global tki env auto_path tkiEmbed geometry |