FreeBSD/ports ded1bd1net/traefik Makefile distinfo

net/traefik: Update to upstream release 3.6.16

Details:
- Bugfix release, see
  https://github.com/traefik/traefik/releases/tag/v3.6.16

MFH:            2026Q2
DeltaFile
+3-2net/traefik/Makefile
+3-1net/traefik/distinfo
+6-32 files

FreeBSD/ports 5a7fc4cmath/octave-forge-femoctave distinfo Makefile

math/octave-forge-femoctave: Update to 2.1.9.
DeltaFile
+3-3math/octave-forge-femoctave/distinfo
+1-2math/octave-forge-femoctave/Makefile
+4-52 files

FreeBSD/ports 82bc8dctextproc/gsed distinfo Makefile

textproc/gsed: update GNU sed to version 4.10

Reported by:    portscout
DeltaFile
+3-3textproc/gsed/distinfo
+1-2textproc/gsed/Makefile
+2-0textproc/gsed/pkg-plist
+6-53 files

FreeBSD/ports 2184ab6. MOVED, www Makefile

www/p5-Catalyst-Controller-BindLex: Remove expired port

2026-05-08 www/p5-Catalyst-Controller-BindLex: Upstream unmaintained and declared to be dangerous to use
DeltaFile
+0-29www/p5-Catalyst-Controller-BindLex/Makefile
+0-6www/p5-Catalyst-Controller-BindLex/pkg-descr
+0-3www/p5-Catalyst-Controller-BindLex/distinfo
+0-2www/p5-Catalyst-Controller-BindLex/pkg-plist
+1-0MOVED
+0-1www/Makefile
+1-416 files

FreeBSD/ports bb1bdf1. MOVED, devel Makefile

devel/py-termstyle: Remove expired port

2026-05-08 devel/py-termstyle: Upstream project appears to be abandoned
DeltaFile
+0-19devel/py-termstyle/Makefile
+0-3devel/py-termstyle/pkg-descr
+0-3devel/py-termstyle/distinfo
+1-0MOVED
+0-1devel/Makefile
+1-265 files

FreeBSD/src 6499888lib/geom/part gpart.8

gpart(7): Fix reference to the zfsprops man page

PR:     292147
DeltaFile
+2-2lib/geom/part/gpart.8
+2-21 files

FreeBSD/ports 73be41ex11/quickshell Makefile pkg-plist, x11/quickshell/files patch-src_core_logging.cpp patch-src_services_pam_subprocess.cpp

x11/quickshell: Update to 0.3.0

Changelog: https://git.outfoxxed.me/quickshell/quickshell/src/tag/v0.3.0/changelog/v0.3.0.md

Reported by:    GitHub (watch releases)
DeltaFile
+0-77x11/quickshell/files/patch-src_core_logging.cpp
+25-21x11/quickshell/Makefile
+20-6x11/quickshell/pkg-plist
+0-24x11/quickshell/files/patch-src_services_pam_subprocess.cpp
+0-20x11/quickshell/files/patch-src_core_paths.cpp
+12-0x11/quickshell/files/patch-src_wayland_buffer_dmabuf.cpp
+57-1485 files not shown
+63-18711 files

FreeBSD/ports 8c93e61audio/din distinfo pkg-plist, audio/din/files patch-src_Makefile.am

audio/din: Update to 64.1

Changes since 60:

DIN Is Noise 64.1:

  /*

    Beat Divider is now called Beat Handler because in addition
    to divisions of the beat pattern, you can now:

    mute: flatten the pattern between start and end vertices
          and remove the inbetween vertices/tangents.

    copy: copy the pattern between start and end vertices

    cut:  cut the pattern between start and end vertices. a copy
          of the cut pattern is now available.


    [125 lines not shown]
DeltaFile
+8-6audio/din/files/patch-src_Makefile.am
+3-3audio/din/distinfo
+2-2audio/din/pkg-plist
+1-1audio/din/Makefile
+14-124 files

FreeBSD/ports e54e11bdevel/R-cran-data.table distinfo Makefile

devel/R-cran-data.table: Update to 1.18.4

ChangeLog: https://cran.r-project.org/web/packages/data.table/news/news.html
DeltaFile
+3-3devel/R-cran-data.table/distinfo
+1-1devel/R-cran-data.table/Makefile
+4-42 files

FreeBSD/ports cad4660devel/R-cran-cpp11 distinfo Makefile

devel/R-cran-cpp11: Update to 0.5.5

ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html
DeltaFile
+3-3devel/R-cran-cpp11/distinfo
+1-1devel/R-cran-cpp11/Makefile
+4-42 files

FreeBSD/ports 8263ebcmath/R-cran-terra distinfo Makefile

math/R-cran-terra: Update to 1.9-25

ChangeLog: https://cran.r-project.org/web/packages/terra/news/news.html
DeltaFile
+3-3math/R-cran-terra/distinfo
+1-2math/R-cran-terra/Makefile
+4-52 files

FreeBSD/src 0cd655fsys/netpfil/pf pf_ioctl.c, tests/sys/netpfil/pf match.sh

pf: do not reject rules with colliding hashes

We insert rules in pf_krule_global solely for the benefit of the
'keepcounters' feature. Failing to insert (beause the rule hash
collides, or an identical rule already exists) would be worse than
restoring counts to the wrong rule (or failing to restore them at all).

PR:             282863, 294860, 294859, 294858
MFC after:      3 days
Sponsored by:   Rubicon Communications, LLC ("Netgate")
Differential Revision:  https://reviews.freebsd.org/D56745

(cherry picked from commit a0e4c65f1814a7a677364dc29bb703f84323d175)
DeltaFile
+36-0tests/sys/netpfil/pf/match.sh
+8-16sys/netpfil/pf/pf_ioctl.c
+44-162 files

FreeBSD/doc d230e37documentation/content/en/books/handbook/geom _index.adoc, documentation/content/en/books/handbook/virtualization _index.adoc

Replace last 'reboot' occurrences with 'shutdown -r now'

The patch that fixes reboot issues is only in the upcoming FreeBSD-16
and will not be merged back to 15, 14, or 13 versions. Hence, use the
'shutdown -r now' instead of 'reboot' consistently throughout the
handbook.

PR:                     293519
Differential Revision:  https://reviews.freebsd.org/D56631
DeltaFile
+2-2documentation/content/en/books/handbook/virtualization/_index.adoc
+1-1documentation/content/en/books/handbook/geom/_index.adoc
+3-32 files

FreeBSD/ports 9fb24d5www/py-modelsearch distinfo Makefile

www/py-modelsearch: Update to 1.3

Changes:        https://github.com/wagtail/django-modelsearch/releases
(cherry picked from commit f302dc52762c7503a434a116644fd1bedfb29785)
DeltaFile
+3-3www/py-modelsearch/distinfo
+1-1www/py-modelsearch/Makefile
+4-42 files

FreeBSD/ports ba2d4cfgraphics/py-geopandas Makefile distinfo, graphics/py-geopandas/files patch-pyproject.toml

graphics/py-geopandas: Update to 1.1.3

- Update WWW
- Fix RUN_DEPENDS:
  - Remove superfluous py-six
  - Add missing py-numpy and py-packaging
  - Update version requirement of RUN_DEPENDS
- Sort RUN_DEPENDS
- Convert to USE_PYTHON=pep517

Changes:        https://github.com/geopandas/geopandas/releases
PR:             294626
Approved by:    maintainer (timeout, 16 days)

(cherry picked from commit c1359642ceb2f331f3dec03ef61ec3f6644cc6b1)
DeltaFile
+12-9graphics/py-geopandas/Makefile
+11-0graphics/py-geopandas/files/patch-pyproject.toml
+3-3graphics/py-geopandas/distinfo
+26-123 files

FreeBSD/ports 79d6f92www/py-wagtail distinfo Makefile

www/py-wagtail: Update to 7.3.2

Changes:        https://github.com/wagtail/wagtail/releases
                https://docs.wagtail.org/en/latest/releases/
(cherry picked from commit b7a60aef11ffb13f5cdaf489a7798da21a14b7c8)
DeltaFile
+3-3www/py-wagtail/distinfo
+1-2www/py-wagtail/Makefile
+4-52 files

FreeBSD/ports 1c82f41www/py-wagtail Makefile distinfo

www/py-wagtail: Allow build with py-modelsearch 1.3+

- Bump PORTREVISION for package change

Reference:      https://github.com/wagtail/wagtail/commit/2376892db97614c27b8c7c5381076de7b775070a
(cherry picked from commit 4c8b1c9a7ebd40e25df2bbf5fbf80fa158aa946d)
DeltaFile
+5-1www/py-wagtail/Makefile
+3-1www/py-wagtail/distinfo
+8-22 files

FreeBSD/ports ba3ff6acad/kicad distinfo, cad/kicad-doc/files patch-src_pcbnew_pcbnew__create__board.adoc

cad/kicad: update KiCad and libraries to 10.0.2

Announcement soon on https://www.kicad.org/blog/
DeltaFile
+0-50cad/kicad/files/patch-pcbnew_edit__track__width.cpp
+30-0cad/kicad-doc/files/patch-src_pcbnew_pcbnew__create__board.adoc
+3-3cad/kicad/distinfo
+3-3cad/kicad-library-templates/distinfo
+3-3cad/kicad-library-symbols/distinfo
+3-3cad/kicad-library-packages3d/distinfo
+42-6210 files not shown
+58-7616 files

FreeBSD/doc 7232e5bwebsite/content/en/releases/15.1R relnotes.adoc

15.1/relnotes: additional commits entries added

Entries in the Man Pages sections added,
entries from the latest commits added

Approved by: re (implicit)
Differential Revision: https://reviews.freebsd.org/D56902
DeltaFile
+83-4website/content/en/releases/15.1R/relnotes.adoc
+83-41 files

FreeBSD/ports 78414b4devel/apache-commons-io distinfo Makefile

devel/apache-commons-io: Update to 2.22.0
DeltaFile
+3-3devel/apache-commons-io/distinfo
+1-2devel/apache-commons-io/Makefile
+4-52 files

FreeBSD/ports a7e5968misc/codex distinfo Makefile

misc/codex: Update to 0.130.0

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.129.0
- https://github.com/openai/codex/releases/tag/rust-v0.130.0

Reported by:    GitHub (watch releases)
DeltaFile
+5-3misc/codex/distinfo
+4-3misc/codex/Makefile
+1-0misc/codex/Makefile.crates
+10-63 files

FreeBSD/src 555ffd9sys/dev/pci pci.c

pci: use uint32_t for eecp

eecp holds the extended capability offset. If that offset is larger
than 0xff, storing it in uint8_t truncates it, which can make the
early EHCI/XHCI capability walk read the wrong location and loop during
boot.

Seen on AMD device 1022:151e, where HCCPARAMS1 = 0x0118ffc5 and the
first xHCI extended capability offset is 0x460. Widen eecp to uint32_t
in xhci_early_takeover(), matching xhci_pci_take_controller().

Signed-off-by: Gisle Nes <gisle at gisle.net>
Reviewed by:    zlei, aokblast
MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2127
Closes:         https://github.com/freebsd/freebsd-src/pull/2127
DeltaFile
+1-1sys/dev/pci/pci.c
+1-11 files

FreeBSD/src 44338ccetc/mtree BSD.root.dist

BSD.root.dist: Correct tag for /etc/sysctl.kld.d

This is only used by rc.subr and belongs in rc, not runtime.

Fixes:          fa6d67cd16b5 ("BSD.root.dist: Add package tag for all directories")
MFC after:      3 days
Reviewed by:    ivy
Differential Revision:  https://reviews.freebsd.org/D56900
DeltaFile
+1-1etc/mtree/BSD.root.dist
+1-11 files

FreeBSD/doc 43bff56website/data/ru/news news.toml

website: update ru/news - SA, EN, 15.1R news translated

Differential Revision: https://reviews.freebsd.org/D56899
DeltaFile
+20-0website/data/ru/news/news.toml
+20-01 files

FreeBSD/src 072f79dsys/x86/cpufreq hwpstate_amd.c

hwpstate_amd: Initialize CPPC driver type

Assign the driver type instead of preserving uninitialized stack data

PR:     294899
Reviewed by:    aokblast
DeltaFile
+1-1sys/x86/cpufreq/hwpstate_amd.c
+1-11 files

FreeBSD/ports 4702d4bdevel/pyenv distinfo pkg-plist

devel/pyenv: Update to 2.6.30
DeltaFile
+3-3devel/pyenv/distinfo
+2-0devel/pyenv/pkg-plist
+1-1devel/pyenv/Makefile
+6-43 files

FreeBSD/src fab9bfcsys/netpfil/pf pf_ioctl.c, tests/sys/netpfil/pf match.sh

pf: do not reject rules with colliding hashes

We insert rules in pf_krule_global solely for the benefit of the
'keepcounters' feature. Failing to insert (beause the rule hash
collides, or an identical rule already exists) would be worse than
restoring counts to the wrong rule (or failing to restore them at all).

PR:             282863, 294860, 294859, 294858
MFC after:      3 days
Sponsored by:   Rubicon Communications, LLC ("Netgate")
Differential Revision:  https://reviews.freebsd.org/D56745

(cherry picked from commit a0e4c65f1814a7a677364dc29bb703f84323d175)
DeltaFile
+36-0tests/sys/netpfil/pf/match.sh
+8-16sys/netpfil/pf/pf_ioctl.c
+44-162 files

FreeBSD/ports 1361884multimedia/libva-nvidia-driver distinfo Makefile

multimedia/libva-nvidia-driver: update to 0.0.17

Changes:        https://github.com/elFarto/nvidia-vaapi-driver/releases/tag/v0.0.17
Reported by:    GitHub (watch releases)

(cherry picked from commit bbfaf67f35f94695a07c74eb389ed5c93bd3b5fe)
DeltaFile
+3-3multimedia/libva-nvidia-driver/distinfo
+1-1multimedia/libva-nvidia-driver/Makefile
+4-42 files

FreeBSD/ports bbfaf67multimedia/libva-nvidia-driver distinfo Makefile

multimedia/libva-nvidia-driver: update to 0.0.17

Changes:        https://github.com/elFarto/nvidia-vaapi-driver/releases/tag/v0.0.17
Reported by:    GitHub (watch releases)
DeltaFile
+3-3multimedia/libva-nvidia-driver/distinfo
+1-1multimedia/libva-nvidia-driver/Makefile
+4-42 files

FreeBSD/ports b74dceamail/postfix-current distinfo Makefile, mail/postfix-current/files extra-patch-blacklistd

mail/postfix-current: Update to 3.12-20260506

- Update to 3.12-20260506
- Fix blacklistd patch for FreeBSD < 15.0
DeltaFile
+19-0mail/postfix-current/files/extra-patch-blacklistd
+3-3mail/postfix-current/distinfo
+1-1mail/postfix-current/Makefile
+23-43 files