Re: git: 3c283e62213a - main - sysutils/ncdu2: Install ncdu as ncdu2
- In reply to: Vladimir Druzenko : "Re: git: 3c283e62213a - main - sysutils/ncdu2: Install ncdu as ncdu2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Aug 2023 00:14:47 UTC
On Wed, Aug 23, 2023, 01:34 Vladimir Druzenko <vvd@freebsd.org> wrote: > 22.08.2023 20:29, Po-Chuan Hsieh пишет: > > On Wed, Aug 23, 2023 at 1:22 AM Vladimir Druzenko <vvd@freebsd.org> wrote: > >> 22.08.2023 20:17, Po-Chuan Hsieh пишет: >> >> On Tue, Aug 22, 2023 at 4:16 AM Jan Beich <jbeich@freebsd.org> wrote: >> >>> Po-Chuan Hsieh <sunpoet@FreeBSD.org> <sunpoet@FreeBSD.org> writes: >>> >>> > -BUILD_DEPENDS= zig>=0.10.0<0.11:lang/zig >>> > +BUILD_DEPENDS= zig>=0.10.0<0.10.1_99:lang/zig >>> >>> Why? Is 0.10.1_99 supposed to mean unreleased 0.10.2? >>> >> >> It simply means 0.10.1 (with possible PORTREIVSION bump). >> >> Why not: >> BUILD_DEPENDS= zig>=0.10.0<0.10.2:lang/zig >> ? >> > Though it is unlikely to happen, what if 0.10.1.1 appears? > > But we don't know now will 0.10.1.x be compatible with 0.10.1 or not. > That's why I use <0.10.1_99 rather than <0.10.2 which could possibly include unexpected versions. > -- > Best regards, > Vladimir Druzenko > >