Hi Herby, > On Apr 1, 2021, at 5:15 PM, Herby Gillot <[email protected]> wrote: > > Herby Gillot (herbygillot) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/0241e3d87400748b006ff4f012a8ca7f793bc55c > > <https://github.com/macports/macports-ports/commit/0241e3d87400748b006ff4f012a8ca7f793bc55c> > The following commit(s) were added to refs/heads/master by this push: > new 0241e3d8740 wuzz: run "go mod tidy" to fix broken build files > 0241e3d8740 is described below > > commit 0241e3d87400748b006ff4f012a8ca7f793bc55c > Author: Herby Gillot <[email protected]> > AuthorDate: Thu Apr 1 19:15:03 2021 -0400 > > wuzz: run "go mod tidy" to fix broken build files > --- > www/wuzz/Portfile | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/www/wuzz/Portfile b/www/wuzz/Portfile > index 4da11e76974..f73796195af 100644 > --- a/www/wuzz/Portfile > +++ b/www/wuzz/Portfile > @@ -4,7 +4,7 @@ PortSystem 1.0 > PortGroup golang 1.0 > > go.setup github.com/asciimoo/wuzz 0.5.0 v > -revision 0 > +revision 1 > > description Interactive cli tool for HTTP inspection > > @@ -27,6 +27,10 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ > # Allow fetching deps at build time > build.env-delete GO111MODULE=off GOPROXY=off > > +pre-build { > + system -W ${worksrcpath} "go mod tidy” I assume you want ${prefix}/bin/go here to use Macports go?
Cheers! Frank
