FreeBSD/ports a698e8ddevel/undead Makefile distinfo

devel/undead: Update to 1.2.0
DeltaFile
+3-3devel/undead/distinfo
+1-2devel/undead/Makefile
+4-52 files

FreeBSD/ports 7d07222audio/pavucontrol pkg-plist distinfo

audio/pavucontrol: Update to 6.2
DeltaFile
+4-3audio/pavucontrol/Makefile
+3-3audio/pavucontrol/distinfo
+5-0audio/pavucontrol/pkg-plist
+12-63 files

FreeBSD/ports d10fbbcx11/xtrlock Makefile distinfo

x11/xtrlock: Update to 2.18
DeltaFile
+3-3x11/xtrlock/distinfo
+1-1x11/xtrlock/Makefile
+4-42 files

FreeBSD/ports 23d4057irc/pounce Makefile distinfo

irc/pounce: Update to 3.2
DeltaFile
+3-3irc/pounce/distinfo
+1-2irc/pounce/Makefile
+4-52 files

FreeBSD/ports 2c1462fdatabases/R-cran-nanoparquet Makefile distinfo

databases/R-cran-nanoparquet: Update 0.5.1 => 0.5.2

While here, add required R-cran-testthat to TEST_DEPENDS.

Changelog:
https://cran.r-project.org/web/packages/nanoparquet/news/news.html

PR:             298770
Approved by:    osa, vvd (Mentors, implicit)
Signed-off-by:  Christos Longros <chris.longros at gmail.com>
DeltaFile
+3-3databases/R-cran-nanoparquet/distinfo
+3-1databases/R-cran-nanoparquet/Makefile
+6-42 files

FreeBSD/ports fe97438deskutils/qmd Makefile, deskutils/qmd/files example.sh package-lock-sqlite-vec.json

deskutils/qmd: update 2.1.0 → 2.8.3
DeltaFile
+227-1,584deskutils/qmd/files/package-lock.json
+11-442deskutils/qmd/files/package-lock-better-sqlite3.json
+53-49deskutils/qmd/files/package-lock-node-llama-cpp.json
+73-1deskutils/qmd/files/package-lock-sqlite-vec.json
+40-0deskutils/qmd/files/example.sh
+24-12deskutils/qmd/Makefile
+428-2,08810 files not shown
+485-2,15116 files

FreeBSD/ports 92d81e1www/pocketbase Makefile distinfo

www/pocketbase: Update 0.40.3 => 0.40.4

Changelog:
https://github.com/pocketbase/pocketbase/releases/tag/v0.40.4

PR:             298771
Approved by:    osa, vvd (Mentors, implicit)
Signed-off-by:  Christos Longros <chris.longros at gmail.com>
DeltaFile
+5-5www/pocketbase/distinfo
+1-1www/pocketbase/Makefile
+6-62 files

FreeBSD/ports c5d6228net-mgmt/telegraf Makefile distinfo

net-mgmt/telegraf: Update to 1.40.1

Release notes:  https://github.com/influxdata/telegraf/releases/tag/v1.40.1
DeltaFile
+5-5net-mgmt/telegraf/distinfo
+1-2net-mgmt/telegraf/Makefile
+6-72 files

FreeBSD/ports 5d8593dgraphics/opennurbs/files patch-android__uuid_CMakeLists.txt

graphics/opennurbs: Fix building with CMake 4

Approved by:    portmgr (fixit blanket)
DeltaFile
+8-0graphics/opennurbs/files/patch-android__uuid_CMakeLists.txt
+8-01 files

FreeBSD/ports 7eddaacwww/firefox-esr Makefile distinfo

www/firefox-esr: update to 153.4.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/153.4.0/releasenotes/

(cherry picked from commit 49d082b7fabf301dca51897fa3ec95cca2e112ae)
DeltaFile
+3-3www/firefox-esr/distinfo
+1-1www/firefox-esr/Makefile
+4-42 files

FreeBSD/ports 49d082bwww/firefox-esr Makefile distinfo

www/firefox-esr: update to 153.4.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/153.4.0/releasenotes/
DeltaFile
+3-3www/firefox-esr/distinfo
+1-1www/firefox-esr/Makefile
+4-42 files

FreeBSD/ports e0297e9Mk/Uses npm.mk

Mk/Uses/npm.mk: Preserve WRKDIR itself after archiving node modules

Removing WRKDIR itself breaks the makesum phase. So only removes the
contents of WRKDIR (node-modules-cache directory and
node-modules-cache.mtree file).
DeltaFile
+4-6Mk/Uses/npm.mk
+4-61 files

FreeBSD/ports 83ba250devel/nanobind distinfo Makefile, devel/nanobind/files patch-cmake_nanobind-config.cmake patch-CMakeLists.txt

devel/nanobind: update 3.0.1 → 3.1.0
DeltaFile
+11-11devel/nanobind/Makefile
+17-0devel/nanobind/files/patch-include_nanobind_eigen_tensor.h
+11-0devel/nanobind/files/patch-tests_CMakeLists.txt
+3-3devel/nanobind/distinfo
+2-2devel/nanobind/files/patch-cmake_nanobind-config.cmake
+2-2devel/nanobind/files/patch-CMakeLists.txt
+46-186 files

FreeBSD/ports 8af01f3lang/ldc pkg-plist Makefile

lang/ldc: Fix build LLVM > 19

PR:             298648
Reported by:    Gerard Seibert <gerard_seibert __at_ outlook.com>
DeltaFile
+9-2lang/ldc/Makefile
+4-4lang/ldc/pkg-plist
+13-62 files

FreeBSD/ports 710e2b5devel/py-hg-evolve distinfo Makefile

devel/py-hg-evolve: Update to 12.0.0
DeltaFile
+3-3devel/py-hg-evolve/distinfo
+4-2devel/py-hg-evolve/Makefile
+7-52 files

FreeBSD/ports 4a55093www/immich pkg-plist Makefile, www/immich/files immich-admin.in

www/immich: Add a working immich-admin

Immich ships bin/immich-admin as a stub that calls start.sh from PATH
and needs bash, which only holds inside its container image.  The new
wrapper reads immich.env and starts the admin entry point directly; the
stub forwards to it.

Reported by:    mfechner
Sponsored by:   Netzkommune GmbH
DeltaFile
+34-0www/immich/files/immich-admin.in
+5-2www/immich/Makefile
+1-0www/immich/pkg-plist
+40-23 files

FreeBSD/ports ca9d42edevel/pcsc-lite Makefile distinfo

devel/pcsc-lite: Update to 2.5.2
DeltaFile
+3-3devel/pcsc-lite/distinfo
+1-1devel/pcsc-lite/Makefile
+4-42 files

FreeBSD/ports 8406676security/tpm2-pkcs11 Makefile distinfo

security/tpm2-pkcs11: Update to 1.10.1
DeltaFile
+3-3security/tpm2-pkcs11/distinfo
+1-1security/tpm2-pkcs11/Makefile
+4-42 files

FreeBSD/ports 4e1bdf6textproc/goldendict-ng Makefile

textproc/goldendict-ng: Switch to the latest xapian-core

to restore possibility for installing GoldenDict-ng on Plasma Desktop.
libzim support has to be disabled since libzim port depends on xapian-core14.

PR:             298766
Approved by:    eduardo@ (maintainer)
DeltaFile
+3-3textproc/goldendict-ng/Makefile
+3-31 files

FreeBSD/ports 0f15d25multimedia/pipewire Makefile distinfo

multimedia/pipewire: Update to 1.6.9
DeltaFile
+4-4multimedia/pipewire/pkg-plist
+3-3multimedia/pipewire/distinfo
+1-1multimedia/pipewire/Makefile
+8-83 files

FreeBSD/ports 2103f69benchmarks/perftest Makefile

benchmarks/perftest: Flavorize into base and ports flavors
DeltaFile
+13-3benchmarks/perftest/Makefile
+13-31 files

FreeBSD/ports 10fd411misc/libuuid Makefile distinfo

misc/libuuid: Update to 2.42.4

Reported by:    portscout!
DeltaFile
+3-3misc/libuuid/distinfo
+1-1misc/libuuid/Makefile
+4-42 files

FreeBSD/ports bb9bbfatextproc/py-sphinxcontrib-autoprogram Makefile

textproc/py-sphinxcontrib-autoprogram: unbreak with python 3.14+

Python 3.14 has dropped deprecated Str attribute from ast module
Fixes error "AttributeError: module 'ast' has no attribute 'Str'"

Approved by:    portmgr blanket
DeltaFile
+10-1textproc/py-sphinxcontrib-autoprogram/Makefile
+10-11 files

FreeBSD/ports e457801mail/thunderbird Makefile distinfo

mail/thunderbird: update to 156.0.1 (rc1)

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

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

FreeBSD/ports 8ad28demail/thunderbird Makefile distinfo

mail/thunderbird: update to 156.0.1 (rc1)

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

FreeBSD/ports 2075af8textproc/qo Makefile distinfo

textproc/qo: Update to 0.5.0
DeltaFile
+5-5textproc/qo/distinfo
+1-2textproc/qo/Makefile
+6-72 files

FreeBSD/ports e2c77dcgraphics/openjpeg15/files patch-CMakeLists.txt

graphics/openjpeg15: Fix building with CMake 4

Approved by:    portmgr (fixit blanket)
DeltaFile
+9-0graphics/openjpeg15/files/patch-CMakeLists.txt
+9-01 files

FreeBSD/ports 401e93bgraphics/openicc-config Makefile

graphics/openicc-config: Mark deprecated

(cherry picked from commit 3485a9caf4cb03cf703366745136a598664e42c3)
DeltaFile
+4-0graphics/openicc-config/Makefile
+4-01 files

FreeBSD/ports 3485a9cgraphics/openicc-config Makefile

graphics/openicc-config: Mark deprecated
DeltaFile
+4-0graphics/openicc-config/Makefile
+4-01 files

FreeBSD/ports dd01641net-mgmt/librenms Makefile distinfo

net-mgmt/librenms: Update to 26.9.1.1

re: https://github.com/librenms/librenms/releases/tag/26.9.1.1
    https://github.com/librenms/librenms/releases/tag/26.9.1
DeltaFile
+5-5net-mgmt/librenms/distinfo
+2-2net-mgmt/librenms/Makefile
+7-72 files