diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-10-25 19:35:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-10-25 19:35:28 +0000 |
commit | 3afa450ba39cf6aeabd41e5de820b73eebb5ce64 (patch) | |
tree | aaac454ea2bacc6a8b499d85532697dd5df22e28 /dns | |
parent | 310bd2291a2d03bf755ae7c0e28d4e7f82ce194d (diff) | |
download | ports-3afa450ba39cf6aeabd41e5de820b73eebb5ce64.tar.gz ports-3afa450ba39cf6aeabd41e5de820b73eebb5ce64.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/geta/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneCheck/Makefile | 2 | ||||
-rw-r--r-- | dns/totd/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/dns/geta/Makefile b/dns/geta/Makefile index eeb595e8f96d..a33939f6bdd1 100644 --- a/dns/geta/Makefile +++ b/dns/geta/Makefile @@ -12,6 +12,8 @@ MAINTAINER= sumikawa@FreeBSD.org COMMENT= Geta(GET Address) - Simple IPv4/IPv6 address resolving tool BROKEN= Unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-11-26 WRKSRC= ${WRKDIR}/pping GNU_CONFIGURE= yes USES= perl5 diff --git a/dns/p5-Net-DNS-ZoneCheck/Makefile b/dns/p5-Net-DNS-ZoneCheck/Makefile index e4ff9c729195..d6e3778e118b 100644 --- a/dns/p5-Net-DNS-ZoneCheck/Makefile +++ b/dns/p5-Net-DNS-ZoneCheck/Makefile @@ -12,6 +12,8 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Validate a DNS zone composed of Net::DNS::RR records BROKEN= Unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-11-26 BUILD_DEPENDS= p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/dns/totd/Makefile b/dns/totd/Makefile index d37fa73273c9..207a5d43809a 100644 --- a/dns/totd/Makefile +++ b/dns/totd/Makefile @@ -13,6 +13,8 @@ COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation USES= desthack uidfix BROKEN= Unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-11-26 USE_RC_SUBR= totd GNU_CONFIGURE= yes |