[macports-ports] branch master updated: wuzz: run "go mod tidy" to fix broken build files

Frank Schima mf2k at macports.org
Thu Apr 1 23:41:23 UTC 2021


Hi Herby,

> On Apr 1, 2021, at 5:15 PM, Herby Gillot <herby.gillot at gmail.com> 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 <herby.gillot at gmail.com>
> 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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20210401/b9cdb014/attachment.htm>


More information about the macports-changes mailing list