diff options
Diffstat (limited to 'dns/bind94/Makefile')
-rw-r--r-- | dns/bind94/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 15297405aff0..a768804d3c24 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind94 -PORTVERSION= 9.4.3.5 +PORTVERSION= 9.4.4.ESV CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -25,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.4.3-P5 +ISCVERSION= 9.4-ESV MAKE_JOBS_UNSAFE= yes @@ -153,7 +153,7 @@ CONFLICTS+= bind94-geoip-9.4.* PLIST_SUB+= BIND_DESTETC="${BIND_DESTETC}" -MAN1= dig.1 host.1 nslookup.1 nsupdate.1 +MAN1= dig.1 host.1 isc-config.sh.1 nslookup.1 nsupdate.1 MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 \ lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 \ lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \ |