security/zaproxy: Update JAVA_VERSION to 17+
- JAVA 22 will be removed soon so 17+ shows us the current java versions
supported by zaproxy
- Bump PORTREVISION
PR: 294176
Reported by: ronald
Mk/bsd.default-versions.mk: update JAVA_DEFAULT to 25
The ports tree is adjusted and tested to be ready to set the default
java version to 25.
Openjdk 25 upstream dropped support for i386 so the default for i386
stays at openjdk21.
Thanks to everybody involved in making Java a vivid environment on
FreeBSD.
PR: 293559
Relnotes: yes
misc/claude-code: Patch claude to increase timeouts to 24 hours
Current timeouts of 1 and 10 minutes easily get exceeded when
the AI endpoint API backend is CPU-based.
Even 10x10 munutes can easily get exceeded.
I raised this issue with the upstream.
Patching it here in the meantime.
games/anki: Remove py-mypy-protobuf from BUILD_DEPENDS
* Prevent type checking (via mypy and related) which generates mypi stub
files (= .pyi) from protobuf specs because is isn't required from a
downstream perspective.
* Bump PORTREVISION due changed package contents.
games/anki: Remove py-ruff from BUILD_DEPENDS
* devel/py-ruff is used for the generated "hooks.py" to format it
accordingly, which makes little sense on the downstream side in
terms of packaging.