diff --git a/MOVED b/MOVED index e0d89611a812..06a7945925a6 100644 --- a/MOVED +++ b/MOVED @@ -10641,3 +10641,4 @@ devel/rubygem-google-protobuf351|devel/rubygem-google-protobuf|2018-11-23|Obsole devel/giggle|devel/gitg|2018-11-23|Has expired: Development stalled. Please switch to devel/gitg. net/rubygem-gitaly-proto094|net/rubygem-gitaly-proto|2018-11-24|Use net/rubygem-gitaly-proto instead www/rubygem-toml-rb03|www/rubygem-toml-rb|2018-11-25|Has expired: Obsoleted by update of www/gitlab. Please use www/rubygem-tom-rb instead. +dns/dnscheck||2018-11-27|Unmaintained upstream over a decade diff --git a/dns/Makefile b/dns/Makefile index fad33acf57d2..a606809c7feb 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -35,7 +35,6 @@ SUBDIR += dns_balance SUBDIR += dnsblast SUBDIR += dnscap - SUBDIR += dnscheck SUBDIR += dnscheckengine SUBDIR += dnscrypt-proxy2 SUBDIR += dnscrypt-wrapper diff --git a/dns/dnscheck/Makefile b/dns/dnscheck/Makefile deleted file mode 100644 index ef370299982f..000000000000 --- a/dns/dnscheck/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Jarrod Sayers -# $FreeBSD$ - -PORTNAME= dnscheck -PORTVERSION= 1.3 -CATEGORIES= dns -MASTER_SITES= http://www.downtools.com.au/~jarrod/projects/dnscheck/download/ - -MAINTAINER= jarrod@downtools.com.au -COMMENT= DNS zone sanity checker - -USES= perl5 shebangfix - -PLIST_FILES= bin/dnscheck -SHEBANG_FILES= dnscheck.pl - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/dnscheck.pl \ - ${STAGEDIR}${PREFIX}/bin/dnscheck - -.include diff --git a/dns/dnscheck/distinfo b/dns/dnscheck/distinfo deleted file mode 100644 index f900304bfd7d..000000000000 --- a/dns/dnscheck/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dnscheck-1.3.tar.gz) = 4283a697fd19304806c627bad893b051bb8696861dc1abcd3190ffc50fc151d0 -SIZE (dnscheck-1.3.tar.gz) = 5549 diff --git a/dns/dnscheck/pkg-descr b/dns/dnscheck/pkg-descr deleted file mode 100644 index 74ad75012a81..000000000000 --- a/dns/dnscheck/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -dnscheck is a simple to use DNS zone sanity checker, comparing name server -records and serial numbers with both the parent zone and the zone itself. -It allows you to find lame, leaked or stale name servers which have the -potential to cause disruption. - -WWW: http://www.downtools.com.au/~jarrod/projects/dnscheck/