Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2024 19:07:13 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a01346c24b1 - main - dns/p5-DNS-nsdiff: Remove BIND916 option
Message-ID:  <202405171907.44HJ7DKP054807@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a01346c24b1af75e05500f6644611eda079f2da

commit 1a01346c24b1af75e05500f6644611eda079f2da
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-15 17:37:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-17 19:06:03 +0000

    dns/p5-DNS-nsdiff: Remove BIND916 option
    
    bind 9.16 was removed in commit 3a4d8de87ce0160ab4bfe85f60c6d1922d9fa3c4
    
    Approved by:    portmgr (blanket)
---
 dns/p5-DNS-nsdiff/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dns/p5-DNS-nsdiff/Makefile b/dns/p5-DNS-nsdiff/Makefile
index d681c0a8f0f9..5bae866e9989 100644
--- a/dns/p5-DNS-nsdiff/Makefile
+++ b/dns/p5-DNS-nsdiff/Makefile
@@ -14,14 +14,12 @@ LICENSE_COMB=	dual
 RUN_DEPENDS=	nsupdate:dns/bind-tools
 
 OPTIONS_RADIO=	BIND
-OPTIONS_RADIO_BIND=	BIND916 BIND918 BINDDEVEL
+OPTIONS_RADIO_BIND=	BIND918 BINDDEVEL
 OPTIONS_DEFAULT=	BIND918
 
-BIND916_DESC=	Use Bind 9.16 for named-compilezone
 BIND918_DESC=	Use Bind 9.18 for named-compilezone
 BINDDEVEL_DESC=	Use Bind 9-devel for named-compilezone
 
-BIND916_RUN_DEPENDS=	named-compilezone:dns/bind916
 BIND918_RUN_DEPENDS=	named-compilezone:dns/bind918
 BINDDEVEL_RUN_DEPENDS=	named-compilezone:dns/bind9-devel
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405171907.44HJ7DKP054807>