git: 53aa46289116 - main - dns/mydns-ng: 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:38 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=53aa462891164b162c1763b82960bc2fdc172a53 commit 53aa462891164b162c1763b82960bc2fdc172a53 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-06-06 07:20:00 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-06-06 07:25:30 +0000 dns/mydns-ng: Deprecate and set expiration date to 2023-06-30 Abandonware, last release in 2010. Point users to dns/powerdns as it has a similar feature set PR: 271813 Reviewed by: Hung-Yi Chen <gaod@hychen.org> (maintainer) --- dns/mydns-ng/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile index 92ce2b417297..1b18d2463f43 100644 --- a/dns/mydns-ng/Makefile +++ b/dns/mydns-ng/Makefile @@ -11,6 +11,9 @@ WWW= https://sourceforge.net/projects/mydns-ng/ LICENSE= GPLv2 +DEPRECATED= Abandonware, last release in 2010. Consider migrating to dns/powerdns +EXPIRATION_DATE=2023-06-30 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc USES= iconv