diff options
author | dougb <dougb@FreeBSD.org> | 2011-05-16 13:22:09 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-05-16 13:22:09 +0800 |
commit | cecd64c8e32a5c5f69d814ae5974705e159f3671 (patch) | |
tree | bc80d2baf4be6bf0766cb8d126ff409fd19f22f2 /dns | |
parent | ee37fb53ad673a93fa8279cd3501c2c064de9802 (diff) | |
download | freebsd-ports-gnome-cecd64c8e32a5c5f69d814ae5974705e159f3671.tar.gz freebsd-ports-gnome-cecd64c8e32a5c5f69d814ae5974705e159f3671.tar.zst freebsd-ports-gnome-cecd64c8e32a5c5f69d814ae5974705e159f3671.zip |
Miscellaneous cleanups and fixes, some of the windowmaker stuff
gracefully provided by danfe.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind-tools/pkg-descr | 2 | ||||
-rw-r--r-- | dns/bind94-geoip/pkg-descr | 2 | ||||
-rw-r--r-- | dns/bind94/pkg-descr | 2 | ||||
-rw-r--r-- | dns/bind96/pkg-descr | 2 | ||||
-rw-r--r-- | dns/bind97/pkg-descr | 2 | ||||
-rw-r--r-- | dns/libbind/Makefile | 2 | ||||
-rw-r--r-- | dns/libbind/pkg-descr | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS/pkg-descr | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/dns/bind-tools/pkg-descr b/dns/bind-tools/pkg-descr index d1f59026f164..c13f6d56bbea 100644 --- a/dns/bind-tools/pkg-descr +++ b/dns/bind-tools/pkg-descr @@ -4,4 +4,4 @@ The user space command line tools from the latest version of BIND: WWW: https://www.isc.org/software/bind - Doug Barton -DougB@FreeBSD.org +dougb@FreeBSD.org diff --git a/dns/bind94-geoip/pkg-descr b/dns/bind94-geoip/pkg-descr index 018d2b86d5ce..70373cb5a345 100644 --- a/dns/bind94-geoip/pkg-descr +++ b/dns/bind94-geoip/pkg-descr @@ -8,4 +8,4 @@ its usage. There are probably many others. WWW: http://www.caraytech.com/geodns/ - Doug Barton -DougB@FreeBSD.org +dougb@FreeBSD.org diff --git a/dns/bind94/pkg-descr b/dns/bind94/pkg-descr index 034dd02c8e77..bcce27fcd9ad 100644 --- a/dns/bind94/pkg-descr +++ b/dns/bind94/pkg-descr @@ -21,4 +21,4 @@ Multiprocessor Support, including working threads in this version WWW: https://www.isc.org/software/bind - Doug Barton -DougB@FreeBSD.org +dougb@FreeBSD.org diff --git a/dns/bind96/pkg-descr b/dns/bind96/pkg-descr index 6eb6aa87fc79..6a9ac2dc9c23 100644 --- a/dns/bind96/pkg-descr +++ b/dns/bind96/pkg-descr @@ -21,4 +21,4 @@ See the CHANGES file for more information on features. WWW: https://www.isc.org/software/bind - Doug Barton -DougB@FreeBSD.org +dougb@FreeBSD.org diff --git a/dns/bind97/pkg-descr b/dns/bind97/pkg-descr index aef0b76638d8..2723c54279ab 100644 --- a/dns/bind97/pkg-descr +++ b/dns/bind97/pkg-descr @@ -16,4 +16,4 @@ Some of the new features of BIND 9.7.x are: WWW: https://www.isc.org/software/bind - Doug Barton -DougB@FreeBSD.org +dougb@FreeBSD.org diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile index b152e589ef8b..5a4c5f705818 100644 --- a/dns/libbind/Makefile +++ b/dns/libbind/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= libbind/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= DougB@FreeBSD.org +MAINTAINER= dougb@FreeBSD.org COMMENT= Standard C resolver library MAKE_JOBS_UNSAFE= yes diff --git a/dns/libbind/pkg-descr b/dns/libbind/pkg-descr index cb0ea294d9fc..9d6eecb17b59 100644 --- a/dns/libbind/pkg-descr +++ b/dns/libbind/pkg-descr @@ -16,4 +16,4 @@ translations, and utilizing /etc/resolv.conf for resolver configuration. WWW: https://www.isc.org/software/libbind - Doug Barton -DougB@FreeBSD.org +dougb@FreeBSD.org diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index c1bf8f2daefa..8786ccf069f0 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -12,7 +12,7 @@ CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= DougB@FreeBSD.org +MAINTAINER= dougb@FreeBSD.org COMMENT= Perl5 interface to the DNS resolver, and dynamic updates # Warnings during build are harmless, the port does not need these to build diff --git a/dns/p5-Net-DNS/pkg-descr b/dns/p5-Net-DNS/pkg-descr index a991535ca4f0..99bfb2491a91 100644 --- a/dns/p5-Net-DNS/pkg-descr +++ b/dns/p5-Net-DNS/pkg-descr @@ -9,4 +9,4 @@ WWW: http://search.cpan.org/dist/Net-DNS/ - Doug Barton -DougB@FreeBSD.org +dougb@FreeBSD.org |