diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-03-21 20:40:07 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-03-21 20:40:07 +0000 |
commit | 4713640f13778b1ab79914d1561edce5d19ede6c (patch) | |
tree | 845240e64038a8036e6fe2197f0c32aa05187624 /dns/bind94/Makefile | |
parent | 357175278de9dec8bbd1f96d48dab81a229fcd16 (diff) | |
download | ports-4713640f13778b1ab79914d1561edce5d19ede6c.tar.gz ports-4713640f13778b1ab79914d1561edce5d19ede6c.zip |
Notes
Diffstat (limited to 'dns/bind94/Makefile')
-rw-r--r-- | dns/bind94/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 9d582e20737e..a93a528bd277 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.1 +PORTVERSION= 9.4.3.2 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-P1 +ISCVERSION= 9.4.3-P2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ |