sysutils/ictree: [NEW PORT] Like tree(1) but interactive
ictree is a terminal-based program that takes a list of contents of
directories and displays them in a pager similar to less where you can
fold/unfold
https://nikitaivanovv.github.io/ictree/
PR: 284245
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52439
games/anki: Update to 25.09
* Adjust the workaround for the py-ruff linter so that it's only used
on FreeBSD RELEASE builds that have usually GENERIC kernels compiled
without the debug options.
Presumably, py-ruff is not absolutely necessary and can be omitted as
a dependency, but this still needs to be checked more closely.
* Also remove a no longer required patch introduced in 418adc4a2512 as
the code is now compatible with Rust 1.89.
Changelog:
https://github.com/ankitects/anki/releases/tag/25.09
net-im/gotosocial: update to 0.19.2
While here:
- pin go version to 1.24 since upstream does not support 1.25 yet
- drop executable bit of files/gotosocial.in to pet portlint
- reorder variables to pet portclippy
Changelog: https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.19.2
PR: 289365
Reported by: Tilde Joy <tilde at ultros.pro> (maintainer)