diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 17b4d6bb11ba..366d9d774bb5 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -1,28 +1,29 @@ PORTNAME= dict PORTVERSION= 1.13.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION} DISTNAME= dictd-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Dictionary Server Protocol (RFC2229) client WWW= https://www.dict.org/ \ https://sourceforge.net/projects/dict/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmaa.so:devel/libmaa USES= bison gmake libtool:build localbase ALL_TARGET= dict GNU_CONFIGURE= yes INSTALL_TARGET= install.dict CONFLICTS_INSTALL= irstlm # bin/dict post-install: ${INSTALL_DATA} ${FILESDIR}/dict.conf ${STAGEDIR}${PREFIX}/etc/dict.conf.sample .include diff --git a/textproc/dict/files/dict.conf b/textproc/dict/files/dict.conf index aa9f9608b4cb..6d2adf5d97a2 100644 --- a/textproc/dict/files/dict.conf +++ b/textproc/dict/files/dict.conf @@ -1,11 +1,11 @@ # This file is used to specify the dict servers to talk to. See the # CONFIGURATION section of dict(1) for the full syntax. # # A list of public dict servers is available at -# http://luetzschena-stahmeln.de/dictd/index.php +# https://dict-servers.catflap.org/ # but one of the following should work. # server dict.org -server dict.trit.org -server dict.die.net +server dict.catflap.org +server dict.trit.net