www/wordpress: upgrade to 7.0.4 (security)
Upstream does not offer localized tarballs for 7.0.4, so download the
7.0.3 tarballs and apply files/patch-7.0.3-to-7.0.4 instead.
mail/notmuch-emacs: Do not gzip elisp files
There are some shortcomings in the elisp ports framework related to
gzipped elisp files that need to be fixed. Moreover, gzipping these
files is a tradeoff, and the overall benefit is questionable.
Sponsored by: The FreeBSD Foundation
mail/notmuch-emacs: Reorganize installation layout
Install elisp to a port-specific subdirectory of ${EMACS_SITE_LISPDIR}
rather than directly into it, avoiding filename collisions with other
elisp ports.
Sponsored by: The FreeBSD Foundation
mail/spamassassin*: Remove the environment ENV from the environment
The Perl taint module flags the ENV environment variable as insecure
because it cannot assume the file it points to is safe.
PR: 297394
MFH: 2026Q3
databases/mysql*-server: Fix plist issue
Move LICENSE.router and README.router from ${PREFIX} to ${DOCSDIR},
where they belong according to hier(7).
PR: 290283
Reported by: se
Sponsored by: Netzkommune GmbH
editors/pluma: avoid generating "*.cpython3*.opt-2.pyc" by -OO on byte compiling
It unnecessary touch and rebuild setuptools component:
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.opt-2.pyc
Reported by: bulk -t
www/mod_auth_mysql2: Deprecate and set expiration date
Abandoned upstream (1.11 from 2016 was explicitly the final release).
"Require group" authorization is silently non-functional with Apache
2.4, and the SSL option no longer builds against MySQL 8.x. All functionality
is covered by mod_authn_dbd / mod_authz_dbd shipped with Apache itself.
PR: 245911
Sponsored by: Netzkommune GmbH
*/*: Switch to USES=kde
All these ports use only the ECM module shipped with KDE Frameworks.
ECM from Frameworks 5 has been replaced by Frameworks 6 counterpart
a while ago. While here, drop runtime dependency on ECM.
Differential: D58578
Reviewed by: adridg, arrowd, jhale