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+)?)}