git: fcea69aada57 - main - dns/dnscheckengine: Deprecate and set expiration date to 2024-02-29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jan 2024 08:54:58 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcea69aada571a13bd7471a4885b76d174c3a89d commit fcea69aada571a13bd7471a4885b76d174c3a89d Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-06 08:31:40 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-06 08:54:13 +0000 dns/dnscheckengine: Deprecate and set expiration date to 2024-02-29 Deprecated upstream in favour of Zonemaster Project and while at return to pool Approved by: portmgr --- dns/dnscheckengine/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dns/dnscheckengine/Makefile b/dns/dnscheckengine/Makefile index 0ebb7c693f1a..cd554e6f1a40 100644 --- a/dns/dnscheckengine/Makefile +++ b/dns/dnscheckengine/Makefile @@ -5,7 +5,7 @@ CATEGORIES= dns perl5 MASTER_SITES= https://BSDforge.com/projects/source/dns/dnscheckengine/ DISTNAME= DNSCheck-1.1 -MAINTAINER= portmaster@bsdforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= DNS checker from the folks that run the .SE top level domain WWW= https://dnscheck.iis.se/ @@ -13,6 +13,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Unfetchable +DEPRECATED= Deprecated upstream in favour of Zonemaster Project +EXPIRATION_DATE=2024-02-29 BUILD_DEPENDS= p5-Crypt-OpenSSL-Random>=0:security/p5-Crypt-OpenSSL-Random \ p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \