On 2024/05/06 12:20, Solene Rapenne wrote:
> tested on amd64, works fine for me
> 
> changelog https://github.com/sharkdp/fd/releases/tag/v10.0.0
> 
> the first hunk of the patch was dropped because it's now upstream
> 
> man page is correctly installed without the xxpost-install line
> 
> diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile
> index 3ac438a46ed..d34416fb18b 100644
> --- a/sysutils/fd/Makefile
> +++ b/sysutils/fd/Makefile
> @@ -2,7 +2,7 @@ COMMENT =             simple, fast and user-friendly 
> alternative to 'find'
>  
>  GH_ACCOUNT =         sharkdp
>  GH_PROJECT =         fd
> -GH_TAGNAME =         v9.0.0
> +GH_TAGNAME =         v10.0.0
>  
>  CATEGORIES =         sysutils
>  
> @@ -21,7 +21,6 @@ MODCARGO_INSTALL =  No
>  USE_GMAKE =          Yes
>  
>  xxpost-install:
> -     ${INSTALL_DATA} ${WRKSRC}/doc/fd.1 ${PREFIX}/man/man1
>       cd ${WRKBUILD}; make -f ../fd-*/Makefile completions

just remove all of xxpost-install, it's not used, added partway through
updating to 8.6.0 (IIRC after I decided to have it install completions
but before figuring out that MODCARGO_FEATURES would do it).

ok

Reply via email to