Re: git: d518dc142c46 - main - sysutils/ncdu2: unbreak after b2b3906286ed
- In reply to: Jan Beich : "git: d518dc142c46 - main - sysutils/ncdu2: unbreak after b2b3906286ed"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Oct 2024 04:42:56 UTC
Hello Jan,
On Thu, Oct 3, 2024 at 10:44 PM Jan Beich <jbeich@freebsd.org> wrote:
> The branch main has been updated by jbeich:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=d518dc142c460f151b2a4c9897bdd14b19977433
>
> commit d518dc142c460f151b2a4c9897bdd14b19977433
> Author: Jan Beich <jbeich@FreeBSD.org>
> AuthorDate: 2024-10-03 13:30:43 +0000
> Commit: Jan Beich <jbeich@FreeBSD.org>
> CommitDate: 2024-10-03 14:42:25 +0000
>
> sysutils/ncdu2: unbreak after b2b3906286ed
>
> ===> ncdu2-2.4_1 depends on package: zig>=0.12.0<0.12.1_99 - not
> found
> *** Error code 1
>
> PR: 279604
>
Thanks for the quick fix.
Best Regards,
sunpoet
> ---
> sysutils/ncdu2/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sysutils/ncdu2/Makefile b/sysutils/ncdu2/Makefile
> index b39be6ac40ae..6082fcc3b780 100644
> --- a/sysutils/ncdu2/Makefile
> +++ b/sysutils/ncdu2/Makefile
> @@ -13,7 +13,7 @@ WWW= https://dev.yorhel.nl/ncdu \
> LICENSE= MIT
> LICENSE_FILE= ${WRKSRC}/LICENSES/MIT.txt
>
> -BUILD_DEPENDS= zig>=0.12.0<0.12.1_99:lang/zig
> +BUILD_DEPENDS= zig>=0.12.0<0.13.1_99:lang/zig
>
> USES= ncurses
>
>