diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-04 20:51:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-04 20:51:40 +0000 |
commit | 5771a967158e217b1e70655b459ce9769124bd49 (patch) | |
tree | 88f2a5d0b2c198231cd5cdb8ab85a18388de3972 /dns | |
parent | 4e4cf3b2f2bc31e143ad12a07d5abd5c9a03b76e (diff) | |
download | ports-5771a967158e217b1e70655b459ce9769124bd49.tar.gz ports-5771a967158e217b1e70655b459ce9769124bd49.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/autotrust/Makefile | 2 | ||||
-rw-r--r-- | dns/dnscheckengine/Makefile | 2 | ||||
-rw-r--r-- | dns/gdnsd/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Stanford-DNSserver/Makefile | 2 | ||||
-rw-r--r-- | dns/zonecheck/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/dns/autotrust/Makefile b/dns/autotrust/Makefile index 230539830c27..ef8a81718df8 100644 --- a/dns/autotrust/Makefile +++ b/dns/autotrust/Makefile @@ -11,6 +11,8 @@ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Tool to automatically update DNSSEC trust anchors BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 LIB_DEPENDS+= libldns.so:dns/ldns \ libunbound.so:dns/unbound diff --git a/dns/dnscheckengine/Makefile b/dns/dnscheckengine/Makefile index 0d3d99f653b9..38ad63b81a8c 100644 --- a/dns/dnscheckengine/Makefile +++ b/dns/dnscheckengine/Makefile @@ -12,6 +12,8 @@ MAINTAINER= portmaster@bsdforge.com COMMENT= DNS checker from the folks that run the .SE top level domain BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/dns/gdnsd/Makefile b/dns/gdnsd/Makefile index 519576c2cf0a..5924d3816bd3 100644 --- a/dns/gdnsd/Makefile +++ b/dns/gdnsd/Makefile @@ -12,6 +12,8 @@ MAINTAINER= allanjude@FreeBSD.org COMMENT= Authoritative-only GeoIP-aware DNS server BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 LICENSE= GPLv3 diff --git a/dns/p5-Stanford-DNSserver/Makefile b/dns/p5-Stanford-DNSserver/Makefile index 78f75865cccd..6d2de2a57164 100644 --- a/dns/p5-Stanford-DNSserver/Makefile +++ b/dns/p5-Stanford-DNSserver/Makefile @@ -12,6 +12,8 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= DNS name server framework with a Perl backend BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 LICENSE= BSD3CLAUSE diff --git a/dns/zonecheck/Makefile b/dns/zonecheck/Makefile index 87340c8a4e21..94b395950f53 100644 --- a/dns/zonecheck/Makefile +++ b/dns/zonecheck/Makefile @@ -12,6 +12,8 @@ MAINTAINER= jmohacsi@bsd.hu COMMENT= Perform consistency checks on DNS zones BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/GPL |