Download raw body.
UPDATE: devel/cmake from 3.x to 4.x
On Sat Oct 11, 2025 at 08:28:12AM +0200, Sebastien Marie wrote:
> Rafael Sadowski <rafael@sizeofvoid.org> writes:
>
> > What I can't fix at the moment is: "audio/ncspot". Somehow, it's not
> > a CMake port, but it uses cmake(1), and when I changed the rust cargo stuff
> > with the sed patch, I get a message saying that the file has been
> > changed -- cargo protection works ;)
>
> you could use the following to neuter the cargo checksum:
>
> sed -i 's/"files":{[^}]*}/"files":{}/' ${WRKSRC}/path/to/crate/.cargo-checksum.json
>
Nice, thanks. So audio/ncspot is fixed.
UPDATE: devel/cmake from 3.x to 4.x