From: Laurent Cheylus Subject: Re: [maintainer update] devel/goreleaser 2.11.2 To: Daniel Jakots Cc: ports Date: Fri, 1 Aug 2025 08:46:57 +0200 Hi Daniel ----- Mail original ----- > On Thu, 31 Jul 2025 17:04:54 +0200 (CEST), Laurent Cheylus > wrote: > > update for devel/goreleaser to the latest version 2.11.2. (...) > Out of curiosity, why did you switch this? > > -post-build: > +pre-install: > ${MODGO_WORKSPACE}/bin/goreleaser completion bash > > ${WRKSRC}/completion.bash > ${MODGO_WORKSPACE}/bin/goreleaser completion fish > > ${WRKSRC}/completion.fish > ${MODGO_WORKSPACE}/bin/goreleaser completion zsh > > ${WRKSRC}/completion.zsh To simplify build: - completion scripts for Bash/Fish/Zsh are regenerated only during 'make fake' - 'build' step is now only for compilation of goreleaser binary Laurent