Hello Frank, Yes, you're right. Corrected in:
https://github.com/macports/macports-ports/commit/09ea075bf9d9fefee0091ce22740446ea32d1b7b Thanks On Thu, Apr 1, 2021 at 7:41 PM Frank Schima <[email protected]> wrote: > 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 > > The following commit(s) were added to refs/heads/master by this push: new > 0241e3d8740 wuzz: run "go mod tidy" to fix broken build files0241e3d8740 is > described below > commit 0241e3d87400748b006ff4f012a8ca7f793bc55cAuthor: 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/Portfileindex > 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 > > >
