FreeBSD/ports 4a4a7cdmath/saga pkg-plist distinfo

math/saga: Update to 9.12.3

Changelog:      https://sourceforge.net/p/saga-gis/wiki/Changelog%209.12.3/attachment/changelog_saga_9.12.3.txt
DeltaFile
+20-0math/saga/pkg-plist
+3-3math/saga/distinfo
+2-3math/saga/Makefile
+25-63 files

FreeBSD/ports f7a948ewww/tomcat9 distinfo Makefile

www/tomcat9: Update 9.0.117 => 9.0.118

Changelog:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.118_(remm)

Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 28d2f72739353e258e4b02f6b4061d9b0821a3d7)
DeltaFile
+3-3www/tomcat9/distinfo
+1-1www/tomcat9/Makefile
+4-42 files

FreeBSD/ports 28d2f72www/tomcat9 distinfo Makefile

www/tomcat9: Update 9.0.117 => 9.0.118

Changelog:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.118_(remm)

Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3www/tomcat9/distinfo
+1-1www/tomcat9/Makefile
+4-42 files

FreeBSD/ports cbefebfwww/freenginx-devel Makefile

www/freenginx-devel: bump PORTSCOUT's value
DeltaFile
+1-1www/freenginx-devel/Makefile
+1-11 files

FreeBSD/ports e503f39x11/waylock Makefile distinfo

x11/waylock: Convert to USES=zig

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+9-20x11/waylock/Makefile
+7-7x11/waylock/distinfo
+2-0x11/waylock/Makefile.zig
+18-273 files

FreeBSD/ports cd4f167x11/ly distinfo Makefile.zig

x11/ly: Update to 1.4.0

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+15-11x11/ly/distinfo
+6-4x11/ly/Makefile.zig
+1-1x11/ly/Makefile
+2-0x11/ly/pkg-plist
+24-164 files

FreeBSD/ports 38c8c85x11/ghostty Makefile

x11/ghostty: Change to zig015

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+1-1x11/ghostty/Makefile
+1-11 files

FreeBSD/ports ee707eaports-mgmt/zig2tuple Makefile

ports-mgmt/zig2tuple: Change to zig015

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+1-1ports-mgmt/zig2tuple/Makefile
+1-11 files

FreeBSD/ports 440ade0audio/linuxwave Makefile distinfo

audio/linuxwave: Update to 0.4.0 and convert to USES=zig

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+3-15audio/linuxwave/Makefile
+5-5audio/linuxwave/distinfo
+1-0audio/linuxwave/Makefile.zig
+9-203 files

FreeBSD/ports c964942www/zine-ssg Makefile

www/zine-ssg: Change to zig015

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+1-1www/zine-ssg/Makefile
+1-11 files

FreeBSD/ports d5b50eadevel/superhtml Makefile

devel/superhtml: Change to zig015

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+1-1devel/superhtml/Makefile
+1-11 files

FreeBSD/ports 145d679astro/mepo Makefile distinfo

astro/mepo: Convert to USES=zig and take maintainership

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+3-13astro/mepo/Makefile
+3-3astro/mepo/distinfo
+6-162 files

FreeBSD/ports 5baffc8lang Makefile, lang/zig015 Makefile distinfo

lang/zig015: copy from lang/zig

Create the lang/zig015 for ports not ready for Zig 0.16.0 and depending
on Zig 0.15

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+76-0lang/zig015/Makefile
+3-0lang/zig015/distinfo
+2-0lang/zig015/pkg-descr
+1-0lang/Makefile
+82-04 files

FreeBSD/ports cee89bcdevel/zls distinfo Makefile

devel/zls: update to 0.16.0

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+11-11devel/zls/distinfo
+5-6devel/zls/Makefile
+16-172 files

FreeBSD/ports efeb78alang/zig distinfo Makefile

lang/zig: update to 0.16.0

Changelog: https://ziglang.org/download/0.16.0/release-notes.html

PR:             294741
Approved by:    arrowd (co-mentor)
DeltaFile
+3-3lang/zig/distinfo
+2-2lang/zig/Makefile
+5-52 files

FreeBSD/src 92f623eshare/man/man4 rge.4, sys/dev/rge if_rge.c if_rge_vendor.h

rge: add the Intel Killer E5000 PCI ID

This and the E3000 are both handled by the r8169 driver in Linux, and
reportedly this is infact just a straight re-brand of the RTL8126.

Tested by:      "Sinetek" on Discord
Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D56917
DeltaFile
+3-1share/man/man4/rge.4
+1-0sys/dev/rge/if_rge.c
+1-0sys/dev/rge/if_rge_vendor.h
+5-13 files

FreeBSD/src d64438alib/libc/regex regcomp.c, lib/libregex/tests gnuext.in

libregex: fix our mapping for \w

A small oversight in our implementation of \w is that it's actually
not strictly [[:alnum:]].  According to the GNU documentation, it's
actually [[:alnum:]] + underscore.  The fix is rather trivial: just add
it to our set explicitly, and amend our test set to be sure that _ is
actually included.

PR:             287396
(cherry picked from commit d0ff5773cefaf3fa41b1be3e44ca35bd9d5f68ee)
DeltaFile
+3-3lib/libregex/tests/gnuext.in
+1-0lib/libc/regex/regcomp.c
+4-32 files

FreeBSD/ports c274b12net/bird2 Makefile

net/bird2: Fix STATIC option conflict

Remove the STATIC option (static routes) to avoid clashing with the global
static linking option. Enable static routes by default

Reported by:    ivy
Sponsored by:   Netflix
DeltaFile
+6-5net/bird2/Makefile
+6-51 files

FreeBSD/ports b7d1ffbnet/bird3 Makefile

net/bird3: Fix STATIC option conflict

Remove the STATIC option (static routes) to avoid clashing with the global
static linking option. Enable static routes by default

Reported by:    ivy
Sponsored by:   Netflix
DeltaFile
+6-5net/bird3/Makefile
+6-51 files

FreeBSD/doc 37d9d8bdocumentation/content/en/books/porters-handbook/versions _index.adoc

Record that ZFS removed libuutil just prior to 1600005

Sponsored by:   ConnectWise
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D56692
DeltaFile
+2-2documentation/content/en/books/porters-handbook/versions/_index.adoc
+2-21 files

FreeBSD/ports 2d302d8www/ungoogled-chromium/files patch-chrome_browser_about__flags.cc patch-third__party_libsync_src_sync.c

www/ungoogled-chromium: update to 148.0.7778.96

Security:       https://vuxml.freebsd.org/freebsd/da4d7162-4aa3-11f1-b189-a8a1599412c6.html
DeltaFile
+84-110www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc
+181-0www/ungoogled-chromium/files/patch-third__party_libsync_src_sync.c
+98-0www/ungoogled-chromium/files/patch-third__party_libvpx_source_config_linux_arm64_vpx__dsp__rtcd.h
+31-40www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5
+38-20www/ungoogled-chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc
+29-29www/ungoogled-chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc
+461-199405 files not shown
+2,859-1,820411 files

FreeBSD/ports 6c828bedeskutils/podman-desktop Makefile, graphics/drawio Makefile

*/*: Bump port revision after electron40 update (9d4405b70950)
DeltaFile
+1-1graphics/drawio/Makefile
+1-1deskutils/podman-desktop/Makefile
+2-22 files

FreeBSD/ports 9d4405bdevel/electron40/files patch-electron_spec_api-browser-window-spec.ts patch-electron_spec_api-app-spec.ts, devel/electron40/files/packagejsons yarn.lock

devel/electron40: Update to 40.10.0

Changelog: https://github.com/electron/electron/releases/tag/v40.10.0

Reported by:    GitHub (watch releases)
DeltaFile
+915-2,194devel/electron40/files/packagejsons/yarn.lock
+38-38devel/electron40/files/patch-electron_spec_api-browser-window-spec.ts
+36-36devel/electron40/files/patch-electron_spec_api-app-spec.ts
+35-35devel/electron40/files/patch-electron_spec_api-crash-reporter-spec.ts
+24-24devel/electron40/files/patch-electron_spec_api-net-log-spec.ts
+20-18devel/electron40/files/patch-electron_spec_chromium-spec.ts
+1,068-2,34532 files not shown
+1,187-2,46538 files

FreeBSD/ports d04cc57mail/goimapnotify Makefile distinfo, mail/goimapnotify/files modules.txt goimapnotify.in

mail/goimapnotify: Add new port

Execute scripts on IMAP mailbox changes
(new/deleted/updated messages) using IDLE.
WWW: https://gitlab.com/shackra/goimapnotify

PR:             290048
Reported by:    Denis Shaposhnikov <dsh at bamus.cz>
Co-authored-by: Julian Weigt <juw at posteo.de>
Approved by:    osa (mentor)
DeltaFile
+129-0mail/goimapnotify/files/modules.txt
+78-0mail/goimapnotify/Makefile
+59-0mail/goimapnotify/distinfo
+54-0mail/goimapnotify/files/goimapnotify.in
+48-0mail/goimapnotify/files/goimapnotify.yaml.sample
+15-0mail/goimapnotify/files/pkg-message.in
+383-04 files not shown
+388-210 files

FreeBSD/ports c20def1audio/xmp distinfo Makefile

audio/xmp: Update to 4.3.0
DeltaFile
+3-3audio/xmp/distinfo
+1-2audio/xmp/Makefile
+4-52 files

FreeBSD/ports 1a26794sysutils Makefile, sysutils/hl distinfo Makefile.crates

sysutils/hl: Add new port

hl is a fast and powerful log viewer and processor that converts
JSON logs or logfmt logs into a clear human-readable format.

PR:             294147
Reported by:    Marcel Bischoff <marcel at herrbischoff.com>
Approved by:    osa (mentor)
DeltaFile
+791-0sysutils/hl/distinfo
+394-0sysutils/hl/Makefile.crates
+46-0sysutils/hl/Makefile
+2-0sysutils/hl/pkg-descr
+1-0sysutils/Makefile
+1,234-05 files

FreeBSD/ports 9dba11ebenchmarks/clpeak distinfo Makefile

benchmarks/clpeak: update to 2.0.5

Changes:        https://github.com/krrishnarraj/clpeak/releases/tag/2.0.4
Changes:        https://github.com/krrishnarraj/clpeak/releases/tag/2.0.5
Reported by:    GitHub (watch releases)
DeltaFile
+3-3benchmarks/clpeak/distinfo
+1-1benchmarks/clpeak/Makefile
+4-42 files

FreeBSD/ports 8bdb30clang/nim distinfo Makefile

lang/nim: Update 2.2.8 => 2.2.10

Release Notes:
https://nim-lang.org/blog/2026/04/24/nim-2210.html

PR:             295192
Reported by:    Neal Nelson <ports at nicandneal.net> (maintainer)
Approved by:    osa (mentor)
MFH:            2026Q2

(cherry picked from commit 1861fd258a23596ceb76f90bd3241cd53d3d2a57)
DeltaFile
+3-3lang/nim/distinfo
+1-1lang/nim/Makefile
+4-42 files

FreeBSD/ports 1861fd2lang/nim distinfo Makefile

lang/nim: Update 2.2.8 => 2.2.10

Release Notes:
https://nim-lang.org/blog/2026/04/24/nim-2210.html

PR:             295192
Reported by:    Neal Nelson <ports at nicandneal.net> (maintainer)
Approved by:    osa (mentor)
MFH:            2026Q2
DeltaFile
+3-3lang/nim/distinfo
+1-1lang/nim/Makefile
+4-42 files

FreeBSD/ports 61f689bsysutils/htop distinfo Makefile

sysutils/htop: Update 3.4.1 => 3.5.1

Changelog:
https://github.com/htop-dev/htop/blob/3.5.1/ChangeLog

PR:             295189
Reported by:    Hung-Yi Chen <gaod at hychen.org> (maintainer)
Approved by:    osa (mentor)
DeltaFile
+3-3sysutils/htop/distinfo
+1-1sysutils/htop/Makefile
+4-42 files