FreeBSD/ports 04c14fdarchivers/lrzip Makefile distinfo

archivers/lrzip: upgrade to 0.660.
DeltaFile
+7-5archivers/lrzip/Makefile
+3-3archivers/lrzip/distinfo
+10-82 files

FreeBSD/ports b4d7ad8math/R-cran-lme4 Makefile, math/R-cran-lme4/files patch-fix-test

math/R-cran-lme4: Fix tests

Apply upstream patch to fix tests.
DeltaFile
+31-0math/R-cran-lme4/files/patch-fix-test
+0-2math/R-cran-lme4/Makefile
+31-22 files

FreeBSD/ports 223914bjava/dbvis distinfo Makefile

java/dbvis: Update 25.3.3 => 26.1

Release Notes:
https://www.dbvis.com/releasenotes/26.1/

MFH:    2026Q1
(cherry picked from commit 60e603b04dad6244d45a41aacbbfdbb854a7ec2a)
DeltaFile
+2-2java/dbvis/distinfo
+1-1java/dbvis/Makefile
+3-32 files

FreeBSD/ports bcd1758java/dbvis distinfo Makefile

java/dbvis: Update 25.3.2 => 25.3.3

Release Notes:
https://www.dbvis.com/releasenotes/25.3/

MFH:    2026Q1
(cherry picked from commit 2a42f45312cbeebc5b3b59ec7117a8c932a450c2)
DeltaFile
+3-3java/dbvis/distinfo
+1-1java/dbvis/Makefile
+4-42 files

FreeBSD/ports 8d1be12java/dbvis distinfo Makefile

java/dbvis: Update 25.3.1 => 25.3.2

Release Notes:
https://www.dbvis.com/releasenotes/25.3/

(cherry picked from commit c30e294c229a61a9540eafd21fb66bff380c9646)
DeltaFile
+3-3java/dbvis/distinfo
+1-1java/dbvis/Makefile
+4-42 files

FreeBSD/ports 2ebfebedevel/ghpr distinfo Makefile

devel/ghpr: update to v2

v2: Add check to make sure that there's a proper freebsd remote

Sponsored by:           Netflix
DeltaFile
+3-3devel/ghpr/distinfo
+1-1devel/ghpr/Makefile
+4-42 files

FreeBSD/ports 60e603bjava/dbvis distinfo Makefile

java/dbvis: Update 25.3.3 => 26.1

Release Notes:
https://www.dbvis.com/releasenotes/26.1/

MFH:    2026Q1
DeltaFile
+2-2java/dbvis/distinfo
+1-1java/dbvis/Makefile
+3-32 files

FreeBSD/ports 2a42f45java/dbvis distinfo Makefile

java/dbvis: Update 25.3.2 => 25.3.3

Release Notes:
https://www.dbvis.com/releasenotes/25.3/

MFH:    2026Q1
DeltaFile
+3-3java/dbvis/distinfo
+1-1java/dbvis/Makefile
+4-42 files

FreeBSD/ports d5a0ad0textproc/moor distinfo Makefile

textproc/moor: Update 2.11.0 => 2.11.1

Changelog:
https://github.com/walles/moor/releases/tag/v2.11.1

Reviewed by:    osa, vvd (Mentors)
Approved by:    osa (Mentor)
Differential Revision: https://reviews.freebsd.org/D55715
DeltaFile
+5-5textproc/moor/distinfo
+1-2textproc/moor/Makefile
+6-72 files

FreeBSD/ports 857657csecurity/mbedtls4 pkg-plist Makefile, security/mbedtls4/files patch-library_CMakeLists.txt

security/mbedtls4: Fix upstream libmbedcrypto.so installation bug

Not respect DESTDIR during create symlinks libmbedcrypto.so*.
Upstream issue: https://github.com/Mbed-TLS/mbedtls/issues/10627

- Add fix for installing libmbedcrypto.so from upstream pool request:
  https://github.com/Mbed-TLS/mbedtls/pull/10631
- Add strip for libmbedcrypto.so.
- Sort pkg-plist.

PR:             293653
Approved by:    Paavo-Einari Kaipila <pkaipila at gmail.com> (maintainer)
DeltaFile
+37-35security/mbedtls4/pkg-plist
+11-0security/mbedtls4/files/patch-library_CMakeLists.txt
+2-0security/mbedtls4/Makefile
+50-353 files

FreeBSD/ports ecc11b1devel Makefile, devel/ghpr Makefile pkg-descr

devel/ghpr: github pull request

Tool to help FreeBSD developers land github pull requests, initial
version.

Sponsored by:           Netflix
DeltaFile
+30-0devel/ghpr/Makefile
+16-0devel/ghpr/pkg-descr
+3-0devel/ghpr/distinfo
+1-0devel/Makefile
+50-04 files

FreeBSD/ports 2c3403csysutils/fastfetch distinfo Makefile

sysutils/fastfetch: update to 2.60.0

Changelog:      https://github.com/fastfetch-cli/fastfetch/releases/tag/2.60.0
DeltaFile
+3-3sysutils/fastfetch/distinfo
+1-1sysutils/fastfetch/Makefile
+1-0sysutils/fastfetch/pkg-plist
+5-43 files

FreeBSD/ports a2a8965comms/meshcore-cli distinfo Makefile

comms/meshcore-cli: upgrade to 1.4.9
DeltaFile
+3-3comms/meshcore-cli/distinfo
+1-1comms/meshcore-cli/Makefile
+4-42 files

FreeBSD/ports 3d69cf4comms/py-meshcore distinfo Makefile

comms/py-meshcore: upgrade to 2.2.25
DeltaFile
+3-3comms/py-meshcore/distinfo
+1-1comms/py-meshcore/Makefile
+4-42 files

FreeBSD/ports e8f735bsysutils/whowatch Makefile pkg-descr, sysutils/whowatch/files patch-src_sysinfo__freebsd.c patch-whowatch.c

sysutils/whowatch: Update 1.4 => 1.8.6.2, take maintainership

Switch to upstream with FreeBSD support:
- https://github.com/Zedai00/whowatch/
- The new update wasn't working on FreeBSD due to Linuxisms and FreeBSD
  wrong API usages.
- Overhauled the codebase in a fork and updated it to work on both
  Linux and FreeBSD.
- Uses of sysctl, libprocstat, kvm etc to gather the system informations.

PR:             293113
MFH:            2026Q1
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
(cherry picked from commit 55476368ccbc3863cec96779d914046a39ac5299)
DeltaFile
+121-0sysutils/whowatch/files/patch-src_sysinfo__freebsd.c
+0-105sysutils/whowatch/files/patch-whowatch.c
+0-31sysutils/whowatch/files/patch-procinfo.c
+0-27sysutils/whowatch/files/patch-whowatch.h
+10-13sysutils/whowatch/Makefile
+8-5sysutils/whowatch/pkg-descr
+139-1813 files not shown
+142-2079 files

FreeBSD/ports 5547636sysutils/whowatch Makefile pkg-descr, sysutils/whowatch/files patch-src_sysinfo__freebsd.c patch-whowatch.c

sysutils/whowatch: Update 1.4 => 1.8.6.2, take maintainership

Switch to upstream with FreeBSD support:
- The new update wasn't working on FreeBSD due to Linuxisms and FreeBSD
  wrong API usages.
- Overhauled the codebase in a fork and updated it to work on both
  Linux and FreeBSD.
- Uses of sysctl, libprocstat, kvm etc to gather the system informations.

PR:             293113
MFH:            2026Q1
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+121-0sysutils/whowatch/files/patch-src_sysinfo__freebsd.c
+0-105sysutils/whowatch/files/patch-whowatch.c
+0-31sysutils/whowatch/files/patch-procinfo.c
+0-27sysutils/whowatch/files/patch-whowatch.h
+10-15sysutils/whowatch/Makefile
+8-5sysutils/whowatch/pkg-descr
+139-1833 files not shown
+142-2109 files

FreeBSD/ports ceecb1bdeskutils/sowon Makefile distinfo, deskutils/sowon/files patch-thirdparty_RGFW.h

deskutils/sowon: Update g20201203 => g20251203

Update to latest commit.

Commit log:
https://github.com/tsoding/sowon/compare/0d43de4...79b0f4f

PR:             293647
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+9-7deskutils/sowon/Makefile
+11-0deskutils/sowon/files/patch-thirdparty_RGFW.h
+3-3deskutils/sowon/distinfo
+23-103 files

FreeBSD/ports 915575bwww/gallery-dl distinfo Makefile

www/gallery-dl: update to 1.31.8

Changes:        https://github.com/mikf/gallery-dl/releases/tag/v1.31.8
Reported by:    GitHub (watch releases)

(cherry picked from commit ad1db7e05145d900648b0a0ac4ca19b6bd53afcc)
DeltaFile
+3-3www/gallery-dl/distinfo
+1-1www/gallery-dl/Makefile
+4-42 files

FreeBSD/ports ad1db7ewww/gallery-dl distinfo Makefile

www/gallery-dl: update to 1.31.8

Changes:        https://github.com/mikf/gallery-dl/releases/tag/v1.31.8
Reported by:    GitHub (watch releases)
DeltaFile
+3-3www/gallery-dl/distinfo
+1-1www/gallery-dl/Makefile
+4-42 files

FreeBSD/ports 28aaf25x11-toolkits/wlroots020 distinfo Makefile

x11-toolkits/wlroots020: update to 0.20.0.r4

Changes:        https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.20.0-rc4
Reported by:    GitLab (notify releases)
DeltaFile
+3-3x11-toolkits/wlroots020/distinfo
+1-1x11-toolkits/wlroots020/Makefile
+4-42 files

FreeBSD/ports 1842819x11/p5-X11-XCB distinfo Makefile

x11/p5-X11-XCB: [maintainer update] v0.25

PR:     293651
DeltaFile
+3-3x11/p5-X11-XCB/distinfo
+1-1x11/p5-X11-XCB/Makefile
+4-42 files

FreeBSD/ports 2f2d487biology/libgff distinfo Makefile

biology/libgff: Update to 2.0.1

Basic security fix: sprintf -> snprintf
Changes: https://github.com/COMBINE-lab/libgff/commits/master/

Reported by:    portscout
DeltaFile
+3-3biology/libgff/distinfo
+1-1biology/libgff/Makefile
+4-42 files

FreeBSD/ports c5f0394deskutils/genius Makefile

deskutils/genius: Add tests
DeltaFile
+6-2deskutils/genius/Makefile
+6-21 files

FreeBSD/ports 7a69b76textproc/p5-PDF-Builder distinfo Makefile

textproc/p5-PDF-Builder: update to 3.028

Release Notes:
  https://metacpan.org/dist/PDF-Builder/changes

Work around CPAN not having files in the usual location (anymore?)
DeltaFile
+3-3textproc/p5-PDF-Builder/distinfo
+2-1textproc/p5-PDF-Builder/Makefile
+2-0textproc/p5-PDF-Builder/pkg-plist
+7-43 files

FreeBSD/ports fbc553cmath/octave-forge-apa distinfo Makefile

math/octave-forge-apa: Update to 1.1.1.
DeltaFile
+3-3math/octave-forge-apa/distinfo
+1-1math/octave-forge-apa/Makefile
+4-42 files

FreeBSD/ports 7ecf317textproc/typst distinfo Makefile.crates

textproc/typst: Upgrade to 0.14.2

Changes:
  https://github.com/typst/typst/releases/tag/v0.14.1
  https://github.com/typst/typst/releases/tag/v0.14.2
    Includes fix for a memory-handling vulnerability that upstream
    has labelled "very hard to exploit in practice."

PR:             293639
Approved by:    wen (maintainer)
Security:       Memory-handling vulnerability

(cherry picked from commit 70bb0624d4d629277c11aa57b94f0884dd56ccff)
DeltaFile
+33-27textproc/typst/distinfo
+15-12textproc/typst/Makefile.crates
+1-2textproc/typst/Makefile
+49-413 files

FreeBSD/ports 70bb062textproc/typst distinfo Makefile.crates

textproc/typst: Upgrade to 0.14.2

Changes:
  https://github.com/typst/typst/releases/tag/v0.14.1
  https://github.com/typst/typst/releases/tag/v0.14.2
    Includes fix for a memory-handling vulnerability that upstream
    has labelled "very hard to exploit in practice."

PR:             293639
Approved by:    wen (maintainer)
Security:       Memory-handling vulnerability
DeltaFile
+33-27textproc/typst/distinfo
+15-12textproc/typst/Makefile.crates
+1-2textproc/typst/Makefile
+49-413 files

FreeBSD/ports a867897textproc/py-sphinxcontrib-mermaid distinfo Makefile

textproc/py-sphinxcontrib-mermaid: Update to 2.0.1

ChangeLog:      https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.md
Reported by:    portscout!
DeltaFile
+3-3textproc/py-sphinxcontrib-mermaid/distinfo
+1-1textproc/py-sphinxcontrib-mermaid/Makefile
+4-42 files

FreeBSD/ports 126e225devel/py-python-discovery distinfo Makefile

devel/py-python-discovery: Update to 1.1.1

ChangeLog:      https://github.com/tox-dev/python-discovery/releases/tag/1.1.1
Reported by:    portscout!
DeltaFile
+3-3devel/py-python-discovery/distinfo
+1-1devel/py-python-discovery/Makefile
+4-42 files

FreeBSD/ports bb16a2ctextproc/bookokrat distinfo Makefile

textproc/bookokrat: Update to 0.3.7

ChangeLog:      https://github.com/bugzmanov/bookokrat/releases/tag/v0.3.7
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3textproc/bookokrat/distinfo
+1-1textproc/bookokrat/Makefile
+4-42 files