diff options
author | joerg <joerg@FreeBSD.org> | 2004-07-08 03:46:13 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2004-07-08 03:46:13 +0800 |
commit | 2e939656755cee421bd541d322dfd3f418351f65 (patch) | |
tree | cb340b52edce2985a045207b5ebfc77abf76885b /misc/tkinfo | |
parent | 1c3a3c6a87a1e3bbd3fc0b5401744c4ce6ea23b5 (diff) | |
download | freebsd-ports-gnome-2e939656755cee421bd541d322dfd3f418351f65.tar.gz freebsd-ports-gnome-2e939656755cee421bd541d322dfd3f418351f65.tar.zst freebsd-ports-gnome-2e939656755cee421bd541d322dfd3f418351f65.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)
Diffstat (limited to 'misc/tkinfo')
-rw-r--r-- | misc/tkinfo/Makefile | 6 | ||||
-rw-r--r-- | misc/tkinfo/distinfo | 4 | ||||
-rw-r--r-- | misc/tkinfo/files/patch-aa | 21 |
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 ""] |