diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-11-16 22:55:39 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-11-16 22:55:39 +0000 |
commit | f2aecf877605d3c8a6ee65a72761d380d9967c46 (patch) | |
tree | 9513ca9c374681e88db7cf5ae85e4008e47ee327 /dns | |
parent | baa0687760c5aa268e36f9f8ac30ccdffea9734a (diff) | |
download | ports-f2aecf877605d3c8a6ee65a72761d380d9967c46.tar.gz ports-f2aecf877605d3c8a6ee65a72761d380d9967c46.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnscap/Makefile | 2 | ||||
-rw-r--r-- | dns/dnstracer/Makefile | 2 | ||||
-rw-r--r-- | dns/rbllookup-ng/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile index d46d75b2e997..e014e934e0b3 100644 --- a/dns/dnscap/Makefile +++ b/dns/dnscap/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 134 CATEGORIES= dns MASTER_SITES= http://dnscap.dns-oarc.net/ -MAINTAINER= edwin@mavetju.org +MAINTAINER= ports@FreeBSD.org COMMENT= DNS network traffic capture utility HAS_CONFIGURE= yes diff --git a/dns/dnstracer/Makefile b/dns/dnstracer/Makefile index 78f237b3bd6c..6dfc75e910b8 100644 --- a/dns/dnstracer/Makefile +++ b/dns/dnstracer/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.mavetju.org/download/ -MAINTAINER= edwin@mavetju.org +MAINTAINER= ports@FreeBSD.org COMMENT= Trace a chain of DNS servers to the source USES= gmake diff --git a/dns/rbllookup-ng/Makefile b/dns/rbllookup-ng/Makefile index d4d57bd75b19..5c629e4f02fe 100644 --- a/dns/rbllookup-ng/Makefile +++ b/dns/rbllookup-ng/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= dns mail MASTER_SITES= http://www.mavetju.org/download/ -MAINTAINER= edwin@mavetju.org +MAINTAINER= ports@FreeBSD.org COMMENT= Check given IP/Host presence in RBLs BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ |