<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Herby,<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Apr 1, 2021, at 5:15 PM, Herby Gillot <<a href="mailto:herby.gillot@gmail.com" class="">herby.gillot@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><pre style="margin:0" class="">Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre><p class=""><a href="https://github.com/macports/macports-ports/commit/0241e3d87400748b006ff4f012a8ca7f793bc55c" class="">https://github.com/macports/macports-ports/commit/0241e3d87400748b006ff4f012a8ca7f793bc55c</a></p>
<pre style="white-space: pre; background: #F8F8F8" class="">The following commit(s) were added to refs/heads/master by this push:
<span style="display:block; white-space:pre;color:#404040;" class="">     new 0241e3d8740 wuzz: run "go mod tidy" to fix broken build files
</span>0241e3d8740 is described below

<span style="display:block; white-space:pre;color:#808000;" class="">commit 0241e3d87400748b006ff4f012a8ca7f793bc55c
</span>Author: Herby Gillot <<a href="mailto:herby.gillot@gmail.com" class="">herby.gillot@gmail.com</a>>
AuthorDate: Thu Apr 1 19:15:03 2021 -0400

<span style="display:block; white-space:pre;color:#404040;" class="">    wuzz: run "go mod tidy" to fix broken build files
</span>---
 www/wuzz/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style="display:block; white-space:pre;color:#808080;" class="">diff --git a/www/wuzz/Portfile b/www/wuzz/Portfile
</span><span style="display:block; white-space:pre;color:#808080;" class="">index 4da11e76974..f73796195af 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">--- a/www/wuzz/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">+++ b/www/wuzz/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           golang 1.0
 
 go.setup            <a href="http://github.com/asciimoo/wuzz" class="">github.com/asciimoo/wuzz</a> 0.5.0 v
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-revision            0
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+revision            1
</span> 
 description         Interactive cli tool for HTTP inspection
 
<span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -27,6 +27,10 @@ maintainers         {<a href="http://gmail.com" class="">gmail.com</a>:herby.gillot @herbygillot} \
</span> # Allow fetching deps at build time
 build.env-delete    GO111MODULE=off GOPROXY=off
 
<span style="display:block; white-space:pre;background:#e0ffe0;" class="">+pre-build {
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+    system -W ${worksrcpath} "go mod tidy”
</span></pre></div></blockquote>I assume you want ${prefix}/bin/go here to use Macports go?<br class=""><br class=""></div><div><br class=""></div><div>Cheers!</div><div>Frank</div><div><br class=""></div><br class=""></body></html>