diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-02-27 21:32:43 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-02-27 21:45:18 +0100 |
commit | 1bece199848e019caee2104727d30353177ed978 (patch) | |
tree | 903114eaede1580e05e11d237440717a242e6c0c | |
parent | audio/wav2cdr: Deprecate and set expiration date to 2023-03-31 (diff) |
dns/djbdns: Deprecate and set expiration date to 2023-06-30
Project hasn't been centrally managed since last release in 2001 and
there are various third party patches to keep it somewhat relevant with
todays standards. Port has also been unmaintained since last
maintainer stepped down several months ago.
PR: 256450
-rw-r--r-- | dns/djbdns/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index be989ceca4bd..4aebdb05728c 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -19,6 +19,9 @@ LICENSE_NAME= djb LICENSE_TEXT= No license -- see http://cr.yp.to/softwarelaw.html LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years +EXPIRATION_DATE=2023-06-30 + RUN_DEPENDS= setuidgid:sysutils/daemontools \ tcpserver:sysutils/ucspi-tcp |