science/orthanc-mysql: Update to allow build alongside orthanc 1.12.11
Does not build with bundled orthanc 1.12.11.
Pin bundled version to 1.12.10 instead of ../orthanc/version.mk.
sound: Do not check for NULL before deleting ac97_info->methods
It is allocated with M_WAITOK in ac97_create().
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/17
audio/freebsd-13-mixer: Retire port
FreeBSD 13 is no longer supported (with the exception of 13.5 which will
reach EoL soon as well), and there should not be a need for this port
anymore.
Sponsored by: The FreeBSD Foundation
Reviewed by: 0mp
Approved by: maintainer
www/py-dj-database-url: Unbreak build after 21c2f9c595ac
* Relax the version requirements for py-uv-build which has been updated
recently.
Reported by: pkg-fallout
textproc/py-zensical: Update to 0.0.34
* This version added support for TOML 1.1.0. For this reason and to
make use of it, the requirement for py-tomli must be set explicitly,
because the PY_TOMLI macro currently only applies to Python versions
prior to 3.11.
The reason for the latter one is that, starting with Python 3.11,
support for parsing TOML 1.0.0 is available in the Python standard
library via the "tomllib" module.
With py-tomli 2.4.0, support for TOML 1.1.0 has been added, which
is currently only implemented in Python 3.15.
Changelog:
https://github.com/zensical/zensical/releases/tag/v0.0.34