svn commit: r453528 - head/german/ding

Beat Gaetzi beat at FreeBSD.org
Sun Nov 5 09:20:59 UTC 2017


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


More information about the svn-ports-all mailing list