Download raw body.
UPDATE: devel/cmake from 3.x to 4.x
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
Regards.
--
Sebastien Marie
UPDATE: devel/cmake from 3.x to 4.x