FreeBSD/ports a9f3e5bsysutils/kustomize distinfo Makefile

sysutils/kustomize: Update to 5.8.0

ChangeLog:
https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.8.0
DeltaFile
+5-5sysutils/kustomize/distinfo
+2-2sysutils/kustomize/Makefile
+7-72 files

FreeBSD/ports b2a9eb8sysutils/kubetail Makefile distinfo

sysutils/kubetail: Update to 1.6.22

ChangeLog:
https://github.com/johanhaleby/kubetail/compare/1.6.21...1.6.22
DeltaFile
+1-6sysutils/kubetail/Makefile
+3-3sysutils/kubetail/distinfo
+4-92 files

FreeBSD/ports 29b85b9cad/py-edalize distinfo Makefile, cad/py-edalize/files patch-pyproject.toml

cad/py-edalize: Update 0.6.0 => 0.6.1

Summary:
Changelogs:
* https://github.com/olofk/edalize/releases/tag/v0.6.1
* https://github.com/olofk/edalize/compare/v0.6.0...v0.6.1

Approved by:            yuri@ (maintainer, Mentor)
Differential Revision:  https://reviews.freebsd.org/D53705
DeltaFile
+3-3cad/py-edalize/distinfo
+3-3cad/py-edalize/files/patch-pyproject.toml
+1-2cad/py-edalize/Makefile
+7-83 files

FreeBSD/ports bbf4910archivers/brotli Makefile distinfo, archivers/brotli/files extra-patch-static-libs patch-CMakeLists.txt

archivers/brotli: update 1.1.0 -> 1.2.0

ChangeLog:      https://github.com/google/brotli/compare/v1.1.0...v1.2.0

Reported by:    diizzy
Reviewed by:    sunpoet, diizzy
PR:             290637
Sponsored by:   tipi.work
DeltaFile
+0-40archivers/brotli/files/extra-patch-static-libs
+11-7archivers/brotli/Makefile
+11-0archivers/brotli/files/patch-CMakeLists.txt
+5-5archivers/brotli/distinfo
+27-524 files

FreeBSD/ports ce0c8e4lang/fpc-source Makefile

lang/fpc-source: pet stage-qa (+)

No need to put .git* files in package, as it already done for lang/fpc-devel-source

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+3-0lang/fpc-source/Makefile
+3-01 files

FreeBSD/ports 61e766ax11-wm/lxqt-wayland-session Makefile

x11-wm/lxqt-wayland-session: pet stage-qa, lxqt-qdbus is a bash script (+)

====> Running Q/A tests (stage-qa)
Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'bin/lxqt-qdbus'

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+6-2x11-wm/lxqt-wayland-session/Makefile
+6-21 files

FreeBSD/ports 205f13dsecurity/lxqt-sudo pkg-plist Makefile

security/lxqt-sudo: handle orphans in plist (+)

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+2-0security/lxqt-sudo/pkg-plist
+1-0security/lxqt-sudo/Makefile
+3-02 files

FreeBSD/ports a26ecb9net/libmateweather Makefile pkg-plist

net/libmateweather: handle orphans in plist (+)

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+1-0net/libmateweather/Makefile
+1-0net/libmateweather/pkg-plist
+2-02 files

FreeBSD/ports db1d18bsecurity/opkssh Makefile, security/opkssh/files patch-main.go pkg-message.in

security/opkssh: New port: Tool which enables SSH to be used with OpenID Connect

opkssh is a tool which enables ssh to be used with OpenID Connect
allowing SSH access to be managed via identities like alice at example.com
instead of long-lived SSH keys. It does not replace SSH, but instead
generates SSH public keys containing PK Tokens and configures sshd
to verify them. These PK Tokens contain standard OpenID Connect ID
Tokens. This protocol builds on the OpenPubkey which adds user
public keys to OpenID Connect without breaking compatibility with
existing OpenID Provider.
DeltaFile
+91-0security/opkssh/files/patch-main.go
+50-0security/opkssh/Makefile
+20-0security/opkssh/files/pkg-message.in
+11-0security/opkssh/files/patch-policy_policyloader.go
+11-0security/opkssh/files/patch-policy_enforcer.go
+11-0security/opkssh/files/patch-commands_readhome.go
+194-05 files not shown
+210-211 files

FreeBSD/ports 86acb17x11-wm/phoc distinfo Makefile

x11-wm/phoc: update to 0.51.0

Changes:        https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.51.0
Reported by:    GitLab (notify releases)
DeltaFile
+3-3x11-wm/phoc/distinfo
+1-1x11-wm/phoc/Makefile
+4-42 files

FreeBSD/ports 7b38136textproc/scdoc distinfo Makefile

textproc/scdoc: update to 1.11.4

Changes:        https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.11.4
Reported by:    Repology
DeltaFile
+3-3textproc/scdoc/distinfo
+1-1textproc/scdoc/Makefile
+4-42 files

FreeBSD/ports 633e338devel/jenkins-lts distinfo Makefile

devel/jenkins-lts: Update to 2.528.2

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/jenkins-lts/distinfo
+1-1devel/jenkins-lts/Makefile
+4-42 files

FreeBSD/ports ddd9e80devel/forgejo-runner Makefile, devel/forgejo-runner/files act_runner.in

devel/forgejo-runner: Add supervisor mode for daemon(8)

If the server is not available when act_runner starts, act_runner
terminates.

Notes:
1. This is a breaking change - previously set act_runner_flags specified
   in rc.conf are applied to daemon(8), not act_runner. To pass
   parameters to act_runner, act_runner_args is used.
2. The system must be updated due to FreeBSD-EN-25:06.daemon.

While here fix build with non-default user/group and split long line.

PR:     288957
DeltaFile
+14-11devel/forgejo-runner/files/act_runner.in
+9-5devel/forgejo-runner/Makefile
+23-162 files

FreeBSD/ports fe63e4fnet-im/telegram-desktop distinfo Makefile, net-im/telegram-desktop/files patch-Telegram_SourceFiles_platform_linux_specific__linux.cpp

net-im/telegram-desktop: update from 6.2.4 to 6.3.0

Patch obtained from:    https://cvsweb.openbsd.org/ports/net/tdesktop/patches/patch-Telegram_SourceFiles_platform_linux_specific_linux_cpp

Sponsored by:   tipi.work
DeltaFile
+56-0net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_specific__linux.cpp
+3-3net-im/telegram-desktop/distinfo
+1-2net-im/telegram-desktop/Makefile
+60-53 files

FreeBSD/ports 6513afbnet-im/tg_owt distinfo Makefile

net-im/tg_owt: update to the recent snapshot
DeltaFile
+3-3net-im/tg_owt/distinfo
+2-2net-im/tg_owt/Makefile
+5-52 files

FreeBSD/ports 0d0b5b5audio/lilv distinfo Makefile

audio/lilv: Update to 0.26.0

ChangeLog: https://drobilla.net/2025/11/12/lilv-0-26-0.html
DeltaFile
+3-3audio/lilv/distinfo
+1-1audio/lilv/Makefile
+4-42 files

FreeBSD/ports 22074abdevel/R-cran-testthat Makefile distinfo

devel/R-cran-testthat: Update to 3.3.0

- Put tests as safe
  A custom do-test and UTF-8 env needed to be set so tests succeed

ChangeLog: https://cloud.r-project.org/web/packages/testthat/news/news.html
DeltaFile
+15-15devel/R-cran-testthat/Makefile
+3-3devel/R-cran-testthat/distinfo
+18-182 files

FreeBSD/ports f3108c5math/intx distinfo Makefile

math/intx: Update to 0.14.0

ChangeLog: https://github.com/chfast/intx/releases/tag/v0.14.0
DeltaFile
+3-3math/intx/distinfo
+1-1math/intx/Makefile
+4-42 files

FreeBSD/ports 87a27a9www/osticket Makefile

www/osticket: Remove defunct IGNORE_WITH_PHP

php80 has retired a couple of years ago and this line is defunct.

Approved by:    portmgr (blanket)
DeltaFile
+0-1www/osticket/Makefile
+0-11 files

FreeBSD/ports 758549fdevel/py-perceval-weblate Makefile

devel/py-perceval-weblate: Return to pool

Used in cluster and releasing so that others can update as necessary
without my intervention.

Changelog: https://github.com/chaoss/grimoirelab-perceval-weblate/releases/tag/${NEW_VERSION}
DeltaFile
+2-1devel/py-perceval-weblate/Makefile
+2-11 files

FreeBSD/ports 2842015databases/clickhouse distinfo Makefile.submodules, databases/clickhouse/files patch-PreLoad.cmake

databases/clickhouse: Update version 24.5.1.1763=>25.10.2.65

Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v25.10.2.65-stable

Sponsored by:   Nepustil
DeltaFile
+259-249databases/clickhouse/distinfo
+128-123databases/clickhouse/Makefile.submodules
+20-7databases/clickhouse/files/patch-PreLoad.cmake
+14-11databases/clickhouse/Makefile
+6-1databases/clickhouse/pkg-plist
+427-3915 files

FreeBSD/ports c878a02lang/php85 distinfo Makefile

lang/php85: Update version 8.5.0RC4=>8.5.0RC5

Please DO NOT use this version in production, it is an early test
version.

Changelog: https://github.com/php/php-src/blob/php-8.5.0RC5/NEWS
DeltaFile
+3-3lang/php85/distinfo
+1-1lang/php85/Makefile
+4-42 files

FreeBSD/ports 3f6fadfsecurity/sslproxy distinfo Makefile, security/sslproxy/files patch-src_filter.c

security/sslproxy: Update version 0.9.9=>0.9.10

Changelog: https://github.com/sonertari/SSLproxy/releases/tag/v0.9.10
DeltaFile
+0-39security/sslproxy/files/patch-src_filter.c
+3-3security/sslproxy/distinfo
+1-1security/sslproxy/Makefile
+4-433 files

FreeBSD/ports 718990aemulators/qemu-devel distinfo Makefile

emulators/qemu-devel: Update version 10.1.20250930=>10.1.20251031
DeltaFile
+15-15emulators/qemu-devel/distinfo
+3-3emulators/qemu-devel/Makefile
+18-182 files

FreeBSD/ports c671e22databases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.147=>1.5.151
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

FreeBSD/ports 640aa7bdevel/kodi-platform Makefile pkg-plist

devel/kodi-platform: Bump after update multimedia/kodi

While here replace PORTVERSION with DISTVERSION.

PR:             290895
Approved by:    decke (maintainer, implicit)
DeltaFile
+2-2devel/kodi-platform/Makefile
+1-1devel/kodi-platform/pkg-plist
+3-32 files

FreeBSD/ports 6721490multimedia/kodi pkg-plist distinfo, multimedia/kodi/files patch-xbmc_windowing_gbm_drm_DRMAtomic.cpp

multimedia/kodi: Update 21.2 => 21.3

Changelog:
https://github.com/xbmc/xbmc/releases/tag/21.3-Omega

PR:     290895
DeltaFile
+2-14multimedia/kodi/pkg-plist
+0-10multimedia/kodi/files/patch-xbmc_windowing_gbm_drm_DRMAtomic.cpp
+3-7multimedia/kodi/distinfo
+2-7multimedia/kodi/Makefile
+7-384 files

FreeBSD/ports bbff452editors/abiword pkg-plist Makefile

editors/abiword: Fix pkg-plist with COLSUGAR off

PR:             278929
Reported by:    Harald Schmalzbauer <bugzilla.freebsd at omnilan.de>
MFH:            2025Q4

(cherry picked from commit 2c4e0e5335c05f56851687d99b0c826e13d95353)
DeltaFile
+3-3editors/abiword/pkg-plist
+0-2editors/abiword/Makefile
+3-52 files

FreeBSD/ports 2c4e0e5editors/abiword pkg-plist Makefile

editors/abiword: Fix pkg-plist with COLSUGAR off

PR:             278929
Reported by:    Harald Schmalzbauer <bugzilla.freebsd at omnilan.de>
MFH:            2025Q4
DeltaFile
+3-3editors/abiword/pkg-plist
+0-2editors/abiword/Makefile
+3-52 files

FreeBSD/ports 3be4f1csysutils/gol Makefile

sysutils/gol: Remove redundant WWW entry

As fuz@ mentioned, WWW is automatically inferred from GH_PROJECT
and GH_ACCOUNT.
DeltaFile
+0-1sysutils/gol/Makefile
+0-11 files