git: 04ec37e0b606 - main - dns/mydns: Deprecate and set expiration date to 2023-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jun 2023 07:25:37 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=04ec37e0b60604bf418454e9c35c6c732ce9444b commit 04ec37e0b60604bf418454e9c35c6c732ce9444b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-06-06 07:17:56 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-06-06 07:25:30 +0000 dns/mydns: Deprecate and set expiration date to 2023-06-30 Abandonware, last release in 2006. Point users to dns/powerdns as it has a similar feature set PR: 271812 Reviewed by: ale (maintainer) --- dns/mydns/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index 13c0eabdc369..00b75414b096 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -10,6 +10,9 @@ WWW= http://mydns.bboy.net/ LICENSE= GPLv2 +DEPRECATED= Abandonware, last release in 2006. Consider migrating to dns/powerdns +EXPIRATION_DATE=2023-06-30 + OPTIONS_DEFINE= ALIAS OPENSSL PGSQL NLS DOCS NLS GNU_CONFIGURE= yes