git: ea3c65d985a5 - main - net/dictd: Do not mention net/dictd-database in pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Nov 2021 10:47:28 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ea3c65d985a5c3296618701357aef4806d3020e9
commit ea3c65d985a5c3296618701357aef4806d3020e9
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-11-16 10:44:16 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-11-16 10:46:14 +0000
net/dictd: Do not mention net/dictd-database in pkg-message
net/dictd-database is gone since 13d4527a34237c3848 (2019).
Approved by: portmgr (blanket)
---
net/dictd/Makefile | 1 +
net/dictd/files/pkg-message.in | 5 +----
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/net/dictd/Makefile b/net/dictd/Makefile
index 4d103e6f841e..82a3ebad9e1f 100644
--- a/net/dictd/Makefile
+++ b/net/dictd/Makefile
@@ -2,6 +2,7 @@
PORTNAME= dictd
PORTVERSION= 1.13.0
+PORTREVISION= 1
CATEGORIES+= net textproc
MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION}
diff --git a/net/dictd/files/pkg-message.in b/net/dictd/files/pkg-message.in
index d1fc0a355cef..a87c721da2bd 100644
--- a/net/dictd/files/pkg-message.in
+++ b/net/dictd/files/pkg-message.in
@@ -8,10 +8,7 @@ To invoke dictd on startup, put the following in /etc/rc.conf:
dictd_enable="YES"
-The dict client can be found within %%PORTSDIR%%/textproc/dict
-
-Don't forget to install %%PORTSDIR%%/net/dictd-database
-to run a dictd server without pain.
+The dict client can be found within %%PORTSDIR%%/textproc/dict.
EOM
}
]