Date: Sun, 5 Nov 2017 09:20:57 +0000 (UTC) From: Beat Gaetzi <beat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453528 - head/german/ding Message-ID: <201711050920.vA59Kv4q072689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Sun Nov 5 09:20:57 2017 New Revision: 453528 URL: https://svnweb.freebsd.org/changeset/ports/453528 Log: - Change tk dependency from 8.4 to 8.5 PR: 223159 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Modified: head/german/ding/Makefile Modified: head/german/ding/Makefile ============================================================================== --- head/german/ding/Makefile Sun Nov 5 09:07:46 2017 (r453527) +++ head/german/ding/Makefile Sun Nov 5 09:20:57 2017 (r453528) @@ -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/d 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/!' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711050920.vA59Kv4q072689>