net-im/tox: Update 0.2.21 => 0.2.22
Changelog:
https://github.com/TokTok/c-toxcore/releases/tag/v0.2.22
- make test work without errors.
- Rework DAEMON option, make it deafult.
- Remove old patch - disabled functions work without errors in runtime.
PR: 293052
MFH: 2026Q1
graphics/p5-Image-ExifTool-devel: Update 13.49 => 13.50
Version 13.50 is production release.
Changelog:
https://exiftool.org/history.html#v13.50
While here merge INSTALL_DATA and COPYTREE_SHARE in post-install-DOCS-on.
PR: 293051
databases/cassandra[34]: allow building with JAVA_DEFAULT=21
- ant needs to have JAVA_HOME set to the defined JAVA_VERSION
Reason:
when apache-ant pulls in openjdk21 as run dependency it will try
to use it if JAVA_HOME is not set. This gives the error:
"Java 15 has removed Nashorn, you must provide an engine for running
JavaScript yourself. GraalVM JavaScript currently is the preferred
option.", as cassandra needs an older Java version.
These ports have USES=ant, but override do-build and fetch. That is
why some special handling is needed.
PR: 272855
PR: 293050
Approved-by: Angelo Polo (maintainer)
www/gohugo: Update to 0.155.3
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.155.3
* hugolib: Don't render default site redirect for non-primary isHTML output
formats
* server: Fix stuck server global error logging
* build(deps): bump github.com/evanw/esbuild from 0.27.2 to 0.27.3
* server: Fix panic when the server browser error handler tried to use a config
in a state of flux
Approved by: doceng@ (implicit)