git: 1a01346c24b1 - main - dns/p5-DNS-nsdiff: Remove BIND916 option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 19:07:13 UTC
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