<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/617868a413bdaf1fa2a48f0214fbc5742821c91b">https://github.com/macports/macports-ports/commit/617868a413bdaf1fa2a48f0214fbc5742821c91b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 617868a413bdaf1fa2a48f0214fbc5742821c91b
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Dec 14 06:02:19 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    consul: update to 1.10.5
</span>---
 net/consul/Portfile | 12 +++++-------
 1 file changed, 5 insertions(+), 7 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 5f8b637c57b..54a30a1fb45 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.10.4 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup            github.com/hashicorp/consul 1.10.5 v
</span> revision            0
 
 homepage            https://www.consul.io
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,16 +23,15 @@ long_description    Consul is a service mesh solution providing a full \
</span>                     but also supports 3rd party proxy integrations such as \
                     Envoy.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> categories          net
<span style='display:block; white-space:pre;background:#e0ffe0;'>+installs_libs       no
</span> license             MPL-2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers         {gmail.com:herby.gillot @herbygillot} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    openmaintainer
</span> 
 # Consul's build process requires the git repository.
 fetch.type          git
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers         {gmail.com:herby.gillot @herbygillot} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    openmaintainer
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # Do not restrict Go from downloading dependencies at build time.
 build.env-delete    GOPROXY=off GO111MODULE=off
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,11 +41,10 @@ build.env-delete    GOPROXY=off GO111MODULE=off
</span> build.cmd           make
 build.target        dev
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-installs_libs       no
</span> use_parallel_build  no
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 755 ${gopath}/bin/${name} ${destroot}${prefix}/bin/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0755 ${gopath}/bin/${name} ${destroot}${prefix}/bin/${name}
</span> }
 
 github.livecheck.regex {([0-9.]+)}
</pre><pre style='margin:0'>

</pre>