diff options
author | dougb <dougb@FreeBSD.org> | 2012-10-08 18:38:47 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-10-08 18:38:47 +0800 |
commit | 99c0c3952d4c535698ff83e9f359cca1d4b875e7 (patch) | |
tree | 26c9825c408f16a6f980068230034276f0bb0ea0 /dns/bind99 | |
parent | 38393b57feab35baf1a9733c3f7b86179089bcce (diff) | |
download | freebsd-ports-gnome-99c0c3952d4c535698ff83e9f359cca1d4b875e7.tar.gz freebsd-ports-gnome-99c0c3952d4c535698ff83e9f359cca1d4b875e7.tar.zst freebsd-ports-gnome-99c0c3952d4c535698ff83e9f359cca1d4b875e7.zip |
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.
I bid fond fare well
A chapter closes for me
What opens for you?
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 9c1e5b0a70c5..3eb67b484295 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -1,11 +1,5 @@ # $FreeBSD$ -# I stay very aware of developments with BIND in general, and with -# BIND 9 in particular. I frequently delay updating this port from -# a known-stable version due to concerns about stability of a newer -# version. If you are concerned about using the most recent ISC -# release you can generally build it cleanly from the source - Doug - PORTNAME= bind99 PORTVERSION= 9.9.1.3 CATEGORIES= dns net ipv6 @@ -15,7 +9,7 @@ DISTNAME= bind-${ISCVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= dougb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 # ISC releases things like 9.8.0-P1, which our versioning doesn't like |