Update surprise of today... please comment

sudo pkg update && sudo pkg upgrade
Wachtwoord:
Updating FreeBSD repository catalogue…
Fetching packagesite.pkg: 100% 7 MiB 7.0MB/s 00:01
Processing entries: 0%
Newer FreeBSD version for package zziplib:
To ignore this error set IGNORE_OSVERSION=yes

  • package: 1302001
  • running kernel: 1301000
    Ignore the mismatch and continue? [y/N]: n
    pkg: repository FreeBSD contains packages for wrong OS version: FreeBSD:13:amd64
    Processing entries: 100%
    Unable to update repository FreeBSD
    Error updating repositories!

Maybe use freebsd-update

Maybe not:
" 26.2.3. Performing Minor and Major Version Upgrades

Upgrades from one minor version of FreeBSD to another are called minor version upgrades. An example:

  • FreeBSD 13.1 to 13.2.

Major version upgrades increase the major version number. An example:

  • FreeBSD 12.4 to 13.2.

Both types of upgrade can be performed by providing freebsd-update with a release version target.

After each new RELEASE, FreeBSD package build servers will, for a limited period, not use the newer version of the operating system. This provides continuity for the many users who do not upgrade immediately after a release announcement. For example:

  • packages for users of 13.1 and 13.2 will be built on a server running 13.1, until 13.1 reaches end of life

— and, critically:

  • a kernel module that is built on 13.1 might not be suitable for 13.2.

So, with any minor or major OS upgrade, if your package requirements include any kernel module:

  • be prepared to build the module from source."