diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-03 16:44:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-03 16:44:58 +0000 |
commit | c31defa0fc6069fd58ebbef6564b36ff4e2a70f7 (patch) | |
tree | 24dcac0a257526d4f05afdcd8a3429b3043b19a1 /dns | |
parent | 2857e83e8acd09cc2a2acd9d525eebc711a566bf (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dlint/Makefile | 2 | ||||
-rw-r--r-- | dns/ldnsm/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index 20f02d5941f9..e3f79e6bb26f 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -12,6 +12,8 @@ MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 USES= shebangfix NO_BUILD= yes diff --git a/dns/ldnsm/Makefile b/dns/ldnsm/Makefile index 91e0159a2b38..2e1ee067e8c7 100644 --- a/dns/ldnsm/Makefile +++ b/dns/ldnsm/Makefile @@ -10,6 +10,8 @@ MAINTAINER= vvelox@vvelox.net COMMENT= Manages LDAP enteries for the BIND9 SDB LDAP patch BROKEN= Does not fetch +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 USES= perl5 tar:tgz NO_BUILD= yes |