diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-08-04 18:58:02 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-08-04 18:58:02 +0000 |
commit | dfffa548f03f2cd770e60b6375b3e95c7ccae695 (patch) | |
tree | daaaa97066f787d40b35a11d3add14ae9376974e /dns/bind9-sdb-postgresql/Makefile | |
parent | 43938ae30f8e5691e56504bc93f2b099b404484f (diff) |
Notes
Diffstat (limited to 'dns/bind9-sdb-postgresql/Makefile')
-rw-r--r-- | dns/bind9-sdb-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind9-sdb-postgresql/Makefile b/dns/bind9-sdb-postgresql/Makefile index 2b791ba67ac7..e3f73db33230 100644 --- a/dns/bind9-sdb-postgresql/Makefile +++ b/dns/bind9-sdb-postgresql/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bind9 -PORTVERSION= 9.4.3.2 +PORTVERSION= 9.4.3.3 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -21,7 +21,7 @@ COMMENT= Bind9, patched for use with a PostgreSQL-based backend CONFLICTS= bind9-9.* bind9-sdb-ldap-* host-* # ISC releases things like 9.3.0rc1, which our versioning doesn't like -ISCVERSION= 9.4.3-P2 +ISCVERSION= 9.4.3-P3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --with-openssl \ |