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.
build.html: update "Failed Ports" title bar to match others
a63486e introduced a new title bar style, but failed_div seems to have have been missed. This brings failed_div into line with the others.
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