diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-09-06 12:05:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-09-06 12:05:58 +0000 |
commit | a2fc4e6d3207ccdf2ffbfa55f969e76ab2e055ac (patch) | |
tree | c2695be7235cb0ecb90a9f77ec6cac981e5e5ebf /misc/tkinfo | |
parent | aa3fb1d53e2f1fbd0c45c40b4290b702f0429102 (diff) | |
download | ports-a2fc4e6d3207ccdf2ffbfa55f969e76ab2e055ac.tar.gz ports-a2fc4e6d3207ccdf2ffbfa55f969e76ab2e055ac.zip |
Notes
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 34c38b07dbca..3e005e9474ad 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 a8ee3a25267b..bcf5af2f6b07 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 acf185103e7c..159437e4b9f8 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: |