notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
100 most recent commits (all timestamps are UTC)

FreshPorts has everything you want to know about FreeBSD software, ports, packages, applications, whatever term you want to use.

Yesterday's Commits | Quarterly Branch

Monday, 7 Sep 2026
08:53 Nicola Vitale (nivit) search for other commits by this committer
x11/mangobar: Add new port

Mangobar is a Wayland status bar for mangowm, built on wlr-layer-shell. It
reads all of its runtime settings from JSONC and CSS; there are no hard-coded
module defaults beyond sample files.
The system tray (StatusNotifierItem / DBusMenu) is inspired by swaybar and
waybar.

https://github.com/mangowm/mangobar
commit hash: 9f4e6185484f842515b4ed878f3702d0235ceee5 commit hash: 9f4e6185484f842515b4ed878f3702d0235ceee5 commit hash: 9f4e6185484f842515b4ed878f3702d0235ceee5 commit hash: 9f4e6185484f842515b4ed878f3702d0235ceee5 9f4e618
08:25 Ruslan Makhmatkhanov (rm) search for other commits by this committer Author: Steven Kreuzer
www/py-w3lib: update to 2.4.1

Changelog highlights (1.21.0 -> 2.4.1):
- Python 3.8+ required (dropped 2.7/3.7 support)
- Removed dependency on six
- Build converted to pep517 (hatchling backend)
- New URL parsing behavior: canonicalize_url() no longer removes dot-segments

Port changes:
- DISTVERSION 2.4.1, drop PORTREVISION
- Convert USE_PYTHON distutils -> pep517
- RUN_DEPENDS: drop py-six; add BUILD_DEPENDS on py-hatchling
- Enable tests: USE_PYTHON += pytest (241 passed, 76 xfailed)

PR:		297778
Reported by:	skreuzer
commit hash: 2dfe786108e8957480bd709e90fbbbc0cabd1a49 commit hash: 2dfe786108e8957480bd709e90fbbbc0cabd1a49 commit hash: 2dfe786108e8957480bd709e90fbbbc0cabd1a49 commit hash: 2dfe786108e8957480bd709e90fbbbc0cabd1a49 2dfe786
08:18 Baptiste Daroussin (bapt) search for other commits by this committer
Tools/scripts/bump-revision.sh: insert PORTREVISION after DISTVERSIONSUFFIX

When a port has a DISTVERSIONSUFFIX, PORTREVISION was inserted right
after DISTVERSION, before DISTVERSIONSUFFIX, which breaks the variable
order required by portlint.  Insert PORTREVISION after the last version
line (DISTVERSIONSUFFIX if present, otherwise DISTVERSION/PORTVERSION).

PR:		259289
commit hash: c2b3fcdc7cf8269823ed5acc6906d78fe123910f commit hash: c2b3fcdc7cf8269823ed5acc6906d78fe123910f commit hash: c2b3fcdc7cf8269823ed5acc6906d78fe123910f commit hash: c2b3fcdc7cf8269823ed5acc6906d78fe123910f c2b3fcd
08:17 Nicola Vitale (nivit) search for other commits by this committer
  • audio/waves 0.1.47 Terminal music player with MusicBrainz tagging, and Last.fm scrobbling
audio/waves: Update to 0.1.47

- Mark BROKEN on i386 [1]. It does not compile with the following
  error:

vendor/modernc.org/libc/libc_freebsd.go:247:25: cannot use int64(off) (value of
type int64) as int32 value in assignment
vendor/modernc.org/libc/libc_freebsd.go:269:50: cannot use int64(off) (value of
type int64) as int32 value in assignment
vendor/modernc.org/libc/libc_freebsd.go:1638:17: invalid operation:
Uint64(Uint64FromInt32(-1)) / uint64(255) * size_t(c) (mismatched types uint64
and size_t)
vendor/modernc.org/libc/libc_freebsd.go:1639:192: invalid operation:
*(*uint64)(unsafe.Pointer(w)) ^ k (mismatched types uint64 and size_t)
vendor/modernc.org/libc/libc_freebsd.go:1658:42: cannot use &l1 (value of type
*size_t) as *uint64 value in argument to AssignUint64
vendor/modernc.org/libc/libc_freebsd.go:1658:47: cannot use
size_t((int64(X__strchrnul(tls, var1, '=')) - int64(var1)) / 1) (value of uint32
type size_t) as uint64 value in argument to AssignUint64
vendor/modernc.org/libc/libc_freebsd.go:1667:19: invalid operation: l1 + l2 +
uint64(2) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1673:48: invalid operation: l2 +
uint64(1) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1686:6: cannot use uint64(0) (constant 0
of type uint64) as size_t value in assignment
vendor/modernc.org/libc/libc_freebsd.go:1696:57: invalid operation: l +
uint64(1) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1696:57: too many errors

ChangeLog:

1. https://github.com/llehouerou/waves/releases/tag/v0.1.47

Reported by:	"github-actions[bot]" <notifications@github.com>
Reported by:	pkg-fallout [1]
commit hash: 46ab808ed9c0d9fcd56c3010e8985ab31381877f commit hash: 46ab808ed9c0d9fcd56c3010e8985ab31381877f commit hash: 46ab808ed9c0d9fcd56c3010e8985ab31381877f commit hash: 46ab808ed9c0d9fcd56c3010e8985ab31381877f 46ab808
08:03 Ruslan Makhmatkhanov (rm) search for other commits by this committer
net/py-python-ldap: update to 3.4.7

PR:		297276
Reported by:	Ivan Rozhuk <rozhuk.im@gmail.com>
commit hash: f06ee1b4faa19d08dd72a12ef2634e59d6c1a4f7 commit hash: f06ee1b4faa19d08dd72a12ef2634e59d6c1a4f7 commit hash: f06ee1b4faa19d08dd72a12ef2634e59d6c1a4f7 commit hash: f06ee1b4faa19d08dd72a12ef2634e59d6c1a4f7 f06ee1b
07:25 Baptiste Daroussin (bapt) search for other commits by this committer
Mk/Scripts: qa resolve LIB_DEPENDS using sonames

PR:	274012
Reported by:	yuri
commit hash: d5399185670435361c9d3f6217438704ed0aa878 commit hash: d5399185670435361c9d3f6217438704ed0aa878 commit hash: d5399185670435361c9d3f6217438704ed0aa878 commit hash: d5399185670435361c9d3f6217438704ed0aa878 d539918
07:25 Baptiste Daroussin (bapt) search for other commits by this committer
  • www/galene 1.2 The Galène videoconference server
www/galene: Update to 1.2
commit hash: e5bd12c1a4a667f934ee73938857ff823ddcd1db commit hash: e5bd12c1a4a667f934ee73938857ff823ddcd1db commit hash: e5bd12c1a4a667f934ee73938857ff823ddcd1db commit hash: e5bd12c1a4a667f934ee73938857ff823ddcd1db e5bd12c
07:25 Baptiste Daroussin (bapt) search for other commits by this committer
  • net/ovhcloud-cli 0.14.0 Command Line Interface to manage your OVHcloud services
net/ovhcloud-cli: Update to 0.14.0
commit hash: ec63400903b199ae30ad6bb5ee6e6238926c82eb commit hash: ec63400903b199ae30ad6bb5ee6e6238926c82eb commit hash: ec63400903b199ae30ad6bb5ee6e6238926c82eb commit hash: ec63400903b199ae30ad6bb5ee6e6238926c82eb ec63400
07:23 Nicola Vitale (nivit) search for other commits by this committer
  • net/rustconn 0.21.7 Modern connection manager with GTK4/Wayland-native interface
net/rustconn: Update to 0.21.7

ChangeLog:

1. https://github.com/totoshko88/RustConn/releases/tag/v0.21.7

Reported by:	"github-actions[bot]" <notifications@github.com>
commit hash: 531b92cb7105ad86e9042be022649e5f5e827997 commit hash: 531b92cb7105ad86e9042be022649e5f5e827997 commit hash: 531b92cb7105ad86e9042be022649e5f5e827997 commit hash: 531b92cb7105ad86e9042be022649e5f5e827997 531b92c
07:03 Jimmy Olgeni (olgeni) search for other commits by this committer
sysutils/fluent-bit: Restore libyaml dependency (unbreak)

The update to 5.1.2 replaced the libyaml LIB_DEPENDS entry with libzstd
instead of adding it. FLB_CONFIG_YAML is still enabled by default, so
the FLB_HAVE_LIBYAML configure test failed and the build stopped with
"YAML development dependencies required for YAML configuration format
handling".

Both libraries are needed: the resulting binary links against
libyaml-0.so.2 and libzstd.so.1.
commit hash: 9f0758550bcddfd76594946d78544a8ae0daeb71 commit hash: 9f0758550bcddfd76594946d78544a8ae0daeb71 commit hash: 9f0758550bcddfd76594946d78544a8ae0daeb71 commit hash: 9f0758550bcddfd76594946d78544a8ae0daeb71 9f07585
06:55 Colin Percival (cperciva) search for other commits by this committer
net/bsdec2-image-upload: Update to 1.4.13

This increases the ImportVolume part size in order to work around
issues in the ImportVolume service.

Sponsored by:	Amazon
commit hash: 3281a4b7b5c5f4122d8fd0dbc5084e7bb03fa8c0 commit hash: 3281a4b7b5c5f4122d8fd0dbc5084e7bb03fa8c0 commit hash: 3281a4b7b5c5f4122d8fd0dbc5084e7bb03fa8c0 commit hash: 3281a4b7b5c5f4122d8fd0dbc5084e7bb03fa8c0 3281a4b7
06:29 Don Lewis (truckman) search for other commits by this committer 2026Q3
  • net/nmsg 1.4.0 Network message encapsulation system
net/nmsg: Upgrade to version 1.4.0

nmsg (1.4.0):

  * Removed nmsgtool support for presentation inputs.

  * Properly handle fragmented containers in zmq/kafka inputs.

  * Support single nmsg payload kafka in/out sources.

  * Clean-up temp files after failed start using -w.

  * Improved warning for mismatched CRC.

  * Require json-c build dependency.

  * Fix various small memory leaks and mismanagement issues.

  * Fix strict aliasing violations.

  * Removal of various unused header files.

  * Various documentation fixes.

MFH:		2026Q3
Sponsored by:	DomainTools LLC

(cherry picked from commit 5e7bf40e64c4a67d87e7b77cee87ec0634ecb704)
commit hash: 287949d4a65b83182038063c7b4a081076cba196 commit hash: 287949d4a65b83182038063c7b4a081076cba196 commit hash: 287949d4a65b83182038063c7b4a081076cba196 commit hash: 287949d4a65b83182038063c7b4a081076cba196 287949d
06:17 Kirill Ponomarev (krion) search for other commits by this committer
  • lang/sbcl 2.6.8,1 Common Lisp development system derived from the CMU CL system
lang/sbcl: Fix plist with option SIMD

PR:		298258
Reported by:	agh@riseup.net
commit hash: 438fc712220645a1620b127bc8d2c58eb011dc8d commit hash: 438fc712220645a1620b127bc8d2c58eb011dc8d commit hash: 438fc712220645a1620b127bc8d2c58eb011dc8d commit hash: 438fc712220645a1620b127bc8d2c58eb011dc8d 438fc71
05:58 Hiroki Tagato (tagattie) search for other commits by this committer
net-im/teams: Update to 2.20.0

Changelog:
- https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.19.0
- https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.20.0

Reported by:	portscout
commit hash: 3ae52a12d808a798c14706679437c1b85ed8c94a commit hash: 3ae52a12d808a798c14706679437c1b85ed8c94a commit hash: 3ae52a12d808a798c14706679437c1b85ed8c94a commit hash: 3ae52a12d808a798c14706679437c1b85ed8c94a 3ae52a1
05:39 Dima Panov (fluffy) search for other commits by this committer
multimedia/mlt7[*]: update to 7.40.0, unbreak with FFmpeg9

PR:		297364
Release notes:	https://github.com/mltframework/mlt/releases/tag/v7.40.0
commit hash: 2cc7cf31f4a4c1703f896b656665e7188101b0bd commit hash: 2cc7cf31f4a4c1703f896b656665e7188101b0bd commit hash: 2cc7cf31f4a4c1703f896b656665e7188101b0bd commit hash: 2cc7cf31f4a4c1703f896b656665e7188101b0bd 2cc7cf3
04:34 Dmitry Sivachenko (demon) search for other commits by this committer
  • net/haproxy 3.4.4 Reliable, high performance TCP/HTTP load balancer
net/haproxy: update to version 3.4.4
commit hash: eac17e4fcecb9e76468258da5a8164e2c2d8fec6 commit hash: eac17e4fcecb9e76468258da5a8164e2c2d8fec6 commit hash: eac17e4fcecb9e76468258da5a8164e2c2d8fec6 commit hash: eac17e4fcecb9e76468258da5a8164e2c2d8fec6 eac17e4
04:25 Zsolt Udvari (uzsolt) search for other commits by this committer
devel/R-cran-styler: New port

Pretty-prints R code without changing the user's formatting intent.
commit hash: 33bc010d4315766fd72fda5a83ef7fb9d2adbe40 commit hash: 33bc010d4315766fd72fda5a83ef7fb9d2adbe40 commit hash: 33bc010d4315766fd72fda5a83ef7fb9d2adbe40 commit hash: 33bc010d4315766fd72fda5a83ef7fb9d2adbe40 33bc010
02:27 Hiroki Tagato (tagattie) search for other commits by this committer
editors/zed: Update to 1.18.1

Changelog:
- https://github.com/zed-industries/zed/releases/tag/v1.18.0
- https://github.com/zed-industries/zed/releases/tag/v1.18.1

Reported by:	GitHub (watch releases)
commit hash: 149d694bf9a74c3bab6508ddb54ee2a61ce9a546 commit hash: 149d694bf9a74c3bab6508ddb54ee2a61ce9a546 commit hash: 149d694bf9a74c3bab6508ddb54ee2a61ce9a546 commit hash: 149d694bf9a74c3bab6508ddb54ee2a61ce9a546 149d694
02:11 Kousuke Kannagi (mce) search for other commits by this committer
editors/qhexedit2: New port: Hex editor widget for Qt

PR:		298088
Approved by:	osa (mentor)
commit hash: 3f8703e68783f1bcae6daf8c579f2929cd1a2e53 commit hash: 3f8703e68783f1bcae6daf8c579f2929cd1a2e53 commit hash: 3f8703e68783f1bcae6daf8c579f2929cd1a2e53 commit hash: 3f8703e68783f1bcae6daf8c579f2929cd1a2e53 3f8703e
02:10 Kousuke Kannagi (mce) search for other commits by this committer
lang/cbmbasic: Update to 20260403

Take maintainership.
Add DOCS and EXAMPLES options.

Changelog: https://github.com/mist64/cbmbasic/compare/352a313...3b9e48d

PR:		297811
Approved by:	osa (mentor)
commit hash: 1ada9768658ad3c63a6c36163d96ae33d0c865b2 commit hash: 1ada9768658ad3c63a6c36163d96ae33d0c865b2 commit hash: 1ada9768658ad3c63a6c36163d96ae33d0c865b2 commit hash: 1ada9768658ad3c63a6c36163d96ae33d0c865b2 1ada976
01:58 Jimmy Olgeni (olgeni) search for other commits by this committer
  • sysutils/mult 0.3.1 Run a command multiple times and glance at the outputs
sysutils/mult: Update to 0.3.1

Upstream now requires Go 1.27, so pin USES=go:1.27,modules.
commit hash: 3c24969b2c5dc3a820193efa79c1dea658ab83ee commit hash: 3c24969b2c5dc3a820193efa79c1dea658ab83ee commit hash: 3c24969b2c5dc3a820193efa79c1dea658ab83ee commit hash: 3c24969b2c5dc3a820193efa79c1dea658ab83ee 3c24969
01:58 Jimmy Olgeni (olgeni) search for other commits by this committer
  • databases/pgbot 0.8.1 Read-only observability and health reports for PostgreSQLnew!
databases/pgbot: Update to 0.8.1

Upstream now requires Go 1.27, so pin USES=go:1.27,modules.
commit hash: e5ca6d763a7afc36499aa65b18b9ff74ee2d6223 commit hash: e5ca6d763a7afc36499aa65b18b9ff74ee2d6223 commit hash: e5ca6d763a7afc36499aa65b18b9ff74ee2d6223 commit hash: e5ca6d763a7afc36499aa65b18b9ff74ee2d6223 e5ca6d7
01:58 Jimmy Olgeni (olgeni) search for other commits by this committer
net/nats-tui: Update to 1.2.0
commit hash: 75693315a3925ebf02fff379d7abc04d4fa2d1b7 commit hash: 75693315a3925ebf02fff379d7abc04d4fa2d1b7 commit hash: 75693315a3925ebf02fff379d7abc04d4fa2d1b7 commit hash: 75693315a3925ebf02fff379d7abc04d4fa2d1b7 7569331
01:08 Dan Langille (dvl) search for other commits by this committer
sysutils/mkjail: Update to 0.2.3

Yes, getrelease() is still needed, now that create is pkgbase aware.
commit hash: 525b0527db1926c1a18747359a077e964118023d commit hash: 525b0527db1926c1a18747359a077e964118023d commit hash: 525b0527db1926c1a18747359a077e964118023d commit hash: 525b0527db1926c1a18747359a077e964118023d 525b052
00:59 Jochen Neumeister (joneum) search for other commits by this committer
  • www/code-server 4.135.0_1 Run VS Code on a remote server and access it through a browser
www/code-server: Fix extension installation

VS Code's platform detection does not know FreeBSD and falls back to
"Web", so the extension service rejected every non-web extension with
"not available in code-server for the Web platform". Treat FreeBSD as
Linux in platform.ts, the same way editors/vscode does, so extensions
can be installed.

Obtained from:	editors/vscode
Sponsored by:	Netzkommune GmbH
commit hash: 1ce6a8bf7e93e0a01f761401c1d84c8e30af87c8 commit hash: 1ce6a8bf7e93e0a01f761401c1d84c8e30af87c8 commit hash: 1ce6a8bf7e93e0a01f761401c1d84c8e30af87c8 commit hash: 1ce6a8bf7e93e0a01f761401c1d84c8e30af87c8 1ce6a8b
00:09 Hiroki Tagato (tagattie) search for other commits by this committer
  • devel/hyprutils 0.14.2 Hyprland utilities library used across the ecosystem
devel/hyprutils: Update to 0.14.2

Changelog: https://github.com/hyprwm/hyprutils/releases/tag/v0.14.2

Reported by:	GitHub (watch releases)
commit hash: 6d1e4e620f78a8ca86e20d928144842ce099ea7d commit hash: 6d1e4e620f78a8ca86e20d928144842ce099ea7d commit hash: 6d1e4e620f78a8ca86e20d928144842ce099ea7d commit hash: 6d1e4e620f78a8ca86e20d928144842ce099ea7d 6d1e4e6
Sunday, 6 Sep 2026
23:53 Hiroki Tagato (tagattie) search for other commits by this committer
misc/py-litellm-proxy-extras: Update to 0.4.94

Reported by:	portscout
commit hash: 6dc281570cad57cb37bd5548f6aa0de6d240a3a6 commit hash: 6dc281570cad57cb37bd5548f6aa0de6d240a3a6 commit hash: 6dc281570cad57cb37bd5548f6aa0de6d240a3a6 commit hash: 6dc281570cad57cb37bd5548f6aa0de6d240a3a6 6dc2815
23:53 Hiroki Tagato (tagattie) search for other commits by this committer
misc/py-litellm: Update to 1.100.0

Changelog:
- https://github.com/BerriAI/litellm/releases/tag/v1.99.1
- https://github.com/BerriAI/litellm/releases/tag/v1.100.0

Reported by:	portscout
commit hash: 19279a91daa6b088053f174e8397cc28208de2b2 commit hash: 19279a91daa6b088053f174e8397cc28208de2b2 commit hash: 19279a91daa6b088053f174e8397cc28208de2b2 commit hash: 19279a91daa6b088053f174e8397cc28208de2b2 19279a9
23:19 Vladimir Druzenko (vvd) search for other commits by this committer Author: Goran Mekić 2026Q3
sysutils/swtpm: Update 0.10.1 => 0.10.2

Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2

- Update maintainer's email.

PR:		298251
Security:	CVE-2026-75900
Sponsored by:	UNIS Labs
MFH:		2026Q3

(cherry picked from commit d369f423848506f7bff5d8b3cfe43f14886c965b)
commit hash: 327babe6239b2728f4e3c791c769c976459be132 commit hash: 327babe6239b2728f4e3c791c769c976459be132 commit hash: 327babe6239b2728f4e3c791c769c976459be132 commit hash: 327babe6239b2728f4e3c791c769c976459be132 327babe
23:17 Vladimir Druzenko (vvd) search for other commits by this committer Author: Goran Mekić
sysutils/swtpm: Update 0.10.1 => 0.10.2

Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2

- Update maintainer's email.

PR:		298251
Security:	CVE-2026-75900
Sponsored by:	UNIS Labs
MFH:		2026Q3
commit hash: d369f423848506f7bff5d8b3cfe43f14886c965b commit hash: d369f423848506f7bff5d8b3cfe43f14886c965b commit hash: d369f423848506f7bff5d8b3cfe43f14886c965b commit hash: d369f423848506f7bff5d8b3cfe43f14886c965b d369f42
23:04 Vladimir Druzenko (vvd) search for other commits by this committer Author: Rafe 2026Q3
  • news/nzbget 26.3 Binary newsreader supporting NZB files
news/nzbget: Update 26.2 => 26.3

Changelog:
https://github.com/nzbgetcom/nzbget/blob/v26.3/ChangeLog.md
https://github.com/nzbgetcom/nzbget/releases/tag/v26.3

- Fix rc script for run as a non-root user.
- Refresh patches.

PR:		298240
Approved by:	Alex Levy <a13xlevy@pm.me> (maintainer)
Sponsored by:	UNIS Labs
MFH:		2026Q3

(cherry picked from commit 5d90d870a04e738afc8546209fdd2217924dc885)
commit hash: f8826ff237470d9c6a93fee3d7d6d6d67bc17957 commit hash: f8826ff237470d9c6a93fee3d7d6d6d67bc17957 commit hash: f8826ff237470d9c6a93fee3d7d6d6d67bc17957 commit hash: f8826ff237470d9c6a93fee3d7d6d6d67bc17957 f8826ff
23:03 Vladimir Druzenko (vvd) search for other commits by this committer Author: Rafe
  • news/nzbget 26.3 Binary newsreader supporting NZB files
news/nzbget: Update 26.2 => 26.3

Changelog:
https://github.com/nzbgetcom/nzbget/blob/v26.3/ChangeLog.md
https://github.com/nzbgetcom/nzbget/releases/tag/v26.3

- Fix rc script for run as a non-root user.
- Refresh patches.

PR:		298240
Approved by:	Alex Levy <a13xlevy@pm.me> (maintainer)
Sponsored by:	UNIS Labs
MFH:		2026Q3
commit hash: 5d90d870a04e738afc8546209fdd2217924dc885 commit hash: 5d90d870a04e738afc8546209fdd2217924dc885 commit hash: 5d90d870a04e738afc8546209fdd2217924dc885 commit hash: 5d90d870a04e738afc8546209fdd2217924dc885 5d90d87
22:45 TAKATSU Tomonari (tota) search for other commits by this committer
devel/R-cran-bit64: Update to 4.8.6

Reported by:	portscout
commit hash: f2c2d2548dcb71ec724c85d4ac208eaac13057a0 commit hash: f2c2d2548dcb71ec724c85d4ac208eaac13057a0 commit hash: f2c2d2548dcb71ec724c85d4ac208eaac13057a0 commit hash: f2c2d2548dcb71ec724c85d4ac208eaac13057a0 f2c2d25
22:21 Vladimir Druzenko (vvd) search for other commits by this committer Author: Matthew D. Fuller 2026Q3
  • devel/brz 3.2.2_5 Distributed version control system based on bzr
devel/brz: Fix with cython 3, undeprecate

PR:		298249
Sponsored by:	UNIS Labs
MFH:		2026Q3

(cherry picked from commit 96719dff8ae4dd6126df245ba36804f2e739fc54)
commit hash: bc81f89a0dd50709887a1f6e19812ec9496936c7 commit hash: bc81f89a0dd50709887a1f6e19812ec9496936c7 commit hash: bc81f89a0dd50709887a1f6e19812ec9496936c7 commit hash: bc81f89a0dd50709887a1f6e19812ec9496936c7 bc81f89
22:19 Vladimir Druzenko (vvd) search for other commits by this committer Author: Matthew D. Fuller
  • devel/brz 3.2.2_5 Distributed version control system based on bzr
devel/brz: Fix with cython 3, undeprecate

PR:		298249
Sponsored by:	UNIS Labs
MFH:		2026Q3
commit hash: 96719dff8ae4dd6126df245ba36804f2e739fc54 commit hash: 96719dff8ae4dd6126df245ba36804f2e739fc54 commit hash: 96719dff8ae4dd6126df245ba36804f2e739fc54 commit hash: 96719dff8ae4dd6126df245ba36804f2e739fc54 96719df
21:14 Yusuf Yaman (nxjoseph) search for other commits by this committer Author: Jordan Ostreff
  • mail/dovecot24 2.4.5_1 Secure, fast and powerful IMAP and POP3 server
mail/dovecot24: Install imap-hibernate unconditionally

In Dovecot 2.4.5, upstream updated configure to build imap-hibernate
when kqueue notify is available (commit 6859a3aaf0e1). Since kqueue is
natively supported on all FreeBSD releases, imap-hibernate now builds
unconditionally across all versions.

Remove the obsolete OSVERSION < 1500000 check from the Makefile and
uncomment the imap-hibernate binary in pkg-plist so it gets properly
packaged on FreeBSD 14.

PR:		298059
Approved by:	osa, vvd (Mentors, implicit)
commit hash: 0d98e8eb330e1b1f0a5be4a5e6201bce0e408781 commit hash: 0d98e8eb330e1b1f0a5be4a5e6201bce0e408781 commit hash: 0d98e8eb330e1b1f0a5be4a5e6201bce0e408781 commit hash: 0d98e8eb330e1b1f0a5be4a5e6201bce0e408781 0d98e8e
21:13 Jochen Neumeister (joneum) search for other commits by this committer
  • www/bunkerweb 1.6.14_1 Self-hosted web application firewall and security platform
www/bunkerweb: Fix antibot plugin and improve pkg-message

The antibot core plugin does require("base64"), but lbase64 is not in
the lua_package_path, so the module cannot be resolved. Add it.

The nginx configuration is generated by the scheduler at runtime, the
port does not install it. Describe that in the message, along with the
directory for own directives, and let the rc script bail out with a
clear message as long as the configuration has not been generated.

Reported by:	netchild via private email
Sponsored by:	Netzkommune GmbH
commit hash: c10e6bae89c263592bf2f63be0ec4bce88db0da1 commit hash: c10e6bae89c263592bf2f63be0ec4bce88db0da1 commit hash: c10e6bae89c263592bf2f63be0ec4bce88db0da1 commit hash: c10e6bae89c263592bf2f63be0ec4bce88db0da1 c10e6ba
21:01 Michael Osipov (michaelo) search for other commits by this committer 2026Q3
devel/nexus2-oss: Update to 2.15.2-03

MFH:		2026Q3
(cherry picked from commit 52a9f7c5f1d6b358420deb1efff781a706f6b5aa)
commit hash: 40bfdc589d4138aa5ea00665052c96aabb8f2d34 commit hash: 40bfdc589d4138aa5ea00665052c96aabb8f2d34 commit hash: 40bfdc589d4138aa5ea00665052c96aabb8f2d34 commit hash: 40bfdc589d4138aa5ea00665052c96aabb8f2d34 40bfdc5
21:00 Michael Osipov (michaelo) search for other commits by this committer
devel/nexus2-oss: Update to 2.15.2-03

MFH:		2026Q3
commit hash: 52a9f7c5f1d6b358420deb1efff781a706f6b5aa commit hash: 52a9f7c5f1d6b358420deb1efff781a706f6b5aa commit hash: 52a9f7c5f1d6b358420deb1efff781a706f6b5aa commit hash: 52a9f7c5f1d6b358420deb1efff781a706f6b5aa 52a9f7c
20:42 Michael Osipov (michaelo) search for other commits by this committer
devel/nexus2-oss: Limit portscout to version 2.x
commit hash: eb8cf37dea35205a619fa7c2e647d838b81d5081 commit hash: eb8cf37dea35205a619fa7c2e647d838b81d5081 commit hash: eb8cf37dea35205a619fa7c2e647d838b81d5081 commit hash: eb8cf37dea35205a619fa7c2e647d838b81d5081 eb8cf37
20:42 Michael Osipov (michaelo) search for other commits by this committer
www/tomcat-native: Limit portscout to version 1.x
commit hash: 08d4c06a009ac03b6b9f04ac7cb2be657886f43a commit hash: 08d4c06a009ac03b6b9f04ac7cb2be657886f43a commit hash: 08d4c06a009ac03b6b9f04ac7cb2be657886f43a commit hash: 08d4c06a009ac03b6b9f04ac7cb2be657886f43a 08d4c06
20:33 Palle Girgensohn (girgen) search for other commits by this committer
sysutils/fluent-bit: Update to 5.1.2

Release notes:	https://github.com/fluent/fluent-bit/releases/tag/v5.1.2
commit hash: 2e617c06f55001ab510bf34f84210f6bea4b2d4b commit hash: 2e617c06f55001ab510bf34f84210f6bea4b2d4b commit hash: 2e617c06f55001ab510bf34f84210f6bea4b2d4b commit hash: 2e617c06f55001ab510bf34f84210f6bea4b2d4b 2e617c0
20:33 Palle Girgensohn (girgen) search for other commits by this committer
databases/pgmetrics: Update to 1.19.1

Release notes:	https://github.com/rapidloop/pgmetrics/releases/tag/v1.19.1
commit hash: 53892558415691a9ab21a019f25aeed1a50c7a85 commit hash: 53892558415691a9ab21a019f25aeed1a50c7a85 commit hash: 53892558415691a9ab21a019f25aeed1a50c7a85 commit hash: 53892558415691a9ab21a019f25aeed1a50c7a85 5389255
20:32 Palle Girgensohn (girgen) search for other commits by this committer
www/sqlpage: Update to 0.46.1

Release notes:	https://github.com/sqlpage/SQLPage/releases/tag/v0.46.1
commit hash: 7efe1a832afad45812c99a78d1a4e60b780e2c3a commit hash: 7efe1a832afad45812c99a78d1a4e60b780e2c3a commit hash: 7efe1a832afad45812c99a78d1a4e60b780e2c3a commit hash: 7efe1a832afad45812c99a78d1a4e60b780e2c3a 7efe1a8
20:30 Hiroki Tagato (tagattie) search for other commits by this committer
  • editors/vscode 1.136.1 Visual Studio Code - Open Source ("Code - OSS")
editors/vscode: Update to 1.136.1

Changelog: https://code.visualstudio.com/updates/v1_136

Reported by:	GitHub (watch releases)
commit hash: 91e130f783ea61b481fc1e65dd7b6968171f20f8 commit hash: 91e130f783ea61b481fc1e65dd7b6968171f20f8 commit hash: 91e130f783ea61b481fc1e65dd7b6968171f20f8 commit hash: 91e130f783ea61b481fc1e65dd7b6968171f20f8 91e130f
20:28 Yusuf Yaman (nxjoseph) search for other commits by this committer
dns/knot-resolver6: Update 6.1.0 => 6.4.2

While here:
- Add linked libraries as dependencies
  reported by stage-qa: net/libngtcp2{,-gnutls}.
- Add patch regarding missing ENODATA on FreeBSD.

Changes:
- DNS-over-QUIC (DoQ) support and bugfixes.
https://www.knot-resolver.cz/documentation/v6.4.1/NEWS.html

PR:		297189
Approved by:	freebsd@dns.company (maintainer timeout, 1+ month)
Approved by:	osa, vvd (Mentors, implicit)
commit hash: 3e421e0f4dcb22cad789d166a0eea459ab475347 commit hash: 3e421e0f4dcb22cad789d166a0eea459ab475347 commit hash: 3e421e0f4dcb22cad789d166a0eea459ab475347 commit hash: 3e421e0f4dcb22cad789d166a0eea459ab475347 3e421e0
20:21 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/lua-resty-openssl: Adopt port
commit hash: 8f10f2c910d5e423c1785fde4ce4ef1908ce0d1b commit hash: 8f10f2c910d5e423c1785fde4ce4ef1908ce0d1b commit hash: 8f10f2c910d5e423c1785fde4ce4ef1908ce0d1b commit hash: 8f10f2c910d5e423c1785fde4ce4ef1908ce0d1b 8f10f2c
19:59 Christian Weisgerber (naddy) search for other commits by this committer
  • devel/got 0.128 Game of Trees version control system
devel/got: update to 0.128

User-visible changes:
- fix ignore pattern matching when a file path is given to 'got status'
- fix bogus "bad object" errors from 'got merge -a' when merging a tag
- fix bogus "no such file or directory" errors seen during histedit
commit hash: eefc11388339db86d471d3256b5183c30b9c56b8 commit hash: eefc11388339db86d471d3256b5183c30b9c56b8 commit hash: eefc11388339db86d471d3256b5183c30b9c56b8 commit hash: eefc11388339db86d471d3256b5183c30b9c56b8 eefc113
19:57 Yusuf Yaman (nxjoseph) search for other commits by this committer
x11-wm/jwm: Enable SVG option by default

Enable SVG vector image format support for better compatibility
with icon themes.

PR:		292317
Approved by:	john.grafton@gmail.com (maintainer timeout, 7+ months)
Approved by:	osa, vvd (Mentors, implicit)
commit hash: 4e3c1e294511f3667edc630562b882cb8d1476f1 commit hash: 4e3c1e294511f3667edc630562b882cb8d1476f1 commit hash: 4e3c1e294511f3667edc630562b882cb8d1476f1 commit hash: 4e3c1e294511f3667edc630562b882cb8d1476f1 4e3c1e2
19:39 Dan Langille (dvl) search for other commits by this committer
sysutils/mkjail: Update to 0.2.2

`mkjail create` is now pkgbase aware.
commit hash: 19c9d4b11d7143b9e014615e6f2a7943f16c093a commit hash: 19c9d4b11d7143b9e014615e6f2a7943f16c093a commit hash: 19c9d4b11d7143b9e014615e6f2a7943f16c093a commit hash: 19c9d4b11d7143b9e014615e6f2a7943f16c093a 19c9d4b
19:37 Yusuf Yaman (nxjoseph) search for other commits by this committer Author: Goran Mekić 2026Q3
audio/drumgizmo: Disable ARM build, update maintainer address

While here, pet portfmt.

PR:		297353
Reported by:	https://portsfallout.com/fallout?port=audio%2Fdrumgizmo%24
Approved by:	osa, vvd (Mentors, implicit)
MFH:		2026Q3

(cherry picked from commit 0d645caea55b76c9ddf1aa574ce96dd562ba0cb4)
commit hash: c0b4e868758ffa4f6ae773c73b3e172611635981 commit hash: c0b4e868758ffa4f6ae773c73b3e172611635981 commit hash: c0b4e868758ffa4f6ae773c73b3e172611635981 commit hash: c0b4e868758ffa4f6ae773c73b3e172611635981 c0b4e86
19:36 Yusuf Yaman (nxjoseph) search for other commits by this committer Author: Goran Mekić
audio/drumgizmo: Disable ARM build, update maintainer address

While here, pet portfmt.

PR:		297353
Reported by:	https://portsfallout.com/fallout?port=audio%2Fdrumgizmo%24
Approved by:	osa, vvd (Mentors, implicit)
MFH:		2026Q3
commit hash: 0d645caea55b76c9ddf1aa574ce96dd562ba0cb4 commit hash: 0d645caea55b76c9ddf1aa574ce96dd562ba0cb4 commit hash: 0d645caea55b76c9ddf1aa574ce96dd562ba0cb4 commit hash: 0d645caea55b76c9ddf1aa574ce96dd562ba0cb4 0d645ca
19:35 Jason W. Bacon (jwb) search for other commits by this committer
biology/pear-merger: Release to ports@

Note to anyone interested in maintaining this port:

Newer versions are available, but cannot be downloaded
from official sources without completing an interactive form.
A license is required, with different terms for commercial and
academic use.

See https://www.h-its.org/software/pear-paired-end-read-merger/
commit hash: 0feb3f7753c7192db88c489d355113f5f6eb8348 commit hash: 0feb3f7753c7192db88c489d355113f5f6eb8348 commit hash: 0feb3f7753c7192db88c489d355113f5f6eb8348 commit hash: 0feb3f7753c7192db88c489d355113f5f6eb8348 0feb3f7
19:22 Pietro Cerutti (gahr) search for other commits by this committer
x11-toolkits/tkdnd: add LICENSE

PR:		279100
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
Patch by:	Kushagra Chauhan <zenzesama@gmail.com>
commit hash: 2aa7255b6bb96fb286c4ced612d6c80dfc37c0b1 commit hash: 2aa7255b6bb96fb286c4ced612d6c80dfc37c0b1 commit hash: 2aa7255b6bb96fb286c4ced612d6c80dfc37c0b1 commit hash: 2aa7255b6bb96fb286c4ced612d6c80dfc37c0b1 2aa7255
19:16 Kousuke Kannagi (mce) search for other commits by this committer
japanese/mecab-ipadic: Fix CONFLICTS_INSTALL

Switch from OPTIONS_RADIO to OPTIONS_SINGLE.
Update pkg-descr.

PR:		298135
Approved by:	osa (mentor)
commit hash: 476fe00d9054ebb53d094922637a64c9ce91452c commit hash: 476fe00d9054ebb53d094922637a64c9ce91452c commit hash: 476fe00d9054ebb53d094922637a64c9ce91452c commit hash: 476fe00d9054ebb53d094922637a64c9ce91452c 476fe00
19:13 Yusuf Yaman (nxjoseph) search for other commits by this committer Author: FiLiS
security/headscale: Update 0.27.1 => 0.29.3

While here:
- Remove the space between BROKEN_* and NOT_FOR_ARCHS*
  to clear a few of portlint warnings.
- Add updating notes to pkg-message for breaking changes.

Changelog:
https://github.com/juanfont/headscale/blob/v0.29.3/CHANGELOG.md

PR:		297493
Approved by:	Michael Muenz <m.muenz@gmail.com> (maintainer timeout, 3+ weeks)
Approved by:	osa, vvd (Mentors, implicit)
commit hash: d7093a97765ffac45ab1ed8a216b575cd27cb6bd commit hash: d7093a97765ffac45ab1ed8a216b575cd27cb6bd commit hash: d7093a97765ffac45ab1ed8a216b575cd27cb6bd commit hash: d7093a97765ffac45ab1ed8a216b575cd27cb6bd d7093a9
19:10 Kousuke Kannagi (mce) search for other commits by this committer 2026Q3
japanese/mecab-ipadic: Update MASTER_SITES

Take maintainership.

PR:		298135
Reported by:	pkg-fallout
Approved by:	osa (mentor)
MFH:		2026Q3

(cherry picked from commit 638d0b359a44ff6e41a16b72e1c30cb7582c1c9e)
commit hash: 7f873727f97fc61cbe2704e70d4a4dd5faef894e commit hash: 7f873727f97fc61cbe2704e70d4a4dd5faef894e commit hash: 7f873727f97fc61cbe2704e70d4a4dd5faef894e commit hash: 7f873727f97fc61cbe2704e70d4a4dd5faef894e 7f87372
19:08 Kousuke Kannagi (mce) search for other commits by this committer 2026Q3
japanese/skkinput3: Mark DEPRECATED

Abandoned, cannot be executed on amd64 due to an error.

$ skkinput3
X Error of failed request:  BadValue (integer parameter out of range for
operation)
  Major opcode of failed request:  18 (X_ChangeProperty)
  Value in failed request:  0x40
  Serial number of failed request:  39
  Current serial number in output stream:  40

PR:		297763
Approved by:	koma2@lovepeers.org (maintainer timeout, 2 weeks)
Approved by:	osa (mentor)
MFH:		2026Q3

(cherry picked from commit bff649cccba209035ad4d37dc12b29e368c7a284)
commit hash: 0ad5f2b9c8a81d32d8113aad2ba4200f0fe3c4bc commit hash: 0ad5f2b9c8a81d32d8113aad2ba4200f0fe3c4bc commit hash: 0ad5f2b9c8a81d32d8113aad2ba4200f0fe3c4bc commit hash: 0ad5f2b9c8a81d32d8113aad2ba4200f0fe3c4bc 0ad5f2b
19:05 Kousuke Kannagi (mce) search for other commits by this committer
japanese/skkinput3: Mark DEPRECATED

Abandoned, cannot be executed on amd64 due to an error.

$ skkinput3
X Error of failed request:  BadValue (integer parameter out of range for
operation)
  Major opcode of failed request:  18 (X_ChangeProperty)
  Value in failed request:  0x40
  Serial number of failed request:  39
  Current serial number in output stream:  40

PR:		297763
Approved by:	koma2@lovepeers.org (maintainer timeout, 2 weeks)
Approved by:	osa (mentor)
MFH:		2026Q3
commit hash: bff649cccba209035ad4d37dc12b29e368c7a284 commit hash: bff649cccba209035ad4d37dc12b29e368c7a284 commit hash: bff649cccba209035ad4d37dc12b29e368c7a284 commit hash: bff649cccba209035ad4d37dc12b29e368c7a284 bff649c
18:08 Jochen Neumeister (joneum) search for other commits by this committer
net/freeipa-server: fix documentation

Rework the installed README.

Sponsored by:	Netzkommune GmbH
commit hash: 210df49f64c63aa547a738c678897a423cfa4b2b commit hash: 210df49f64c63aa547a738c678897a423cfa4b2b commit hash: 210df49f64c63aa547a738c678897a423cfa4b2b commit hash: 210df49f64c63aa547a738c678897a423cfa4b2b 210df49
18:01 Alexander Leidinger (netchild) search for other commits by this committer Author: Christos Longros
security/lua-resty-openssl: Update to 1.9.0

- update [1]
- release to ports@

PR:	297769 [1]
commit hash: 34c3b48f8644b06b2b55baac8e0899732dccbf60 commit hash: 34c3b48f8644b06b2b55baac8e0899732dccbf60 commit hash: 34c3b48f8644b06b2b55baac8e0899732dccbf60 commit hash: 34c3b48f8644b06b2b55baac8e0899732dccbf60 34c3b48
17:50 Yuri Victorovich (yuri) search for other commits by this committer
audio/qtractor: update 1.6.2 → 1.6.4
commit hash: c6041c0a0db76392dba9a55912a34f8a1a6a030a commit hash: c6041c0a0db76392dba9a55912a34f8a1a6a030a commit hash: c6041c0a0db76392dba9a55912a34f8a1a6a030a commit hash: c6041c0a0db76392dba9a55912a34f8a1a6a030a c6041c0
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • misc/py-wandb 0.29.0 CLI and library for interacting with the Weights and Biases API
misc/py-wandb: update 0.28.1 → 0.29.0
commit hash: f44968447bfd9d533dfb3cc04a0b416cb0ef8f86 commit hash: f44968447bfd9d533dfb3cc04a0b416cb0ef8f86 commit hash: f44968447bfd9d533dfb3cc04a0b416cb0ef8f86 commit hash: f44968447bfd9d533dfb3cc04a0b416cb0ef8f86 f4496844
17:50 Yuri Victorovich (yuri) search for other commits by this committer
net/sing-box: update 1.13.15 → 1.14.0
commit hash: 0e28b3bcb19bb14791513ab6c98e9d5539f5ede5 commit hash: 0e28b3bcb19bb14791513ab6c98e9d5539f5ede5 commit hash: 0e28b3bcb19bb14791513ab6c98e9d5539f5ede5 commit hash: 0e28b3bcb19bb14791513ab6c98e9d5539f5ede5 0e28b3b
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • sysutils/opa 1.20.2 Open Policy Agent for policy enforcement across the entire stack
sysutils/opa: update 1.19.0 → 1.20.2
commit hash: e4cc94b17a909b535c68ee4befd642052cf8a1db commit hash: e4cc94b17a909b535c68ee4befd642052cf8a1db commit hash: e4cc94b17a909b535c68ee4befd642052cf8a1db commit hash: e4cc94b17a909b535c68ee4befd642052cf8a1db e4cc94b
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • science/qbox 1.79.0 First-principles molecular dynamics code
science/qbox: update 1_78_6 → 1.79.0
commit hash: 60df4485ed2f3df73eab8b9971d51d489ab621c1 commit hash: 60df4485ed2f3df73eab8b9971d51d489ab621c1 commit hash: 60df4485ed2f3df73eab8b9971d51d489ab621c1 commit hash: 60df4485ed2f3df73eab8b9971d51d489ab621c1 60df448
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • science/yoda 2.1.3 Particle physics package with classes for data analysis, histogramming
science/yoda: update 2.0.2 → 2.1.3
commit hash: 5711167a1f1b9fddeaec9e9297a79beb83dee01a commit hash: 5711167a1f1b9fddeaec9e9297a79beb83dee01a commit hash: 5711167a1f1b9fddeaec9e9297a79beb83dee01a commit hash: 5711167a1f1b9fddeaec9e9297a79beb83dee01a 5711167
17:50 Yuri Victorovich (yuri) search for other commits by this committer
security/gosec: update 2.28.0 → 2.29.0
commit hash: 1314b39a9e503b225bcbcc0ce37636d57cb4c494 commit hash: 1314b39a9e503b225bcbcc0ce37636d57cb4c494 commit hash: 1314b39a9e503b225bcbcc0ce37636d57cb4c494 commit hash: 1314b39a9e503b225bcbcc0ce37636d57cb4c494 1314b39
17:50 Yuri Victorovich (yuri) search for other commits by this committer
sysutils/conan: update 2.31.1 → 2.32.0
commit hash: dc980b5179c0f22c0b64b4f713235e8bf28a7521 commit hash: dc980b5179c0f22c0b64b4f713235e8bf28a7521 commit hash: dc980b5179c0f22c0b64b4f713235e8bf28a7521 commit hash: dc980b5179c0f22c0b64b4f713235e8bf28a7521 dc980b5
17:50 Yuri Victorovich (yuri) search for other commits by this committer
textproc/ibus-table: update 1.17.19 → 1.18.0
commit hash: b6e2ec09ba63d36decb0ff1ce60231e1413e8b2f commit hash: b6e2ec09ba63d36decb0ff1ce60231e1413e8b2f commit hash: b6e2ec09ba63d36decb0ff1ce60231e1413e8b2f commit hash: b6e2ec09ba63d36decb0ff1ce60231e1413e8b2f b6e2ec0
17:50 Yuri Victorovich (yuri) search for other commits by this committer
textproc/py-pylatexenc: update 2.10 → 2.11
commit hash: f883206ffb3eb3584858d077cc2416b540aaa360 commit hash: f883206ffb3eb3584858d077cc2416b540aaa360 commit hash: f883206ffb3eb3584858d077cc2416b540aaa360 commit hash: f883206ffb3eb3584858d077cc2416b540aaa360 f883206
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • textproc/ucto 0.37 Advanced rule-based (regular-expression) and unicode-aware tokenizer
textproc/ucto: update 0.36 → 0.37
commit hash: 27db5d1e1f32fb3f1a0eb8403ed76b3db99fb49c commit hash: 27db5d1e1f32fb3f1a0eb8403ed76b3db99fb49c commit hash: 27db5d1e1f32fb3f1a0eb8403ed76b3db99fb49c commit hash: 27db5d1e1f32fb3f1a0eb8403ed76b3db99fb49c 27db5d1
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • www/davix 0.9.0 Make the task of managing files over HTTP-based protocols simple
www/davix: update 0_8_10 → 0.9.0
commit hash: d980a58be860457aba8e4f86aeee395c13af7d57 commit hash: d980a58be860457aba8e4f86aeee395c13af7d57 commit hash: d980a58be860457aba8e4f86aeee395c13af7d57 commit hash: d980a58be860457aba8e4f86aeee395c13af7d57 d980a58
17:50 Yuri Victorovich (yuri) search for other commits by this committer
www/py-google-cloud-container: update 2.65.0 → 2.66.0
commit hash: 948f0ca0f651cec091e9a506be359e43df22a4e0 commit hash: 948f0ca0f651cec091e9a506be359e43df22a4e0 commit hash: 948f0ca0f651cec091e9a506be359e43df22a4e0 commit hash: 948f0ca0f651cec091e9a506be359e43df22a4e0 948f0ca
17:50 Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: update 5.10.1 → 5.11.1
commit hash: 4410968bb36efb197cb192e22749f3642c6c8ba4 commit hash: 4410968bb36efb197cb192e22749f3642c6c8ba4 commit hash: 4410968bb36efb197cb192e22749f3642c6c8ba4 commit hash: 4410968bb36efb197cb192e22749f3642c6c8ba4 4410968
17:50 Yuri Victorovich (yuri) search for other commits by this committer
www/py-scalar-fastapi: update 1.8.2 → 1.9.0
commit hash: 03aaa5c088f3414c78165f4ba088cb44fb3bf7c3 commit hash: 03aaa5c088f3414c78165f4ba088cb44fb3bf7c3 commit hash: 03aaa5c088f3414c78165f4ba088cb44fb3bf7c3 commit hash: 03aaa5c088f3414c78165f4ba088cb44fb3bf7c3 03aaa5c
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • www/uwebsockets 20.80.0 C++ Web I/O library for the most demanding of applications
www/uwebsockets: update 20.79.0 → 20.80.0
commit hash: c4c212743105603b129a5dbcd20e990361391f48 commit hash: c4c212743105603b129a5dbcd20e990361391f48 commit hash: c4c212743105603b129a5dbcd20e990361391f48 commit hash: c4c212743105603b129a5dbcd20e990361391f48 c4c2127
17:50 Yuri Victorovich (yuri) search for other commits by this committer
textproc/py-sacremoses: update 0.1.1 → 0.2.0
commit hash: 969aad0ae3a2ccb25aa92b3e4e22885fb99e751a commit hash: 969aad0ae3a2ccb25aa92b3e4e22885fb99e751a commit hash: 969aad0ae3a2ccb25aa92b3e4e22885fb99e751a commit hash: 969aad0ae3a2ccb25aa92b3e4e22885fb99e751a 969aad0
17:50 Yuri Victorovich (yuri) search for other commits by this committer
textproc/py-pyphen: update 0.17.2 → 0.18.1
commit hash: da9f1a6c10842f1a7455f76f229537df25dc54e1 commit hash: da9f1a6c10842f1a7455f76f229537df25dc54e1 commit hash: da9f1a6c10842f1a7455f76f229537df25dc54e1 commit hash: da9f1a6c10842f1a7455f76f229537df25dc54e1 da9f1a6
17:50 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/vvenc: update 1.13.1 → 1.14.0
commit hash: ca6fc7ce7a2ebfe09bb57517134255df18799c2c commit hash: ca6fc7ce7a2ebfe09bb57517134255df18799c2c commit hash: ca6fc7ce7a2ebfe09bb57517134255df18799c2c commit hash: ca6fc7ce7a2ebfe09bb57517134255df18799c2c ca6fc7c
17:50 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/vvdec: update 3.1.0 → 3.2.0
commit hash: 2a1c0b9bd9ef5bdf63ed107408ad8ebbad51d920 commit hash: 2a1c0b9bd9ef5bdf63ed107408ad8ebbad51d920 commit hash: 2a1c0b9bd9ef5bdf63ed107408ad8ebbad51d920 commit hash: 2a1c0b9bd9ef5bdf63ed107408ad8ebbad51d920 2a1c0b9
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • net/frp 0.71.0 Reverse proxy to expose local server behind NAT/firewall to Internet
net/frp: update 0.70.1 → 0.71.0; add test target
commit hash: 8c3f7d9f3045bc0ed0fcfd6ddb198c93d5cf0461 commit hash: 8c3f7d9f3045bc0ed0fcfd6ddb198c93d5cf0461 commit hash: 8c3f7d9f3045bc0ed0fcfd6ddb198c93d5cf0461 commit hash: 8c3f7d9f3045bc0ed0fcfd6ddb198c93d5cf0461 8c3f7d9
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • multimedia/lms 3.80.0 Lightweight Music Server to access music using a web interface
multimedia/lms: update 3.79.0 → 3.80.0
commit hash: 15bac3297ec2fe80e508152ff8f6d93ca826caea commit hash: 15bac3297ec2fe80e508152ff8f6d93ca826caea commit hash: 15bac3297ec2fe80e508152ff8f6d93ca826caea commit hash: 15bac3297ec2fe80e508152ff8f6d93ca826caea 15bac32
17:50 Yuri Victorovich (yuri) search for other commits by this committer
multimedia/obs-waveform: update 1.8.1 → 1.9.1
commit hash: a3c0f7ff791ce52f82b19250aa0a4a77bee53ceb commit hash: a3c0f7ff791ce52f82b19250aa0a4a77bee53ceb commit hash: a3c0f7ff791ce52f82b19250aa0a4a77bee53ceb commit hash: a3c0f7ff791ce52f82b19250aa0a4a77bee53ceb a3c0f7f
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • science/agrum 3.1.1_1 Graphical modeler for Bayesian networks, influence diagrams, etc
science/agrum: Remove several stale elements

- GL_TAGNAME
- USES=llvm
- -DPython_EXECUTABLE=${PYTHON_CMD}
- LLD_UNSAFE

Reported by:	Daniel Engberg <diizzy@FreeBSD.org>
commit hash: 13f910715def9213c6c90d8b6ae2981cb77695f7 commit hash: 13f910715def9213c6c90d8b6ae2981cb77695f7 commit hash: 13f910715def9213c6c90d8b6ae2981cb77695f7 commit hash: 13f910715def9213c6c90d8b6ae2981cb77695f7 13f9107
17:50 Yuri Victorovich (yuri) search for other commits by this committer
databases/letos: update 4.0.1 → 4.0.3
commit hash: 6c99a935a020e35013c892e4cb1ea344eb18b634 commit hash: 6c99a935a020e35013c892e4cb1ea344eb18b634 commit hash: 6c99a935a020e35013c892e4cb1ea344eb18b634 commit hash: 6c99a935a020e35013c892e4cb1ea344eb18b634 6c99a93
17:50 Yuri Victorovich (yuri) search for other commits by this committer
graphics/resvg: update 0.47.0 → 0.48.1
commit hash: 0d46e676367f990753c94d476372a6191c4764d2 commit hash: 0d46e676367f990753c94d476372a6191c4764d2 commit hash: 0d46e676367f990753c94d476372a6191c4764d2 commit hash: 0d46e676367f990753c94d476372a6191c4764d2 0d46e67
17:50 Yuri Victorovich (yuri) search for other commits by this committer
  • math/py-spot 2.16 Python binding for 'Spot', the library for omega automata manipulation
  • math/spot 2.16 Library for omega automata manipulation and model checking
math/{,py-}spot: update 2.15.1 → 2.16
commit hash: 6464c4ca2659cbf3e1275397033c8dc3df1ec680 commit hash: 6464c4ca2659cbf3e1275397033c8dc3df1ec680 commit hash: 6464c4ca2659cbf3e1275397033c8dc3df1ec680 commit hash: 6464c4ca2659cbf3e1275397033c8dc3df1ec680 6464c4c
17:47 Vladimir Druzenko (vvd) search for other commits by this committer 2026Q3
  • net/freerdp3 3.31.1 Free implementation of Remote Desktop Protocol
net/freerdp3: Update 3.31.0 => 3.31.1

Changelog:
https://github.com/FreeRDP/FreeRDP/releases/tag/3.31.1

Sponsored by:	UNIS Labs
MFH:		2026Q3

(cherry picked from commit 12007fbb4c48122c6c306e7b2b863f9b6aef7a06)
commit hash: be94cf5e3390c0b7d342a63e8aa3984ee8ed29ad commit hash: be94cf5e3390c0b7d342a63e8aa3984ee8ed29ad commit hash: be94cf5e3390c0b7d342a63e8aa3984ee8ed29ad commit hash: be94cf5e3390c0b7d342a63e8aa3984ee8ed29ad be94cf5
17:46 Vladimir Druzenko (vvd) search for other commits by this committer
  • net/freerdp3 3.31.1 Free implementation of Remote Desktop Protocol
net/freerdp3: Update 3.31.0 => 3.31.1

Changelog:
https://github.com/FreeRDP/FreeRDP/releases/tag/3.31.1

Sponsored by:	UNIS Labs
MFH:		2026Q3
commit hash: 12007fbb4c48122c6c306e7b2b863f9b6aef7a06 commit hash: 12007fbb4c48122c6c306e7b2b863f9b6aef7a06 commit hash: 12007fbb4c48122c6c306e7b2b863f9b6aef7a06 commit hash: 12007fbb4c48122c6c306e7b2b863f9b6aef7a06 12007fb
17:33 Jimmy Olgeni (olgeni) search for other commits by this committer
net/nats-streaming-server: Deprecate, expires on 2026-12-31

Upstream has deprecated the NATS Streaming Server in favor of
JetStream, available in net/nats-server.
commit hash: efc15f8c258f42b2f68dba4078cf7b91642a9c17 commit hash: efc15f8c258f42b2f68dba4078cf7b91642a9c17 commit hash: efc15f8c258f42b2f68dba4078cf7b91642a9c17 commit hash: efc15f8c258f42b2f68dba4078cf7b91642a9c17 efc15f8
17:26 Vladimir Druzenko (vvd) search for other commits by this committer 2026Q3
sysutils/graylog: Update 7.1.8 => 7.1.9

Changelog:
https://go2docs.graylog.org/current/changelogs/changelog.html#Graylog719

Sponsored by:	UNIS Labs
MFH:		2026Q3

(cherry picked from commit 0e6d41809a4eeb459fbc635a32db1a2bed1d6e05)
commit hash: 01e5b3ebe4743c777b22b37a0aaf65652ecaa883 commit hash: 01e5b3ebe4743c777b22b37a0aaf65652ecaa883 commit hash: 01e5b3ebe4743c777b22b37a0aaf65652ecaa883 commit hash: 01e5b3ebe4743c777b22b37a0aaf65652ecaa883 01e5b3e
17:24 Vladimir Druzenko (vvd) search for other commits by this committer
sysutils/graylog: Update 7.1.8 => 7.1.9

Changelog:
https://go2docs.graylog.org/current/changelogs/changelog.html#Graylog719

Sponsored by:	UNIS Labs
MFH:		2026Q3
commit hash: 0e6d41809a4eeb459fbc635a32db1a2bed1d6e05 commit hash: 0e6d41809a4eeb459fbc635a32db1a2bed1d6e05 commit hash: 0e6d41809a4eeb459fbc635a32db1a2bed1d6e05 commit hash: 0e6d41809a4eeb459fbc635a32db1a2bed1d6e05 0e6d418
17:05 Gleb Popov (arrowd) search for other commits by this committer Author: Alex S
audio/pipewire-spa-oss: Update to 20260807

Pull Request:	https://github.com/freebsd/freebsd-ports/pull/613
commit hash: 2c275854b4228276c6f536e2742a2782e783d407 commit hash: 2c275854b4228276c6f536e2742a2782e783d407 commit hash: 2c275854b4228276c6f536e2742a2782e783d407 commit hash: 2c275854b4228276c6f536e2742a2782e783d407 2c27585
17:05 Yusuf Yaman (nxjoseph) search for other commits by this committer
games/scid: Update 4.7.0 => 5.2

While here, switch to DISTVERSION.

Changelog:
https://github.com/benini/scid/blob/github/ChangeLog

Commit log:
https://github.com/benini/scid/compare/v4.7.0...v5.2.202603

PR:		297105
Approved by:	Friedrich Volkmann <bsd@volki.at> (maintainer timeout, 1+ month)
Approved by:	osa, vvd (Mentors, implicit)
commit hash: 366ef207782a42ae3912dc45df4b9d93f70049f4 commit hash: 366ef207782a42ae3912dc45df4b9d93f70049f4 commit hash: 366ef207782a42ae3912dc45df4b9d93f70049f4 commit hash: 366ef207782a42ae3912dc45df4b9d93f70049f4 366ef20
17:05 Gleb Popov (arrowd) search for other commits by this committer Author: Alex S
www/foreign-cdm: Update to 20260906

Pull Request:	https://github.com/freebsd/freebsd-ports/pull/614
commit hash: 0ee2065cba142b2e5484b8c50e65d6771f2e4ca6 commit hash: 0ee2065cba142b2e5484b8c50e65d6771f2e4ca6 commit hash: 0ee2065cba142b2e5484b8c50e65d6771f2e4ca6 commit hash: 0ee2065cba142b2e5484b8c50e65d6771f2e4ca6 0ee2065
17:04 Michael Osipov (michaelo) search for other commits by this committer(Only the first 10 of 83 items in this commit are shown above. View all ports for this commit)
*/*: Bump consumers of www/beautifulsoup4 after port rename

PR:		297837
Approved by:	wen (maintainer via email)
commit hash: 45ea4cf85c33bff53e4303d7961888f3cdb8a312 commit hash: 45ea4cf85c33bff53e4303d7961888f3cdb8a312 commit hash: 45ea4cf85c33bff53e4303d7961888f3cdb8a312 commit hash: 45ea4cf85c33bff53e4303d7961888f3cdb8a312 45ea4cf
17:04 Michael Osipov (michaelo) search for other commits by this committer
www/beautifulsoup: Convert build to use PEP 517 and rename to PyPI name

* Rename port to PyPI name according to Python policy
* Move build completely to PEP 517
* Take maintainership as agreed with wen

New name: www/beautifulsoup4

PR:		297837
Approved by:	wen (maintainer via mail)
Differential Revision:	https://reviews.freebsd.org/D59143
commit hash: be3fa7ecb22d84ba493966813e1626a2d5e4eb1e commit hash: be3fa7ecb22d84ba493966813e1626a2d5e4eb1e commit hash: be3fa7ecb22d84ba493966813e1626a2d5e4eb1e commit hash: be3fa7ecb22d84ba493966813e1626a2d5e4eb1e be3fa7e
16:55 Dirk Meyer (dinoex) search for other commits by this committer
graphics/graphviz: update to 16.1.0
commit hash: 557f66d0fb103323843ef08bfa0e679fe2a9ba88 commit hash: 557f66d0fb103323843ef08bfa0e679fe2a9ba88 commit hash: 557f66d0fb103323843ef08bfa0e679fe2a9ba88 commit hash: 557f66d0fb103323843ef08bfa0e679fe2a9ba88 557f66d
16:38 Robert Clausecker (fuz) search for other commits by this committer 2026Q3
devel/simdjson: update to 4.6.11

A bug fix release fixing an issue on older FreeBSD ppc* as
well as several other issues.

Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.6.10
Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.6.11

MFH:		2026Q3
Event:		Berlin Hackathon 202609
Reported by:	pkubaj

(cherry picked from commit f265d6246920a84a7c46afb03b78202eefd56924)
commit hash: a0a6baff15be2b9f38700183e5b25b7765445eb9 commit hash: a0a6baff15be2b9f38700183e5b25b7765445eb9 commit hash: a0a6baff15be2b9f38700183e5b25b7765445eb9 commit hash: a0a6baff15be2b9f38700183e5b25b7765445eb9 a0a6baf

Yesterday's Commits | Quarterly Branch