IMPORTANT ANNOUNCEMENT for anyone using my macOS package repository from https://pkgsrc.smartos.org/install-on-macos/
There's a subtle upgrade scenario I didn't test correctly, and your next upgrade will fail due to PGP key bootstrap issues.
To fix:
$ pkgin -d upgrade
$ t=$(mktemp -d); cd $t
$ ar x /var/db/pkgin/cache/pkg_install-20250417.tgz
$ pkg_add -C /dev/null -U pkg_install-20250417.tmp.tgz
$ pkgin upgrade
Once you're past that everything should be fine. Really sorry for the inconvenience.