From 04b95dd33bf74a8b1fffa27e533d5ff98cc4e8d9 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 11 Jun 2018 06:53:53 +0000 Subject: [PATCH] dns/rfc2136: update, bind version --- dns/rfc2136/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dns/rfc2136/Makefile b/dns/rfc2136/Makefile index 709763c95..c19788c79 100644 --- a/dns/rfc2136/Makefile +++ b/dns/rfc2136/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= rfc2136 -PLUGIN_VERSION= 1.2 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.3 PLUGIN_COMMENT= RFC-2136 Support PLUGIN_MAINTAINER= franco@opnsense.org -PLUGIN_DEPENDS= bind911 +PLUGIN_DEPENDS= bind913 .include "../../Mk/plugins.mk"