<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/937ae8ecb53271258e32815f005a2c56c2c59914">https://github.com/macports/macports-ports/commit/937ae8ecb53271258e32815f005a2c56c2c59914</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 937ae8ecb53 consul: minor cleanup
</span>937ae8ecb53 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 937ae8ecb53271258e32815f005a2c56c2c59914
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Nov 24 16:28:35 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    consul: minor cleanup
</span>---
 net/consul/Portfile | 3 +--
 1 file changed, 1 insertion(+), 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 13383530996..7f66f1effda 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;'>@@ -11,7 +11,6 @@ homepage            https://www.consul.io
</span> platforms           darwin
 categories          net
 license             MPL-2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-installs_libs       no
</span> 
 # Consul's build process requires the git repository.
 fetch.type          git
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +34,7 @@ long_description    Consul is a service mesh solution providing a full \
</span>                     Envoy.
 
 # Do not restrict Go from downloading dependencies at build time.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.env-delete        GOPROXY=off GO111MODULE=off
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.env-delete    GOPROXY=off GO111MODULE=off
</span> 
 # The "dev" build target must be used to build just the binary for this
 # platform, instead of for ALL platforms
</pre><pre style='margin:0'>

</pre>