git: 00e0dfe7f598 - main - dns/p5-DNS-nsdiff: Add option to depend on bind920
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Aug 2024 12:01:30 UTC
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=00e0dfe7f598f0c7ac9c4c63bc0be6ecedf74747 commit 00e0dfe7f598f0c7ac9c4c63bc0be6ecedf74747 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2024-08-26 11:57:34 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2024-08-26 11:57:34 +0000 dns/p5-DNS-nsdiff: Add option to depend on bind920 Make bind920 the default, tracking changes to the bind ports. Reported by: Matthias Fechner --- dns/p5-DNS-nsdiff/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dns/p5-DNS-nsdiff/Makefile b/dns/p5-DNS-nsdiff/Makefile index 5bae866e9989..278afc77851c 100644 --- a/dns/p5-DNS-nsdiff/Makefile +++ b/dns/p5-DNS-nsdiff/Makefile @@ -1,5 +1,6 @@ PORTNAME= DNS-nsdiff PORTVERSION= 1.85 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +15,15 @@ LICENSE_COMB= dual RUN_DEPENDS= nsupdate:dns/bind-tools OPTIONS_RADIO= BIND -OPTIONS_RADIO_BIND= BIND918 BINDDEVEL -OPTIONS_DEFAULT= BIND918 +OPTIONS_RADIO_BIND= BIND918 BIND920 BINDDEVEL +OPTIONS_DEFAULT= BIND920 BIND918_DESC= Use Bind 9.18 for named-compilezone +BIND920_DESC= Use Bind 9.20 for named-compilezone BINDDEVEL_DESC= Use Bind 9-devel for named-compilezone BIND918_RUN_DEPENDS= named-compilezone:dns/bind918 +BIND920_RUN_DEPENDS= named-compilezone:dns/bind920 BINDDEVEL_RUN_DEPENDS= named-compilezone:dns/bind9-devel NO_ARCH= yes