diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-01-29 22:28:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-01-29 22:28:44 +0000 |
commit | abfda7b85ac54db10d65afb2539f6a8e6fc713ab (patch) | |
tree | 00949d97457eb91566e7eaedd4cea5f26b8c3e60 /dns | |
parent | - remove redirection to /dev/null for zebra and routing daemons (diff) |
Update to BIND 8.2.3 and remove previous maintainer due to timeout.
Notes
Notes:
svn path=/head/; revision=37768
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind8/Makefile | 8 | ||||
-rw-r--r-- | dns/bind8/distinfo | 4 | ||||
-rw-r--r-- | dns/bind8/files/patch-ac | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 880ebb712152..1b9244a5c169 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -6,18 +6,18 @@ # PORTNAME= bind -PORTVERSION= 8.2.2.p7 +PORTVERSION= 8.2.3 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P7/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.3/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz -MAINTAINER= jseger@FreeBSD.org +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/src MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 + getnameinfo.3 inet_cidr.3 hesiod.3 resolver.3 tsig.3 MAN5= irs.conf.5 named.conf.5 resolver.5 MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ diff --git a/dns/bind8/distinfo b/dns/bind8/distinfo index 8adbe896bfdc..91eae99efb99 100644 --- a/dns/bind8/distinfo +++ b/dns/bind8/distinfo @@ -1,2 +1,2 @@ -MD5 (bind-src.tar.gz) = 832669455e70a4b58e635b6b02e87910 -MD5 (bind-doc.tar.gz) = 6f26254fdd43e3d4b8b42062bb9766db +MD5 (bind-src.tar.gz) = e21e2854d72afd2ffbee17cfe8caa581 +MD5 (bind-doc.tar.gz) = c26474bb791552cc0cbc5af72190a772 diff --git a/dns/bind8/files/patch-ac b/dns/bind8/files/patch-ac index bffd410f9de3..b348758fbcd4 100644 --- a/dns/bind8/files/patch-ac +++ b/dns/bind8/files/patch-ac @@ -1,11 +1,11 @@ ---- src/bin/Makefile.old Thu Nov 11 00:27:59 1999 -+++ src/bin/Makefile Thu Nov 11 00:28:10 1999 +--- src/bin/Makefile.orig Sat Dec 23 00:02:48 2000 ++++ src/bin/Makefile Mon Jan 29 14:11:13 2001 @@ -58,7 +58,7 @@ "VER=${VER}" "STRIP=${STRIP}" "PS=${PS}" "INSTALL_LIB=${INSTALL_LIB}" \ "INSTALL_EXEC=${INSTALL_EXEC}" "BOUNDS=${BOUNDS}" --CFLAGS= ${CDEBUG} -I${PORTINCL} -I${INCL} -+CFLAGS+= -I${PORTINCL} -I${INCL} +-CFLAGS= ${CDEBUG} ++#CFLAGS= ${CDEBUG} + CPPFLAGS= -I${PORTINCL} -I${INCL} SUBDIRS = addr nslookup dig dnsquery host named named-xfer ndc nsupdate \ - mkservdb irpd dnskeygen named-bootconf |