Re: packages with mismatched checksums

From: ax disroo <ax61_at_disroot.org>
Date: Mon, 02 Sep 2024 21:05:25 UTC
> On Sep 1, 2024, at 6:19 AM, Gary Aitken wrote:
> 
> What is the right way to fix / check a package reported as having a
> mismatched checksum, assuming it hasn't been modified?

Try pkg-check(8) https://man.freebsd.org/cgi/man.cgi?query=pkg-check&apropos=0&sektion=8&manpath=FreeBSD+14.1-RELEASE+and+Ports&arch=default&format=html

Check check …
# pkg check --checksums --dependencies --dry-run --all --verbose

Update …
# pkg check  --recompute --dependencies --shlibs --all


- Anubhav