1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Change tk dependency from 8.4 to 8.5

PR:		223159
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
This commit is contained in:
Beat Gaetzi 2017-11-05 09:20:57 +00:00
parent 5ace8ee164
commit 3f6760630d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453528

View File

@ -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/!' \