Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2025 11:24:38 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fbb6133d809a - main - textproc/dict: Update dict servers
Message-ID:  <202510061124.596BOcfC090234@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbb6133d809ab5228aa3861b439a7475a67d6ece

commit fbb6133d809ab5228aa3861b439a7475a67d6ece
Author:     Jamie Landeg-Jones <jamie@catflap.org>
AuthorDate: 2025-10-06 10:22:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 10:22:03 +0000

    textproc/dict: Update dict servers
    
    - Bump PORTREVISION for package change
    
    PR:             287199
    Submitted by:   Jamie Landeg-Jones <jamie@catflap.org>
---
 textproc/dict/Makefile        | 1 +
 textproc/dict/files/dict.conf | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile
index 17b4d6bb11ba..366d9d774bb5 100644
--- a/textproc/dict/Makefile
+++ b/textproc/dict/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dict
 PORTVERSION=	1.13.3
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/dict/dictd/dictd-${PORTVERSION}
 DISTNAME=	dictd-${PORTVERSION}
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
@@ -2,10 +2,10 @@
 # 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510061124.596BOcfC090234>