From 1bece199848e019caee2104727d30353177ed978 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 27 Feb 2023 21:32:43 +0100 Subject: [PATCH] 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 --- dns/djbdns/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index be989ceca4bd2..4aebdb05728cf 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