Date: Mon, 10 Jun 2024 23:04:31 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 29edf60ed922 - main - sysutils/ncdu2: unbreak build after 7fa85e6a3844 Message-ID: <202406102304.45AN4Vp1016457@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=29edf60ed922212b850f2d06a36ba6e80035fc9b commit 29edf60ed922212b850f2d06a36ba6e80035fc9b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-06-10 23:03:04 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-06-10 23:04:10 +0000 sysutils/ncdu2: unbreak build after 7fa85e6a3844 ===> ncdu2-2.4 depends on package: zig>=0.12<0.12_99 - not found PR: 279608 --- sysutils/ncdu2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/ncdu2/Makefile b/sysutils/ncdu2/Makefile index cf0987f7450d..38d31334f3e8 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.12_99:lang/zig +BUILD_DEPENDS= zig>=0.12.1<0.12.1_99:lang/zig USES= ncurses
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406102304.45AN4Vp1016457>