aboutsummaryrefslogtreecommitdiff
path: root/german/ding
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2017-11-05 09:20:57 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2017-11-05 09:20:57 +0000
commit3f6760630d5bf9797aca031d3934f45d03f60710 (patch)
tree6bdc4e8f5b067200bdb4c7f58d684c1dfc41872e /german/ding
parent5ace8ee164b83f3a900bbd17e6a5eaffc61574dc (diff)
downloadports-3f6760630d5bf9797aca031d3934f45d03f60710.tar.gz
ports-3f6760630d5bf9797aca031d3934f45d03f60710.zip
- Change tk dependency from 8.4 to 8.5
PR: 223159 Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Notes
Notes: svn path=/head/; revision=453528
Diffstat (limited to 'german/ding')
-rw-r--r--german/ding/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/german/ding/Makefile b/german/ding/Makefile
index 541dc55ecc29..72dc3984a13d 100644
--- a/german/ding/Makefile
+++ b/german/ding/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ding
PORTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= german tk
MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ \
LOCAL/ehaupt
@@ -10,12 +11,9 @@ MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ \
MAINTAINER= beat@FreeBSD.org
COMMENT= German-English dictionary program for X windows/Unix
-DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+
-EXPIRATION_DATE= 2017-11-20
-
LICENSE= GPLv2
-RUN_DEPENDS= wish8.4:x11-toolkits/tk84 \
+RUN_DEPENDS= wish8.5:x11-toolkits/tk85 \
agrep:textproc/agrep
USES= perl5
@@ -24,7 +22,7 @@ DICTFILE= de-en.txt
SWISSDICT= de_ch-en.txt
do-build:
- ${SED} -E -e '1,/^exec/ s!wish!wish8.4!' \
+ ${SED} -E -e '1,/^exec/ s!wish!wish8.5!' \
-e 's!/usr/share/dict/de-en.txt!${PREFIX}/share/ding/de-en.txt!' \
${WRKSRC}/ding > ${WRKSRC}/dingX
${SED} -E -e 's!/usr/share/bin/!${PREFIX}/bin/!' \