diff options
author | tg <tg@FreeBSD.org> | 2001-09-06 20:05:58 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-09-06 20:05:58 +0800 |
commit | 94f4842606744bf795775edf2a5e1c5fb35d39e1 (patch) | |
tree | 518ba231d794c5811587febfb71399ae1e75098f /misc/tkinfo | |
parent | fe4b842e726a5236a955abcb65b73f8a7d484031 (diff) | |
download | freebsd-ports-graphics-94f4842606744bf795775edf2a5e1c5fb35d39e1.tar.gz freebsd-ports-graphics-94f4842606744bf795775edf2a5e1c5fb35d39e1.tar.zst freebsd-ports-graphics-94f4842606744bf795775edf2a5e1c5fb35d39e1.zip |
Upgrade to 2.5.
Submitted by: Andy Sparrow <spadger@best.com>
Diffstat (limited to 'misc/tkinfo')
-rw-r--r-- | misc/tkinfo/Makefile | 8 | ||||
-rw-r--r-- | misc/tkinfo/distinfo | 2 | ||||
-rw-r--r-- | misc/tkinfo/files/patch-aa | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 34c38b07dbc..3e005e9474a 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -6,13 +6,13 @@ # PORTNAME= tkinfo -PORTVERSION= 2.4 -CATEGORIES= misc tk82 +PORTVERSION= 2.5 +CATEGORIES= misc tk83 MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/ -MAINTAINER= tg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 NO_BUILD= yes MAN1= tkinfo.1 diff --git a/misc/tkinfo/distinfo b/misc/tkinfo/distinfo index a8ee3a25267..bcf5af2f6b0 100644 --- a/misc/tkinfo/distinfo +++ b/misc/tkinfo/distinfo @@ -1 +1 @@ -MD5 (tkinfo-2.4.tar.gz) = bfae500662d8eed5fe0231b7627efb8f +MD5 (tkinfo-2.5.tar.gz) = e194131e1900d1214c4157b247054c0b diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa index acf185103e7..159437e4b9f 100644 --- a/misc/tkinfo/files/patch-aa +++ b/misc/tkinfo/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \ -exec wish "$0" "$@" -+exec wish8.2 "$0" "$@" ++exec wish8.3 "$0" "$@" ########################################################################## # Version of TkInfo: |