From e752988a77c30fb0bc4670dd4c850bb49c847ccf Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Sat, 7 Mar 2026 14:21:08 +1100 Subject: [PATCH] bind9, bind9.18: fix livecheck --- net/bind9.18/Portfile | 2 +- net/bind9/Portfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bind9.18/Portfile b/net/bind9.18/Portfile index 587a0651322..e99d62019a1 100644 --- a/net/bind9.18/Portfile +++ b/net/bind9.18/Portfile @@ -141,4 +141,4 @@ notes "****************************************************** livecheck.type regex livecheck.url ${homepage}downloads/ -livecheck.regex {BIND(9\.18\.\d+(?:-P\d+)?)\.tar\.[gx]z} +livecheck.regex {BIND 9 - (9\.18\.\d+(?:-P\d+)?)} diff --git a/net/bind9/Portfile b/net/bind9/Portfile index 213c474b847..13222d3bb5f 100644 --- a/net/bind9/Portfile +++ b/net/bind9/Portfile @@ -147,4 +147,4 @@ notes "****************************************************** livecheck.type regex livecheck.url https://www.isc.org/downloads/ -livecheck.regex {BIND(\d+\.\d*[02468]\.\d+(?:-P\d+)?)\.tar\.[gx]z} +livecheck.regex {BIND 9 - (\d+\.\d*[02468]\.\d+(?:-P\d+)?)}