diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-09-07 19:34:00 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-09-07 19:34:00 +0000 |
commit | 893ca6053ddd240fb134ca7608a264a6775c8d01 (patch) | |
tree | ca2cba15ab4572f43da75c14248c74a77c620603 /dns | |
parent | 1231d464c5a557551425b977bf16e3616ed0a434 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/checkdns/Makefile | 2 | ||||
-rw-r--r-- | dns/py-adns/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/checkdns/Makefile b/dns/checkdns/Makefile index 54d664f3259e..4d1e94988b4e 100644 --- a/dns/checkdns/Makefile +++ b/dns/checkdns/Makefile @@ -12,7 +12,7 @@ CATEGORIES= dns MASTER_SITES= http://www.enderunix.org/checkdns/ \ http://www.trunix.org/projeler/checkdns/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= m.tsatsenko@gmail.com COMMENT= A domain name server analysis and reporting tool MAKE_JOBS_SAFE= yes diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile index ff3d093eae16..f7002a13bef0 100644 --- a/dns/py-adns/Makefile +++ b/dns/py-adns/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= adns-python-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= m.tsatsenko@gmail.com COMMENT= A Python Interface to adns, the asynchronous DNS library LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns |