diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-12-28 01:07:22 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-12-28 01:07:22 +0000 |
commit | cf2106bfebd867cc0bcb563e68bebfc8fe2c0936 (patch) | |
tree | 49e04131fd5d5ecf2471e1bb1735b54af4f2630d /dns/bind9/Makefile | |
parent | 16f70785f5f7a55a3942467717bbb934a7ea2668 (diff) | |
download | ports-cf2106bfebd867cc0bcb563e68bebfc8fe2c0936.tar.gz ports-cf2106bfebd867cc0bcb563e68bebfc8fe2c0936.zip |
Notes
Diffstat (limited to 'dns/bind9/Makefile')
-rw-r--r-- | dns/bind9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index a9ae9857b34d..275860df39eb 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 -PORTVERSION= 9.3.1 +PORTVERSION= 9.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= Completely new version of the BIND DNS suite with updated DNSSEC # ISC releases things like 9.3.0rc1, which our versioning doesn't like -ISCVERSION= 9.3.1 +ISCVERSION= 9.3.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ |