games/freeciv: update to 3.2.6 release (+)
3.2.6 is a bugfix release in the freeciv-3.2 series fixing two
security vulnerabilities in savegame/scenario file handling,
and a number of other bugs.
Release notes: https://freeciv.fandom.com/wiki/NEWS-3.2.6
games/wesnoth: update to 1.8.18 release (+)
What's new in version 1.18.8:
Updated translations: Bengali, Chinese (Simplified), Czech, German, Hebrew, Hungarian, Portuguese (Brazil), Spanish
CMake build system: Make Boost::system optional with boost 1.69 or later (necessary for compatibility with 1.89 and later).
Resolved not all translations being available for selection on Windows builds.
Release notes: https://github.com/wesnoth/wesnoth/blob/1.18.8/changelog.md
devel/codemark: Update to 0.7.30
Declare the missing libzstd dependency: the zstd-sys crate picks up the
system zstd via pkg-config and links against it, but the port relied on
archivers/zstd and pkgconf being pulled in transitively by other build
dependencies.