games/freeciv: update to 3.2.5 release (+)
Freeciv-3.2.5 is a generic bugfix release in the stable 3.2 series.
Release notes: https://freeciv.fandom.com/wiki/NEWS-3.2.5
graphics/libemf: update to 1.0.14 release (+)
Release note for libEMF version 1.0.14
* Allow for compilation on macos with newer clang. Thanks to Hanspeter Niederstrasser for the patch.
* Applied a number of patches from Barak Pearlmutter to improve the portability of the code.
Mk/Uses/npm.mk: Correct NPM version comparison
Assuming NPM version follows the semantic versioning, NPM_VER:R was
used to obtain the major and the minor version of NPM. However, when
the minor version is equal or greater than 10, the comparison
NPM:R >= 11.3 does not make sense. This change corrects version
comparison using major and minor combination.
multimedia/qt6-multimedia: Mask X11-only headers
When the Qt stack is built with X11 disabled globally, certain private
headers should not be included in the final pkg-plist.
This does not affect the default settings, so not bumping PORTREVISON.
Reported by: angry_vincent on #freebsd-desktop
MFH: 2026Q3
(cherry picked from commit 7ae4bbc02b5b96936d4bef4bb2561d38b704def3)
finance/ktoblzcheck-data: Update bank data
Bank data is valid from 2026-06-08 until 2026-09-06.
Integrate my data update script into the port to keep it under version
control, easier future updates of the port, and for full transparency.
MFH: 2026Q3
(cherry picked from commit 4439524120c6e2c84d3d7394e000024624dd31a2)
finance/ktoblzcheck-data: Update bank data
Bank data is valid from 2026-06-08 until 2026-09-06.
Integrate my data update script into the port to keep it under version
control, easier future updates of the port, and for full transparency.
MFH: 2026Q2
textproc/py-commonmark: Remove duplicate
textproc/py-CommonMark should be renamed into textproc/py-commonmark though
to match https://pypi.org/project/commonmark/
PR: 296071
Reported by: Matthew Wener <bugzilla at FreeBSD.org>