FreeBSD/ports adce8acdatabases Makefile, databases/vchord distinfo Makefile.crates

databases/vchord: New port

Extension for vector similarity search

PR:             293187
DeltaFile
+449-0databases/vchord/distinfo
+223-0databases/vchord/Makefile.crates
+35-0databases/vchord/Makefile
+17-0databases/vchord/pkg-plist
+10-0databases/vchord/pkg-descr
+1-0databases/Makefile
+735-06 files

FreeBSD/ports 6d807c3databases Makefile, databases/cargo-pgrx distinfo Makefile.crates

databases/cargo-pgrx: New port

Framework for developing PostgreSQL extensions in Rust

PR:             293134
DeltaFile
+887-0databases/cargo-pgrx/distinfo
+442-0databases/cargo-pgrx/Makefile.crates
+28-0databases/cargo-pgrx/Makefile
+2-0databases/cargo-pgrx/pkg-descr
+1-0databases/Makefile
+1,360-05 files

FreeBSD/ports 0f48a01editors/dz6 distinfo Makefile.crates

editors/dz6: Update to 0.5.1

ChangeLog:
https://github.com/mentebinaria/dz6/releases/tag/v0.5.1
DeltaFile
+271-95editors/dz6/distinfo
+135-47editors/dz6/Makefile.crates
+1-1editors/dz6/Makefile
+407-1433 files

FreeBSD/ports 7211594net/keycloak distinfo Makefile

net/keycloak: Update 26.5.4 => 26.5.5

Release Notes:
https://www.keycloak.org/2026/03/keycloak-2655-released

PR:             293618
Security:       CVE-2026-3047
Security:       CVE-2026-3009
Security:       CVE-2026-2603
Security:       CVE-2026-2092
MFH:            2026Q1
(cherry picked from commit fbfbd55e5bafbe1a4d73db4b0ea6418e4d3f966f)
DeltaFile
+3-3net/keycloak/distinfo
+1-1net/keycloak/Makefile
+4-42 files

FreeBSD/ports fbfbd55net/keycloak distinfo Makefile

net/keycloak: Update 26.5.4 => 26.5.5

Release Notes:
https://www.keycloak.org/2026/03/keycloak-2655-released

PR:             293618
Security:       CVE-2026-3047
Security:       CVE-2026-3009
Security:       CVE-2026-2603
Security:       CVE-2026-2092
MFH:            2026Q1
DeltaFile
+3-3net/keycloak/distinfo
+1-2net/keycloak/Makefile
+4-52 files

FreeBSD/ports 8a79022misc/sff distinfo Makefile

misc/sff: Update 1.2 => 1.3

Changelog:
https://codeberg.org/sylphenix/sff/src/tag/1.3/CHANGELOG.md

PR:     293617
DeltaFile
+3-3misc/sff/distinfo
+1-1misc/sff/Makefile
+4-42 files

FreeBSD/ports 49ef88csecurity/crowdsec Makefile, security/crowdsec-blocklist-mirror Makefile

security/crowdsec{,-blocklist-mirror,-firewall-bouncer}: Transfer maintainership

PR:     293616
DeltaFile
+1-1security/crowdsec/Makefile
+1-1security/crowdsec-firewall-bouncer/Makefile
+1-1security/crowdsec-blocklist-mirror/Makefile
+3-33 files

FreeBSD/ports a3f2aa7devel/stdman pkg-plist distinfo

devel/stdman: Update to 2024.07.05
DeltaFile
+914-34devel/stdman/pkg-plist
+3-3devel/stdman/distinfo
+1-1devel/stdman/Makefile
+918-383 files

FreeBSD/ports 27001d6mail/thunderbird distinfo Makefile

mail/thunderbird: update to 148.0.1 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/148.0.1/releasenotes/

(cherry picked from commit d454980ee94c47d12a2195f2dab12ced70e11526)
DeltaFile
+3-3mail/thunderbird/distinfo
+1-1mail/thunderbird/Makefile
+4-42 files

FreeBSD/ports d454980mail/thunderbird distinfo Makefile

mail/thunderbird: update to 148.0.1 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/148.0.1/releasenotes/
DeltaFile
+3-3mail/thunderbird/distinfo
+1-1mail/thunderbird/Makefile
+4-42 files

FreeBSD/ports a0a0115sysutils/storcli Makefile distinfo

sysutils/storcli: Update 7.3503 => 7.3603

PR:     293539
DeltaFile
+5-5sysutils/storcli/Makefile
+3-3sysutils/storcli/distinfo
+8-82 files

FreeBSD/ports a9052c7sysutils/py-hcloud distinfo Makefile

sysutils/py-hcloud: update to 2.17.0

Changes:        https://github.com/hetznercloud/hcloud-python/blob/v2.17.0/CHANGELOG.md
Reported by:    portscout, repology
DeltaFile
+3-3sysutils/py-hcloud/distinfo
+1-1sysutils/py-hcloud/Makefile
+4-42 files

FreeBSD/ports 94861f1audio/spiralsynthmodular Makefile, audio/spiralsynthmodular/files patch-SpiralSound_SpiralInfo.h patch-SpiralSound_SpiralInfo.C

audio/spiralsynthmodular: Fix "undefined symbol" errors at runtime

* Behavior *
- At runtime, for each synth plugin, we got:
dlerror() output:
/usr/local/lib/SpiralPlugins/AmpPlugin.so: Undefined symbol "_ZN10SpiralInfo6LOCALEE"

* Why *
- It seems this comes from the way newer compiler manage static
  properties. (SSM is 25yo).
- This error has already been reported long times ago on Linux distro.

* Fix *
- A way to fix it without rewriting the wheel is to inline static
  properties in the header.

While here improve port:
- Add LICENSE.
- Register dependiencies.

    [9 lines not shown]
DeltaFile
+70-0audio/spiralsynthmodular/files/patch-SpiralSound_SpiralInfo.h
+64-0audio/spiralsynthmodular/files/patch-SpiralSound_SpiralInfo.C
+12-12audio/spiralsynthmodular/Makefile
+146-123 files

FreeBSD/ports 8fedf8caudio/spiralsynthmodular Makefile, audio/spiralsynthmodular/files patch-SpiralSound_SpiralInfo.h patch-SpiralSound_SpiralInfo.C

audio/spiralsynthmodular: Fix "undefined symbol" errors at runtime

* Behavior *
- At runtime, for each synth plugin, we got:
dlerror() output:
/usr/local/lib/SpiralPlugins/AmpPlugin.so: Undefined symbol "_ZN10SpiralInfo6LOCALEE"

* Why *
- It seems this comes from the way newer compiler manage static
  properties. (SSM is 25yo).
- This error has already been reported long times ago on Linux distro.

* Fix *
- A way to fix it without rewriting the wheel is to inline static
  properties in the header.

While here improve port:
- Add LICENSE.
- Register dependiencies.

    [8 lines not shown]
DeltaFile
+70-0audio/spiralsynthmodular/files/patch-SpiralSound_SpiralInfo.h
+64-0audio/spiralsynthmodular/files/patch-SpiralSound_SpiralInfo.C
+12-12audio/spiralsynthmodular/Makefile
+146-123 files

FreeBSD/ports 9e5a13dmail/thunderbird-esr distinfo Makefile

mail/thunderbird-esr: update to 140.8.1 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/140.8.1esr/releasenotes/

(cherry picked from commit 9b7ade6bbc93df251147316ec600719cd5e6e251)
DeltaFile
+3-3mail/thunderbird-esr/distinfo
+1-1mail/thunderbird-esr/Makefile
+4-42 files

FreeBSD/ports 9b7ade6mail/thunderbird-esr distinfo Makefile

mail/thunderbird-esr: update to 140.8.1 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/140.8.1esr/releasenotes/
DeltaFile
+3-3mail/thunderbird-esr/distinfo
+1-1mail/thunderbird-esr/Makefile
+4-42 files

FreeBSD/ports 26b198email/davmail pkg-plist Makefile, mail/davmail/files patch-build.xml

mail/davmail: Update 6.1.0 => 6.5.1

Release Notes:
https://sourceforge.net/p/davmail/code/HEAD/tree/tags/6.5.1/RELEASE-NOTES.md

Improve port:
- Reordered Makefile variables per portclippy.
- Parametrize davmail with PORTNAME.
- Replace PORTVERSION with DISTVERSION.

PR:             293568
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+25-53mail/davmail/pkg-plist
+20-20mail/davmail/Makefile
+8-7mail/davmail/files/patch-build.xml
+3-3mail/davmail/distinfo
+56-834 files

FreeBSD/ports 0fd025bprint/R-cran-textshaping distinfo Makefile

print/R-cran-textshaping: Update to 1.0.5

ChangeLog:      https://github.com/r-lib/textshaping/releases/tag/v1.0.5
PR:             293614
DeltaFile
+3-3print/R-cran-textshaping/distinfo
+1-1print/R-cran-textshaping/Makefile
+4-42 files

FreeBSD/ports 26eb14edevel/R-cran-systemfonts distinfo Makefile

devel/R-cran-systemfonts: Update to 1.3.2

Add xorg-fonts-truetype to TEST_DEPENDS since tests need some
fonts installed to function

ChangeLog:      https://github.com/r-lib/systemfonts/releases/tag/v1.3.2
PR:             293612
DeltaFile
+3-3devel/R-cran-systemfonts/distinfo
+3-2devel/R-cran-systemfonts/Makefile
+6-52 files

FreeBSD/ports c8a0544graphics/R-cran-ragg distinfo Makefile

graphics/R-cran-ragg: Update to 1.5.1

ChangeLog:      https://github.com/r-lib/ragg/releases/tag/v1.5.1
PR:             293613
DeltaFile
+3-3graphics/R-cran-ragg/distinfo
+1-1graphics/R-cran-ragg/Makefile
+4-42 files

FreeBSD/ports 0617075graphics/glaxnimate Makefile pkg-plist

graphics/glaxnimate: Update to 0.6.0 and pass the port to kde@

Release notes: https://glaxnimate.org/news/releases/0.6.0

Approved by:    yuri@ via private mail
DeltaFile
+6-37graphics/glaxnimate/Makefile
+3-12graphics/glaxnimate/pkg-plist
+3-3graphics/glaxnimate/distinfo
+12-523 files

FreeBSD/ports 373b3edcad/iverilog Makefile distinfo

cad/iverilog: Update to 13.0
DeltaFile
+5-4cad/iverilog/Makefile
+3-3cad/iverilog/distinfo
+0-2cad/iverilog/pkg-plist
+8-93 files

FreeBSD/ports 422c9ddtextproc/xml2rfc distinfo Makefile, textproc/xml2rfc/files patch-pyproject.toml

textproc/xml2rfc: Update to 3.32.0

See https://github.com/ietf-tools/xml2rfc/releases/tag/v3.32.0 for a
list of changes in this release.
DeltaFile
+3-3textproc/xml2rfc/distinfo
+3-3textproc/xml2rfc/files/patch-pyproject.toml
+1-1textproc/xml2rfc/Makefile
+7-73 files

FreeBSD/ports 6992d35sysutils/dutree distinfo Makefile

sysutils/dutree: update to 0.2.18
DeltaFile
+27-29sysutils/dutree/distinfo
+13-17sysutils/dutree/Makefile
+40-462 files

FreeBSD/ports 24307eccad/freecad-devel pkg-plist Makefile.git_rev

cad/freecad-devel: Update to 2026.03.06
DeltaFile
+6-4cad/freecad-devel/pkg-plist
+3-3cad/freecad-devel/Makefile.git_rev
+3-3cad/freecad-devel/distinfo
+1-1cad/freecad-devel/Makefile
+13-114 files

FreeBSD/ports 7ea2800cad/kicad-devel pkg-plist, cad/kicad-devel/files patch-cmake_CreateGitVersionHeader.cmake patch-3d-viewer_3d__viewer_eda__3d__viewer__frame.cpp

cad/kicad-devel: Update to 2026.03.05
DeltaFile
+143-93cad/kicad-devel/pkg-plist
+0-81cad/kicad-devel/files/patch-cmake_CreateGitVersionHeader.cmake
+0-20cad/kicad-devel/files/patch-3d-viewer_3d__viewer_eda__3d__viewer__frame.cpp
+0-20cad/kicad-devel/files/patch-3d-viewer_3d__viewer_eda__3d__viewer__frame.h
+0-20cad/kicad-devel/files/patch-3d-viewer_dialogs_panel__preview__3d__model.cpp
+0-20cad/kicad-devel/files/patch-3d-viewer_dialogs_panel__preview__3d__model.h
+143-25414 files not shown
+159-45220 files

FreeBSD/ports 75eb57dmath/octave-forge-statistics distinfo Makefile

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

FreeBSD/ports 703c251editors/zed distinfo Makefile.crates, editors/zed/files patch-crates_gpui_src_text__system.rs patch-crates_gpui_src_platform.rs

editors/zed: Update to 0.226.4

Changelog:
- https://github.com/zed-industries/zed/releases/tag/v0.225.12
- https://github.com/zed-industries/zed/releases/tag/v0.225.13
- https://github.com/zed-industries/zed/releases/tag/v0.226.4

Reported by:    GitHub (watch releases)
DeltaFile
+89-53editors/zed/distinfo
+43-25editors/zed/Makefile.crates
+17-8editors/zed/files/patch-crates_gpui_src_text__system.rs
+16-7editors/zed/files/patch-crates_gpui_src_platform.rs
+9-9editors/zed/files/patch-crates_remote__server_src_server.rs
+8-8editors/zed/files/patch-crates_gpui_src_gpui.rs
+182-1108 files not shown
+211-15014 files

FreeBSD/ports 7e2a03bwww/reproxy distinfo Makefile

www/reproxy: update the port to version 1.5.0

Reported by:    portscout
DeltaFile
+3-3www/reproxy/distinfo
+1-2www/reproxy/Makefile
+4-52 files

FreeBSD/ports 66322c7lang/gcc16-devel distinfo Makefile

lang/gcc16-devel: Update to 16.0.1.s20260301
DeltaFile
+3-3lang/gcc16-devel/distinfo
+1-1lang/gcc16-devel/Makefile
+4-42 files