FreeBSD/ports 5b1b196www/moinmoin Makefile

www/moinmoin: reassign to wiki-admin@.

Even though this port is old and depends on the deprecated python2,
we are still using it as wiki.FreeBSD.org.  So, mark it as safe
from deprecation by anyone who does not know that.

There is an open task to either update the wiki (v3 is a complete
rewrite), or to migrate it to something never.

PR:             298009
Approved by:    lwhsa (as python@)
DeltaFile
+1-1www/moinmoin/Makefile
+1-11 files

FreeBSD/ports 11b5c27devel/kf5-threadweaver Makefile

devel/kf5-threadweaver: Fix building with CMake 4
DeltaFile
+2-0devel/kf5-threadweaver/Makefile
+2-01 files

FreeBSD/src d5c09e3usr.sbin/wpa/wpa_supplicant wpa_supplicant.8

wpa_supplicant.8: Renew SEE ALSO + tag SPDX

- remove old wifi drivers, these are very old and we have many more
- add quick start guide to connecting to wifi

Event:                  EuroBSDCon 2026
MFC after:              3 days
Reviewed by:            bz, emaste
Differential Revision:  https://reviews.freebsd.org/D59615
DeltaFile
+5-9usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8
+5-91 files

FreeBSD/ports 41845d0Tools/scripts port_conflicts_check.lua

Tools/scripts: update port_conflicts_check.lua

Use fnmatch() from flua instead of regular expression, if available.

The maximum age of the provides file has been increased to 30 days,
to match the apparent current update schedule of that file.
DeltaFile
+176-99Tools/scripts/port_conflicts_check.lua
+176-991 files

FreeBSD/ports 0a7542cx11-toolkits/gtk30 pkg-plist

x11-toolkits/gtk30: Fix +DOC -X11 build

PR:             298410
Approved by:    desktop (arrowd)
DeltaFile
+4-2x11-toolkits/gtk30/pkg-plist
+4-21 files

FreeBSD/src e46a7d8share/man/man4 Makefile

man: Link mlx5en.4 also to if_mce.4

For consistency, create a symbolic link from mlx5en.4 to also if_mce.4

Reviewed by:            ziaee, #manpages
Event:                  EuroBSDCon 2026
Differential Revision:  https://reviews.freebsd.org/D59610
MFC after:              3 days
DeltaFile
+2-1share/man/man4/Makefile
+2-11 files

FreeBSD/ports 86ae554filesystems/fusefs-libs3 Makefile distinfo

filesystems/fusefs-libs3: update to version 3.18.3

This update contains a lot of functional and security fixes.

For details see:

    https://github.com/libfuse/libfuse/releases/tag/fuse-3.18.3
DeltaFile
+3-3filesystems/fusefs-libs3/distinfo
+1-1filesystems/fusefs-libs3/Makefile
+4-42 files

FreeBSD/ports 79d89e4net-im/teams Makefile distinfo, net-im/teams/files/packagejsons package.json package-lock.json

net-im/teams: Update to 2.20.1

Changelog: https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.20.1

Reported by:    GitHub (watch releases)
DeltaFile
+177-49net-im/teams/files/packagejsons/package-lock.json
+5-5net-im/teams/distinfo
+3-3net-im/teams/files/packagejsons/package.json
+1-2net-im/teams/Makefile
+186-594 files

FreeBSD/ports 92fcbf9net/cloudquery Makefile distinfo

net/cloudquery: update to version 6.42.2

Added feature: Accept a platform token from the CLI browser login.
DeltaFile
+5-5net/cloudquery/distinfo
+1-2net/cloudquery/Makefile
+6-72 files

FreeBSD/src 465942esys/netinet raw_ip.c

raw ip: clear sin_port on bind(2)

Application may set sin_port to some value.  Although this value is not
used by SOCK_RAW, it breaks a check that the address is available.  A
perfect fix would be not use sockaddrs for ifaddrs, but that would be a
bigger change.

PR:                     298366
Reviewed by:            pouria, bnovkov, adrian
Differential Revision:  https://reviews.freebsd.org/D59570
Fixes:                  948ad32ae1e0811f45e1d38f26636fefed5051f0
DeltaFile
+1-1sys/netinet/raw_ip.c
+1-11 files

FreeBSD/src a1e236esys/dev/acpica acpi_spmc.c

acpi_spmc: Check AMD constraint packages

Also match behaviour with Intel constraint parsing by skipping malformed
constraints instead of failing hard.

Reviewed by:    olce
Sponsored by:   The FreeBSD Foundation
Event:          EuroBSDCon Devsummit 2026
Differential Revision:  https://reviews.freebsd.org/D59568
DeltaFile
+38-6sys/dev/acpica/acpi_spmc.c
+38-61 files

FreeBSD/src 508efe3sys/dev/acpica acpi_spmc.c

acpi_spmc: Check Intel constraint packages

Some firmware inexplicably decides to do non-standard and annoying stuff
here, e.g. the Fujitsu Futro S940 with an Intel Pentium J5005 sometimes
returns the following when calling the DEVICE_CONSTRAINTS function on
the Intel DSM:

    Return (Package (0x01)
    {
        Zero
    })

(Package elements here are supposed to be constraint packages, not just a
single value.)

First reported in the following forum post:

https://forum.netgate.com/topic/201090/2.9.0-beta-leads-to-kernel-panic-on-boot


    [5 lines not shown]
DeltaFile
+46-6sys/dev/acpica/acpi_spmc.c
+46-61 files

FreeBSD/ports cb6da14math/py-numdifftools Makefile

math/py-numdifftools: Fix USE_PYTHON=pytest usage

- Use TEST_ARGS instead of PYTEST_ARGS
- While I'm here, add missing TEST_DEPENDS

=================================== ERRORS ====================================
___________ ERROR collecting src/numdifftools/tests/test_scripts.py ___________
ImportError while importing test module '/wrkdirs/usr/ports/math/py-numdifftools/work-py312/numdifftools-0.11.1/src/numdifftools/tests/test_scripts.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/numdifftools/tests/test_scripts.py:1: in <module>
    from numdifftools import run_benchmark
src/numdifftools/run_benchmark.py:7: in <module>
    import matplotlib.pyplot as plt
E   ModuleNotFoundError: No module named 'matplotlib'
=========================== short test summary info ===========================

    [7 lines not shown]
DeltaFile
+2-1math/py-numdifftools/Makefile
+2-11 files

FreeBSD/ports c4ee958devel/py-rapidfuzz Makefile

math/py-numdifftools: Fix USE_PYTHON=pytest usage

- Use TEST_ARGS instead of PYTEST_ARGS

Approved by:    portmgr (blanket)
With hat:       python
DeltaFile
+3-3devel/py-rapidfuzz/Makefile
+3-31 files

FreeBSD/ports 7b7946dtextproc/rubygem-whatlanguage Makefile distinfo

textproc/rubygem-whatlanguage: Update to 2.1.0

Changes:        https://github.com/peterc/whatlanguage/releases
DeltaFile
+3-3textproc/rubygem-whatlanguage/distinfo
+1-1textproc/rubygem-whatlanguage/Makefile
+4-42 files

FreeBSD/ports fab4031net/rubygem-rubyntlm Makefile distinfo

net/rubygem-rubyntlm: Update to 0.6.6

Changes:        https://github.com/WinRb/rubyntlm/releases
DeltaFile
+3-3net/rubygem-rubyntlm/distinfo
+1-1net/rubygem-rubyntlm/Makefile
+4-42 files

FreeBSD/ports 1f55961graphics/rubygem-rmagick Makefile distinfo

graphics/rubygem-rmagick: Update to 7.1.4

Changes:        https://github.com/rmagick/rmagick/releases
                https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
DeltaFile
+3-3graphics/rubygem-rmagick/distinfo
+1-1graphics/rubygem-rmagick/Makefile
+4-42 files

FreeBSD/ports 0a43502sysutils/rubygem-smart_proxy_remote_execution_ssh Makefile distinfo

sysutils/rubygem-smart_proxy_remote_execution_ssh: Update to 1.0.4

Changes:        https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master
DeltaFile
+3-3sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo
+1-1sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile
+4-42 files

FreeBSD/ports bd7eb72devel/rubygem-message_bus Makefile distinfo

devel/rubygem-message_bus: Update to 5.0.0

Changes:        https://github.com/discourse/message_bus/blob/main/CHANGELOG
DeltaFile
+3-3devel/rubygem-message_bus/distinfo
+1-1devel/rubygem-message_bus/Makefile
+4-42 files

FreeBSD/ports eed9453devel/rubygem-mongo Makefile distinfo

devel/rubygem-mongo: Update to 2.26.0

Changes:        https://github.com/mongodb/mongo-ruby-driver/releases
DeltaFile
+3-3devel/rubygem-mongo/distinfo
+1-1devel/rubygem-mongo/Makefile
+4-42 files

FreeBSD/ports b29cc9adevel/rubygem-hoe Makefile distinfo

devel/rubygem-hoe: Update to 4.7.2

Changes:        https://github.com/seattlerb/hoe/blob/master/History.rdoc
                https://docs.seattlerb.org/hoe/History_rdoc.html
DeltaFile
+3-3devel/rubygem-hoe/distinfo
+1-1devel/rubygem-hoe/Makefile
+4-42 files

FreeBSD/ports 36ad907misc/p5-Business-ISBN-Data Makefile distinfo

misc/p5-Business-ISBN-Data: Update to 20260910.001

Changes:        https://metacpan.org/dist/Business-ISBN-Data/changes
DeltaFile
+3-3misc/p5-Business-ISBN-Data/distinfo
+1-1misc/p5-Business-ISBN-Data/Makefile
+4-42 files

FreeBSD/ports 9201716devel/rubygem-google-apis-iam_v1 Makefile distinfo

devel/rubygem-google-apis-iam_v1: Update to 0.91.0

Changes:        https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-iam_v1/CHANGELOG.md
DeltaFile
+3-3devel/rubygem-google-apis-iam_v1/distinfo
+1-1devel/rubygem-google-apis-iam_v1/Makefile
+4-42 files

FreeBSD/ports 41eb735x11/rubygem-gnome Makefile

x11/rubygem-gnome: Update to 4.3.9

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+1-1x11/rubygem-gnome/Makefile
+1-11 files

FreeBSD/ports a76ab9bx11-toolkits/rubygem-vte4 Makefile distinfo

x11-toolkits/rubygem-vte4: Update to 4.3.9

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-vte4/distinfo
+1-1x11-toolkits/rubygem-vte4/Makefile
+4-42 files

FreeBSD/ports 54b4231x11-toolkits/rubygem-poppler Makefile distinfo

x11-toolkits/rubygem-poppler: Update to 4.3.9

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-poppler/distinfo
+1-1x11-toolkits/rubygem-poppler/Makefile
+4-42 files

FreeBSD/ports 4a5308dx11-toolkits/rubygem-vte3 Makefile distinfo

x11-toolkits/rubygem-vte3: Update to 4.3.9

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-vte3/distinfo
+1-1x11-toolkits/rubygem-vte3/Makefile
+4-42 files

FreeBSD/ports b03dd43x11-toolkits/rubygem-pango Makefile distinfo

x11-toolkits/rubygem-pango: Update to 4.3.9

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-pango/distinfo
+1-1x11-toolkits/rubygem-pango/Makefile
+4-42 files

FreeBSD/ports 7253d04x11-toolkits/rubygem-gtksourceview3 Makefile distinfo

x11-toolkits/rubygem-gtksourceview3: Update to 4.3.9

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-gtksourceview3/distinfo
+1-1x11-toolkits/rubygem-gtksourceview3/Makefile
+4-42 files

FreeBSD/ports 43f0d9dx11-toolkits/rubygem-gtk4 Makefile distinfo

x11-toolkits/rubygem-gtk4: Update to 4.3.9

Changes:        https://github.com/ruby-gnome/ruby-gnome/releases
                https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
DeltaFile
+3-3x11-toolkits/rubygem-gtk4/distinfo
+1-1x11-toolkits/rubygem-gtk4/Makefile
+4-42 files