diff options
author | mat <mat@FreeBSD.org> | 2018-05-25 20:43:32 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-05-25 20:43:32 +0800 |
commit | ad1bd1d7c55210f5708c3d5ef7a41c895d0643f9 (patch) | |
tree | 9e7451dee6b3f7fd39dac7dd05c192fa6da64263 /dns/bind910 | |
parent | b4cd2cb42f99e43735f39dd8086368cfddbfddb2 (diff) | |
download | freebsd-ports-gnome-ad1bd1d7c55210f5708c3d5ef7a41c895d0643f9.tar.gz freebsd-ports-gnome-ad1bd1d7c55210f5708c3d5ef7a41c895d0643f9.tar.zst freebsd-ports-gnome-ad1bd1d7c55210f5708c3d5ef7a41c895d0643f9.zip |
Add BIND9 9.13.0.
The ISC changed their release model, they are now doing
odd-unstable/even-stable release numbering. This is a development
version, consider it alpha/beta quality. The next stable release will
be 9.14.0.
Changes: https://kb.isc.org/article/AA-01612
Sponsored by: Absolight
Diffstat (limited to 'dns/bind910')
-rw-r--r-- | dns/bind910/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 958c854f59e6..c29a5baf1a6e 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind-tools bind99 bind911 bind912 bind9-devel +CONFLICTS= bind-tools bind99 bind911 bind912 bind913 bind9-devel SUB_FILES= pkg-message named.conf USE_RC_SUBR= named |