[Bug 264695] games/neo-cowsay: Update to 2.0.4 [GO_TARGET incomplete(?)]
Date: Wed, 15 Jun 2022 21:00:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264695
Dmitri Goutnik <dmgk@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmgk@freebsd.org
--- Comment #1 from Dmitri Goutnik <dmgk@freebsd.org> ---
Hi Nuno,
GO_MODULE needs to be updated to point to the new package where binaries are
located, and GO_TARGET is relative to the module root, so
-GO_MODULE= github.com/Code-Hex/Neo-cowsay/v2
+GO_MODULE= github.com/Code-Hex/Neo-cowsay/cmd/v2
-GO_TARGET= ./cmd/cowsay:neo-cowsay ./cmd/cowthink:neo-cowthink
+GO_TARGET= ./cowsay:neo-cowsay ./cowthink:neo-cowthink
--
You are receiving this mail because:
You are the assignee for the bug.