<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7c7c952846b1e02f118a39a738b6566d9792a35a">https://github.com/macports/macports-ports/commit/7c7c952846b1e02f118a39a738b6566d9792a35a</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 7c7c952846b consul: update to 1.17.2
</span>7c7c952846b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 7c7c952846b1e02f118a39a738b6566d9792a35a
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Jan 29 16:18:25 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> consul: update to 1.17.2
</span>---
net/consul/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/consul/Portfile b/net/consul/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 35a06667da0..ff014bc9738 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/consul/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/consul/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem 1.0
PortGroup golang 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.setup github.com/hashicorp/consul 1.17.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup github.com/hashicorp/consul 1.17.2 v
</span> go.offline_build no
revision 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,4 +45,5 @@ destroot {
</span> xinstall -m 0755 ${gopath}/bin/${name} ${destroot}${prefix}/bin/${name}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.livecheck.regex {([0-9.]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {([0-9.]+)}
</span></pre><pre style='margin:0'>
</pre>