aboutsummaryrefslogtreecommitdiff
path: root/misc/tkinfo
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2004-07-07 19:46:13 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2004-07-07 19:46:13 +0000
commit3b16708b502c7f639d787e0d36a486d0e09de528 (patch)
tree7a16397eae066a5478e2090c6a50b9144fcfc77e /misc/tkinfo
parent7e5e67f1956751cd4c0e660daaf1a0d4c05fc371 (diff)
downloadports-3b16708b502c7f639d787e0d36a486d0e09de528.tar.gz
ports-3b16708b502c7f639d787e0d36a486d0e09de528.zip
Welcome tkinfo to the 3rd millenium.
Upgrade to Tk 8.4, and Tkinfo 2.8 (used to be 2.5, dated back to 2001)
Notes
Notes: svn path=/head/; revision=113157
Diffstat (limited to 'misc/tkinfo')
-rw-r--r--misc/tkinfo/Makefile6
-rw-r--r--misc/tkinfo/distinfo4
-rw-r--r--misc/tkinfo/files/patch-aa21
3 files changed, 15 insertions, 16 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile
index d0038f2fc46a..9ed73960a167 100644
--- a/misc/tkinfo/Makefile
+++ b/misc/tkinfo/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= tkinfo
-PORTVERSION= 2.5
-CATEGORIES= misc tk83
+PORTVERSION= 2.8
+CATEGORIES= misc tk84
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
MAINTAINER= ports@FreeBSD.org
COMMENT= A tk script to read GNU "info" files and display them
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
+RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
NO_BUILD= yes
MAN1= tkinfo.1
diff --git a/misc/tkinfo/distinfo b/misc/tkinfo/distinfo
index a4ea1a51dc70..488e73f203ff 100644
--- a/misc/tkinfo/distinfo
+++ b/misc/tkinfo/distinfo
@@ -1,2 +1,2 @@
-MD5 (tkinfo-2.5.tar.gz) = e194131e1900d1214c4157b247054c0b
-SIZE (tkinfo-2.5.tar.gz) = 54752
+MD5 (tkinfo-2.8.tar.gz) = ba798b5e38409b9461bd225646dfe651
+SIZE (tkinfo-2.8.tar.gz) = 56234
diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa
index 159437e4b9f8..9e30793710c1 100644
--- a/misc/tkinfo/files/patch-aa
+++ b/misc/tkinfo/files/patch-aa
@@ -1,19 +1,18 @@
---- tkinfo.orig Thu Mar 6 02:07:29 1997
-+++ tkinfo Thu Mar 6 11:41:30 1997
+--- tkinfo.orig Tue Mar 23 00:56:39 2004
++++ tkinfo Wed Jul 7 21:40:54 2004
@@ -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.3 "$0" "$@"
++exec wish8.4 "$0" "$@"
- ##########################################################################
- # Version of TkInfo:
-@@ -443,7 +443,7 @@
- proc tkiInit { } {
- global tki env auto_path tkiEmbed geometry
-- set defInfoPath [list . \
-+ set defInfoPath [list . /usr/share/info \
- /usr/info /usr/local/info /usr/local/gnu/info \
+ ##########################################################################
+@@ -515,6 +515,7 @@
/usr/local/emacs/info /usr/local/lib/emacs/info \
/usr/lib/xemacs/info /usr/local/lib/xemacs/info \
+ /usr/gnu/info \
++ /usr/X11R6/info \
+ ]
+
+ set defInfoSuffix [list .info -info ""]