<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/593c01dc6cd3c2a426d0aa2d0ad0d051e3e1e454">https://github.com/macports/macports-ports/commit/593c01dc6cd3c2a426d0aa2d0ad0d051e3e1e454</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 593c01dc6cd bind9: make livecheck only match stable versions
</span>593c01dc6cd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 593c01dc6cd3c2a426d0aa2d0ad0d051e3e1e454
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Apr 23 16:13:00 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    bind9: make livecheck only match stable versions
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Ref: https://kb.isc.org/docs/aa-00896
</span>---
 net/bind9/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/bind9/Portfile b/net/bind9/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0bc6cd0054c..a333f49ee5d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/bind9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/bind9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -129,4 +129,4 @@ notes "******************************************************
</span> 
 livecheck.type   regex
 livecheck.url    ${homepage}downloads/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex  {BIND(\d+\.\d+\.\d+(?:-P\d+)?)\.tar\.[gx]z - tar\.[gx]z\s*</a>}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex  {BIND(\d+\.\d*[02468]\.\d+(?:-P\d+)?)\.tar\.[gx]z - tar\.[gx]z\s*</a>}
</span></pre><pre style='margin:0'>

</pre>