FreeBSD/ports 0ec0008benchmarks/clpeak distinfo Makefile

benchmarks/clpeak: update to 2.0.3

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

FreeBSD/ports ee04c00devel/json-fortran pkg-plist distinfo

devel/json-fortran: update 9.1.0 → 9.3.1
DeltaFile
+6-6devel/json-fortran/pkg-plist
+3-3devel/json-fortran/distinfo
+2-2devel/json-fortran/Makefile
+11-113 files

FreeBSD/ports f109a9faudio/x42-plugins-lv2 distinfo Makefile

audio/x42-plugins-lv2: update 2026012520260420
DeltaFile
+3-3audio/x42-plugins-lv2/distinfo
+1-1audio/x42-plugins-lv2/Makefile
+4-42 files

FreeBSD/ports e810411science/neko pkg-plist Makefile, science/neko/files neko_log_parser.py patch-tests_integration_tests_test__examples_test__examples.py

science/neko: New port: Framework for high-order spectral element flow simulations
DeltaFile
+559-0science/neko/pkg-plist
+192-0science/neko/files/neko_log_parser.py
+48-0science/neko/Makefile
+41-0science/neko/files/patch-tests_integration_tests_test__examples_test__examples.py
+13-0science/neko/files/patch-tests_integration_tests_test__demo_test__suite.py
+7-0science/neko/pkg-descr
+860-02 files not shown
+864-08 files

FreeBSD/ports 1ff3847x11/alttab Makefile

x11/alttab: Take maintainership

- Remove unneeded GNU_CONFIGURE_MANPREFIX

(cherry picked from commit 867eb239184ae8054ec3fb0484430fd61d11effc)
DeltaFile
+2-2x11/alttab/Makefile
+2-21 files

FreeBSD/ports 4d91bdex11/alttab distinfo Makefile

x11/alttab: Update to 1.8.0

ChangeLog: https://github.com/sagb/alttab/releases/tag/v1.8.0

 * Disable bottom line by default.
 * Avoid xnee dependency in tests.
 * Build variable to debug icon source.
 * More secure input filtering.
 * Option -s 5 to prefer file icon if size is equal.
 * Escape key to close UI.
 * Handle COMPOUND WM_NAME.
 * Secure window name loading in ratpoison.
 * Show desktop names instead of numbers.
 * Adapt test script for Darwin.
 * Option -sortmin to show minimized windows last.
 * Option -min to color minimized windows frames.
 * Fix DISPLAY in test script.
 * Fix C language errors.


    [3 lines not shown]
DeltaFile
+3-3x11/alttab/distinfo
+1-2x11/alttab/Makefile
+4-52 files

FreeBSD/ports 867eb23x11/alttab Makefile

x11/alttab: Take maintainership

- Remove unneeded GNU_CONFIGURE_MANPREFIX
DeltaFile
+2-2x11/alttab/Makefile
+2-21 files

FreeBSD/ports fbf4e0esecurity/libgpg-error distinfo Makefile

security/libgpg-error: update to 1.61
DeltaFile
+3-3security/libgpg-error/distinfo
+1-1security/libgpg-error/Makefile
+1-1security/libgpg-error/pkg-plist
+5-53 files

FreeBSD/ports 9650642astro/merkaartor Makefile, databases/postgis33 Makefile

graphics/proj: bump dependends ports
DeltaFile
+1-1databases/spatialite_gui/Makefile
+1-1databases/postgis33/Makefile
+1-1databases/postgis34/Makefile
+1-1databases/spatialite-tools/Makefile
+1-1databases/spatialite/Makefile
+1-1astro/merkaartor/Makefile
+6-628 files not shown
+34-2734 files

FreeBSD/ports bd21980sysutils Makefile

sysutils/Makefile: Add firstboot-pkg-upgrade

MFC:            2026Q2
Fixes:          00f7e6eb6c82 (sysutils/firstboot-pkg-upgrade)
Reported by:    ivy

(cherry picked from commit eb29a4d02e5ba83964587879fee1972450a29cda)
DeltaFile
+1-0sysutils/Makefile
+1-01 files

FreeBSD/ports eb29a4dsysutils Makefile

sysutils/Makefile: Add firstboot-pkg-upgrade

MFC:            2026Q2
Fixes:          00f7e6eb6c82 (sysutils/firstboot-pkg-upgrade)
Reported by:    ivy
DeltaFile
+1-0sysutils/Makefile
+1-01 files

FreeBSD/ports 00f7e6esysutils/firstboot-pkg-upgrade Makefile pkg-descr, sysutils/firstboot-pkg-upgrade/files firstboot_pkg_upgrade.in

sysutils/firstboot-pkg-upgrade: New port

Introduce an rc.d service to upgrade all packages on first boot,
ensuring cloud images are deployed with no known vulnerabilities. By
default, it will patch everything from all enabled repos, and record
this in syslog. It accepts an optional additional line that specifies
a list of space-separated specific repos to limit the upgrade to.

Note specifying bogus repos results in the upgrade aborting,
it will log This and will not try to not run again.

MFH:                    2026Q2
Sponsored by:           Amazon
Sponsored by:           Google Cloud
Sponsored by:           OVHcloud
Reviewed by:            bapt, cperciva
Discussed with:         bapt, cperciva, delphij, lwhsu
Differential Revision: https://reviews.freebsd.org/D56381

(cherry picked from commit 89d217ad06ead7f1138121ca2aa30099bba23165)
DeltaFile
+62-0sysutils/firstboot-pkg-upgrade/files/firstboot_pkg_upgrade.in
+20-0sysutils/firstboot-pkg-upgrade/Makefile
+6-0sysutils/firstboot-pkg-upgrade/pkg-descr
+88-03 files

FreeBSD/ports 89d217asysutils/firstboot-pkg-upgrade Makefile pkg-descr, sysutils/firstboot-pkg-upgrade/files firstboot_pkg_upgrade.in

sysutils/firstboot-pkg-upgrade: New port

Introduce an rc.d service to upgrade all packages on first boot,
ensuring cloud images are deployed with no known vulnerabilities. By
default, it will patch everything from all enabled repos, and record
this in syslog. It accepts an optional additional line that specifies
a list of space-separated specific repos to limit the upgrade to.

Note specifying bogus repos results in the upgrade aborting,
it will log This and will not try to not run again.

MFH:                    2026Q2
Sponsored by:           Amazon
Sponsored by:           Google Cloud
Sponsored by:           OVHcloud
Reviewed by:            bapt, cperciva
Discussed with:         bapt, cperciva, delphij, lwhsu
Differential Revision: https://reviews.freebsd.org/D56381
DeltaFile
+62-0sysutils/firstboot-pkg-upgrade/files/firstboot_pkg_upgrade.in
+20-0sysutils/firstboot-pkg-upgrade/Makefile
+6-0sysutils/firstboot-pkg-upgrade/pkg-descr
+88-03 files

FreeBSD/ports e60a9b6www/evcc distinfo Makefile

www/evcc: update to 0.306.3

Changes:        https://github.com/evcc-io/evcc/releases
DeltaFile
+7-7www/evcc/distinfo
+1-1www/evcc/Makefile
+8-82 files

FreeBSD/ports ad5eeb4astro/traccar pkg-plist distinfo

astro/traccar: upgrade to 6.13.3
DeltaFile
+33-3astro/traccar/pkg-plist
+3-3astro/traccar/distinfo
+1-1astro/traccar/Makefile
+37-73 files

FreeBSD/ports 76bd7ffmisc/freebsd-doc-all Makefile, misc/freebsd-doc-en distinfo Makefile

misc/freebsd-doc-*: Update to rev. e4a99a8 from FreeBSD docset

Revision e4a99a8 is also 15.1-R version
Approved by:    doceng (implicit)

(cherry picked from commit ae2c1326be7077dc82371be4f5df313e2332d0c0)
DeltaFile
+3-3misc/freebsd-doc-en/distinfo
+1-1misc/freebsd-doc-all/Makefile
+1-1misc/freebsd-doc-en/Makefile
+1-0misc/freebsd-doc-en/pkg-plist
+6-54 files

FreeBSD/ports 0d3664dmisc/freebsd-doc-all Makefile, misc/freebsd-doc-en distinfo Makefile

misc/freebsd-doc-*: Update to rev. c79b665 from FreeBSD docset

Approved by:    dcoeng (implicit)

(cherry picked from commit f77e2ed6da23bdf5f810c3c1378e65ae04bcd918)
DeltaFile
+12-0misc/freebsd-doc-ru/pkg-plist
+3-3misc/freebsd-doc-en/distinfo
+1-1misc/freebsd-doc-all/Makefile
+1-1misc/freebsd-doc-en/Makefile
+1-0misc/freebsd-doc-en/pkg-plist
+18-55 files

FreeBSD/ports ae2c132misc/freebsd-doc-all Makefile, misc/freebsd-doc-en distinfo Makefile

misc/freebsd-doc-*: Update to rev. e4a99a8 from FreeBSD docset

Revision e4a99a8 is also 15.1-R version
Approved by:    doceng (implicit)
DeltaFile
+3-3misc/freebsd-doc-en/distinfo
+1-1misc/freebsd-doc-all/Makefile
+1-1misc/freebsd-doc-en/Makefile
+1-0misc/freebsd-doc-en/pkg-plist
+6-54 files

FreeBSD/ports 3e41fc0sysutils/yazi distinfo Makefile.crates

sysutils/yazi: Update to 2.65.6

- Disable AUXTOOLS option to reduce the size of runtime dependencies.
  This is especially useful for users who do not use a graphical
  environment.

ChangeLog:      https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v2656
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+457-403sysutils/yazi/distinfo
+227-200sysutils/yazi/Makefile.crates
+3-4sysutils/yazi/Makefile
+687-6073 files

FreeBSD/ports 360b366sysutils/limine distinfo Makefile

sysutils/limine: Update 11.4.1 => 12.2.0

Changelog:
https://github.com/Limine-Bootloader/Limine/blob/v12.2.0/ChangeLog

PR:             295094
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 7543d7eb9843f816803d414575ff78892c381d09)
DeltaFile
+3-3sysutils/limine/distinfo
+1-1sysutils/limine/Makefile
+4-42 files

FreeBSD/ports 411a219sysutils/limine distinfo Makefile

sysutils/limine: Update to 11.4.1

Changelog: https://github.com/Limine-Bootloader/Limine/blob/v11.4.1/ChangeLog

PR:             294739
Event:          Wiesbaden Hackathon 202604
(cherry picked from commit 902f2d56a17a9375ec27f9f0ccee44c37164b14d)
DeltaFile
+3-3sysutils/limine/distinfo
+2-2sysutils/limine/Makefile
+5-52 files

FreeBSD/ports 7543d7esysutils/limine distinfo Makefile

sysutils/limine: Update 11.4.1 => 12.2.0

Changelog:
https://github.com/Limine-Bootloader/Limine/blob/v12.2.0/ChangeLog

PR:             295094
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3sysutils/limine/distinfo
+1-1sysutils/limine/Makefile
+4-42 files

FreeBSD/ports 0aa67c3net/keycloak pkg-plist distinfo, net/keycloak/files patch-bin_kc.sh

net/keycloak: Update 26.5.7 => 26.6.1

Release Notes:
https://www.keycloak.org/2026/04/keycloak-2660-released
https://www.keycloak.org/2026/04/keycloak-2661-released

PR:             295099
Security:       CVE-2026-4366
Security:       CVE-2026-4633
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 89db17ef247e9222623ff64f65487830ba21bebd)
DeltaFile
+310-298net/keycloak/pkg-plist
+0-11net/keycloak/files/patch-bin_kc.sh
+3-3net/keycloak/distinfo
+1-2net/keycloak/Makefile
+314-3144 files

FreeBSD/ports 89db17enet/keycloak pkg-plist distinfo, net/keycloak/files patch-bin_kc.sh

net/keycloak: Update 26.5.7 => 26.6.1

Release Notes:
https://www.keycloak.org/2026/04/keycloak-2660-released
https://www.keycloak.org/2026/04/keycloak-2661-released

PR:             295099
Security:       CVE-2026-4366
Security:       CVE-2026-4633
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+310-298net/keycloak/pkg-plist
+0-11net/keycloak/files/patch-bin_kc.sh
+3-3net/keycloak/distinfo
+1-2net/keycloak/Makefile
+314-3144 files

FreeBSD/ports a8490e8misc/py-hf-xet distinfo Makefile.crates

misc/py-hf-xet: Update to 1.5.0

Changelog: https://github.com/huggingface/xet-core/releases/tag/1.5.0

Reported by:    Repology
DeltaFile
+71-187misc/py-hf-xet/distinfo
+34-92misc/py-hf-xet/Makefile.crates
+1-2misc/py-hf-xet/Makefile
+106-2813 files

FreeBSD/ports 0cbc787ports-mgmt/hs-cabal2tuple distinfo Makefile

ports-mgmt/hs-cabal2tuple: Update to 2.0.4.0

Changes:
- Output informative messages into stderr
DeltaFile
+113-141ports-mgmt/hs-cabal2tuple/distinfo
+2-85ports-mgmt/hs-cabal2tuple/Makefile
+80-0ports-mgmt/hs-cabal2tuple/Makefile.cabal
+195-2263 files

FreeBSD/ports 5990921sysutils/cardano-cli distinfo Makefile.cabal

sysutils/cardano-cli: Update to 11.0.0.0
DeltaFile
+129-157sysutils/cardano-cli/distinfo
+59-67sysutils/cardano-cli/Makefile.cabal
+1-1sysutils/cardano-cli/Makefile
+189-2253 files

FreeBSD/ports 0d8d5c9Mk/Uses cabal.mk

Uses/cabal.mk: Output informative message into stderr in make-use-cabal

This allows running make make-use-cabal > Makefile.cabal without further editing.
DeltaFile
+3-1Mk/Uses/cabal.mk
+3-11 files

FreeBSD/ports a98f98fnet-p2p/cardano-node distinfo Makefile.cabal, net-p2p/cardano-node/files patch-__cabal__deps_blockio-0.1.1.1_blockio.cabal

net-p2p/cardano-node: Update to 11.0.1
DeltaFile
+625-599net-p2p/cardano-node/distinfo
+515-0net-p2p/cardano-node/Makefile.cabal
+6-489net-p2p/cardano-node/Makefile
+17-0net-p2p/cardano-node/files/patch-__cabal__deps_blockio-0.1.1.1_blockio.cabal
+1,163-1,0884 files

FreeBSD/ports 5bd8427www/librewolf distinfo Makefile

www/librewolf: Update 150.0.1-1 => 150.0.2-1

Release Notes:
https://www.firefox.com/en-US/firefox/150.0.2/releasenotes/

PR:             295095
Security:       CVE-2026-8090
Security:       CVE-2026-8092
Security:       CVE-2026-8093
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 02ede796b2ca69bb4271f2542eacf46ed7e4d9a3)
DeltaFile
+3-3www/librewolf/distinfo
+1-1www/librewolf/Makefile
+4-42 files