FreeBSD/ports 325f73aeditors/vscode Makefile, net-im/deltachat-desktop Makefile

*/*: Bump port revision after electron42 update (d137a52ab3b4)
DeltaFile
+1-1editors/vscode/Makefile
+1-1net-im/deltachat-desktop/Makefile
+1-0net-im/signal-desktop/Makefile
+3-23 files

FreeBSD/ports d137a52devel/electron42 distinfo, devel/electron42/files patch-electron_spec_api-app-spec.ts patch-electron_shell_browser_native__window__views.cc

devel/electron42: Update to 42.4.1

Changelog: https://github.com/electron/electron/releases/tag/v42.4.1

Reported by:    GitHub (watch releases)
DeltaFile
+49-229devel/electron42/files/packagejsons/yarn.lock
+29-20devel/electron42/files/patch-electron_spec_api-app-spec.ts
+15-15devel/electron42/files/patch-electron_shell_browser_native__window__views.cc
+11-11devel/electron42/files/patch-electron_shell_browser_api_electron__api__safe__storage.cc
+11-11devel/electron42/distinfo
+10-10devel/electron42/files/patch-electron_spec_api-browser-window-spec.ts
+125-29612 files not shown
+155-32618 files

FreeBSD/ports 31fda03databases/sql-workbench Makefile distinfo

databases/sql-workbench: Update 131 => 133

Changelog:
https://www.sql-workbench.eu/history.html#build_133

- Fix version numbering: correct version was 131 before this update.
- Replace PORTVERSION with DISTVERSION.
- Update MASTER_SITES.
- Add NO_ARCH.
- Fix DOCS option.
- Improve options MYSQL and PGSQL.
- Replace PREFIX with LOCALBASE in path to java.
- Split long line.

Sponsored by:   UNIS Labs
DeltaFile
+19-12databases/sql-workbench/Makefile
+3-3databases/sql-workbench/distinfo
+0-1databases/sql-workbench/pkg-plist
+22-163 files

FreeBSD/ports 8433f30net-p2p/libtorrent pkg-plist distinfo, net-p2p/rtorrent distinfo Makefile

net-p2p/{lib,r}torrent: Update to 0.16.14

ChangeLog:      https://github.com/rakshasa/rtorrent/releases/tag/v0.16.14
                https://github.com/rakshasa/rtorrent/releases/tag/v0.16.13
                https://github.com/rakshasa/rtorrent/releases/tag/v0.16.12
DeltaFile
+9-7net-p2p/libtorrent/pkg-plist
+3-3net-p2p/rtorrent/distinfo
+3-3net-p2p/libtorrent/distinfo
+1-1net-p2p/rtorrent/Makefile
+1-1net-p2p/libtorrent/Makefile
+17-155 files

FreeBSD/ports b783163www/glassfish distinfo Makefile

www/glassfish: Update 8.0.2 => 8.0.3

Changelog:
https://github.com/eclipse-ee4j/glassfish/releases/tag/8.0.3

Security:       CVE-2024-9342
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 1efc211ef065172700bca13fa5ce1058606957cd)
DeltaFile
+3-3www/glassfish/distinfo
+3-1www/glassfish/Makefile
+2-2www/glassfish/pkg-plist
+8-63 files

FreeBSD/ports c1bd317www/glassfish pkg-plist distinfo

www/glassfish: update to 8.0.2

Changelogs:
https://github.com/eclipse-ee4j/glassfish/releases/tag/8.0.1
https://github.com/eclipse-ee4j/glassfish/releases/tag/8.0.2

Security:       CVE-2026-2586
Security:       CVE-2026-2587
Security:       CVE-2026-24457
MFH:            2026Q2

(cherry picked from commit cb05ed2d8349efcac19aa47823df09f86df1b9b8)
DeltaFile
+9-252www/glassfish/pkg-plist
+3-3www/glassfish/distinfo
+1-1www/glassfish/Makefile
+13-2563 files

FreeBSD/ports 1efc211www/glassfish distinfo Makefile

www/glassfish: Update 8.0.2 => 8.0.3

Changelog:
https://github.com/eclipse-ee4j/glassfish/releases/tag/8.0.3

Security:       CVE-2024-9342
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3www/glassfish/distinfo
+3-1www/glassfish/Makefile
+2-2www/glassfish/pkg-plist
+8-63 files

FreeBSD/ports f8b1d28misc/py-uuid-utils distinfo Makefile

misc/py-uuid-utils: update 0.16.1 → 0.16.2
DeltaFile
+3-13misc/py-uuid-utils/distinfo
+2-8misc/py-uuid-utils/Makefile
+5-212 files

FreeBSD/ports 1721b58misc/koboldcpp distinfo Makefile

misc/koboldcpp: update 1.114.1 → 1.115.2
DeltaFile
+3-3misc/koboldcpp/distinfo
+1-1misc/koboldcpp/Makefile
+4-42 files

FreeBSD/ports 18e33cdmath/faiss distinfo pkg-plist, math/py-faiss distinfo Makefile

math/{,py-}faiss: update 1.14.2 → 1.14.3
DeltaFile
+3-3math/faiss/distinfo
+3-3math/py-faiss/distinfo
+2-2math/py-faiss/Makefile
+2-0math/faiss/pkg-plist
+1-1math/faiss/Makefile
+11-95 files

FreeBSD/ports f9db8e0devel/pydeps distinfo Makefile

devel/pydeps: update 3.0.3 → 3.0.6
DeltaFile
+3-3devel/pydeps/distinfo
+1-1devel/pydeps/Makefile
+4-42 files

FreeBSD/ports f05daa8misc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.8.8 → 3.8.9
DeltaFile
+3-3misc/lean-ctx/distinfo
+1-1misc/lean-ctx/Makefile
+4-42 files

FreeBSD/ports b6c4539mail/thunderbird-esr Makefile

mail/thunderbird-esr: fix build on 2026Q2

The build failed with (and probably because of) the old rust in
Quarterly, as some of the cargo-checksum.json files in
comm/third_party/rust (the thunderbird part) referenced .gitmodules
files which are not present in the release tarball.
Stripping out these references (most easily with sed) fixes the build.

This is a stop-gap fix in 2026Q2 only - the build on main is fine,
and the 2026Q2 will be closed in two weeks anyway.
DeltaFile
+3-0mail/thunderbird-esr/Makefile
+3-01 files

FreeBSD/ports ebdc3f7graphics/py-pyvista/files patch-setup.py

graphics/py-pyvista: fix Python version specifier in setup.py

fixes build with newer setuptools

PR: 294470
Approved by: maintainer timeout
With hat: python
Event: FreeBSD Developer Summit June 2026
Event: BSDCan 2026
DeltaFile
+11-0graphics/py-pyvista/files/patch-setup.py
+11-01 files

FreeBSD/ports 87cbf2dsysutils/graylog distinfo Makefile

sysutils/graylog: Update 7.0.8 => 7.1.3

What's New in Graylog 7.1:
https://go2docs.graylog.org/current/what_is_graylog/what_s_new_in_graylog_7.1.htm

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

Sponsored by:   UNIS Labs
DeltaFile
+2-2sysutils/graylog/distinfo
+1-1sysutils/graylog/Makefile
+1-0sysutils/graylog/pkg-plist
+4-33 files

FreeBSD/ports adef953sysutils/graylog Makefile distinfo, sysutils/graylog/files graylog.in

sysutils/graylog: Update 7.0.6 => 7.0.8

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

- Add LOCAL to MASTER_SITES for those who also can't download from the
  official website: "403 Forbidden".
- Parametrize graylog with ${PORTNAME}.
- Fix warnings from portclippy.
- Fix build with USER/GROUP not in UIDs/GIDs.
- Rename post-extract to post-patch - patches must be after "patch".
- Merge MKDIRs.
- Fix comments in rc script.

Security:       GHSA-gqr6-r77p-c2pj
Security:       GHSA-j769-9gv9-65gr
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit c8b1ef07c984bd66074c91fe34008f3af00b5b31)
DeltaFile
+23-22sysutils/graylog/Makefile
+3-3sysutils/graylog/files/graylog.in
+3-3sysutils/graylog/distinfo
+0-1sysutils/graylog/pkg-plist
+29-294 files

FreeBSD/ports 6a2e9e4sysutils/graylog distinfo Makefile

sysutils/graylog: update to 7.0.6, return to pool

Sponsored by:SkunkWerks, GmbH

(cherry picked from commit 504c3eeba3d057c7ca6f9179461a1f3e34cc57bc)
DeltaFile
+3-3sysutils/graylog/distinfo
+2-3sysutils/graylog/Makefile
+5-62 files

FreeBSD/ports c8b1ef0sysutils/graylog Makefile distinfo, sysutils/graylog/files graylog.in

sysutils/graylog: Update 7.0.6 => 7.0.8

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

- Add LOCAL to MASTER_SITES for those who also can't download from the
  official website: "403 Forbidden".
- Parametrize graylog with ${PORTNAME}.
- Fix warnings from portclippy.
- Fix build with USER/GROUP not in UIDs/GIDs.
- Rename post-extract to post-patch - patches must be after "patch".
- Merge MKDIRs.
- Fix comments in rc script.

Security:       GHSA-gqr6-r77p-c2pj
Security:       GHSA-j769-9gv9-65gr
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+23-22sysutils/graylog/Makefile
+3-3sysutils/graylog/files/graylog.in
+3-3sysutils/graylog/distinfo
+0-1sysutils/graylog/pkg-plist
+29-294 files

FreeBSD/ports 823cc40net-p2p/amule Makefile, net-p2p/amule/files patch-fix-cryptopp-modern-version

net-p2p/amule: Switch to security/cryptopp-modern dependency

- Add upstream patch to fix cryptopp-modern version detection
- Remove segmentation fault fix used with security/cryptopp dependency
- Pet portclippy
DeltaFile
+78-0net-p2p/amule/files/patch-fix-cryptopp-modern-version
+4-10net-p2p/amule/Makefile
+82-102 files

FreeBSD/ports 44adab7sysutils/duplicity distinfo Makefile, sysutils/duplicity/files extra-patch-setup.py patch-pyproject.toml

sysutils/duplicity: Update to 3.1.0

ChangeLog: https://duplicity.gitlab.io/stable/CHANGELOG.html
DeltaFile
+3-3sysutils/duplicity/distinfo
+2-2sysutils/duplicity/files/extra-patch-setup.py
+2-2sysutils/duplicity/files/patch-pyproject.toml
+2-2sysutils/duplicity/files/patch-setup.py
+1-2sysutils/duplicity/Makefile
+10-115 files

FreeBSD/ports 2c95ca1security/cryptopp Makefile, security/cryptopp-modern pkg-plist Makefile

security/cryptopp-modern: New port: C++ class library of cryptographic algorithms and schemes

- Add CONFLICTS_INSTALL to security/cryptopp

Actively maintained fork of Crypto++ library which features multiple
algorithms and schemes such as:
ChaCha20-Poly1305, AES, Camellia, Blowfish, Threefish, Triple-DES, block
mode chipers, BLAKE2s, BLAKE3, GMAC, HMAC, SHA*, RSA, DSA, DH, ed25519,
x25519, Argon2, ML-KEM ML-DSA to name a few.

It acts as a drop-in API/ABI compatible replacement for the original
Crypto++ library

WWW:            https://github.com/cryptopp-modern/cryptopp-modern
Reviewed by:    diizzy
DeltaFile
+204-0security/cryptopp-modern/pkg-plist
+21-0security/cryptopp-modern/Makefile
+20-0security/cryptopp-modern/files/patch-CMakeLists.txt
+8-0security/cryptopp-modern/pkg-descr
+3-0security/cryptopp-modern/distinfo
+3-0security/cryptopp/Makefile
+259-01 files not shown
+260-07 files

FreeBSD/ports f747fe8print/R-cran-tinytex distinfo Makefile

print/R-cran-tinytex: Update to 0.60

ChangeLog: https://github.com/rstudio/tinytex/releases/tag/v0.60
DeltaFile
+3-3print/R-cran-tinytex/distinfo
+1-1print/R-cran-tinytex/Makefile
+4-42 files

FreeBSD/ports 560d443www/waterfox distinfo Makefile

www/waterfox: Update 6.6.14 => 6.6.15

Changelog:
https://www.waterfox.com/releases/6.6.15/

PR:             296124
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit e0ee4ee4d4364b2e093ae51987901150c821ab2c)
DeltaFile
+3-3www/waterfox/distinfo
+1-1www/waterfox/Makefile
+4-42 files

FreeBSD/ports e0ee4eewww/waterfox distinfo Makefile

www/waterfox: Update 6.6.14 => 6.6.15

Changelog:
https://www.waterfox.com/releases/6.6.15/

PR:             296124
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3www/waterfox/distinfo
+1-1www/waterfox/Makefile
+4-42 files

FreeBSD/ports e849606graphics/mesa-dri Makefile.common Makefile, graphics/mesa-libs Makefile

graphics/mesa-{dri,libs}: Fix building with iris and anv off

Move the pkgconfig related CONFIGURE_ENV knob to a common place instead of
activating it depending on options.

PR:             296094
Reported by:    Oleh Hushchenkov <o.hushchenkov at gmail.com>
DeltaFile
+2-0graphics/mesa-dri/Makefile.common
+0-2graphics/mesa-libs/Makefile
+0-2graphics/mesa-dri/Makefile
+2-43 files

FreeBSD/ports 73d8223graphics/mesa-dri Makefile

graphics/mesa-dri: Make glslang an unconditional build dependency

Strictly speaking, glslang is only needed for Vulkan drivers, but this isn't
a heavy dependency.

PR:             296094
Reported by:    Oleh Hushchenkov <o.hushchenkov at gmail.com>
DeltaFile
+3-4graphics/mesa-dri/Makefile
+3-41 files

FreeBSD/ports c5d5674graphics/mesa-dri Makefile

graphics/mesa-dri: Fix building when both r600 and radeonsi are off

PR:             296094
DeltaFile
+4-0graphics/mesa-dri/Makefile
+4-01 files

FreeBSD/ports 33d7edfsysutils Makefile, sysutils/docker-buildx Makefile distinfo

Add sysutils/docker-buildx

Docker CLI plugin for extended build capabilities with BuildKit

Sponsored by:   The FreeBSD Foundation
Pull Request:   https://github.com/freebsd/freebsd-ports/pull/524
DeltaFile
+26-0sysutils/docker-buildx/Makefile
+5-0sysutils/docker-buildx/distinfo
+1-0sysutils/docker-buildx/pkg-descr
+1-0sysutils/Makefile
+33-04 files

FreeBSD/ports e4cbcd1sysutils/docker-compose Makefile distinfo, sysutils/docker-compose/files patch-setup.py

sysutils/docker-compose: Update to 5.1.3

Take maintainership.

Sponsored by:   The FreeBSD Foundation
Pull Request:   https://github.com/freebsd/freebsd-ports/pull/514
DeltaFile
+14-19sysutils/docker-compose/Makefile
+0-21sysutils/docker-compose/files/patch-setup.py
+5-3sysutils/docker-compose/distinfo
+19-433 files

FreeBSD/ports 448f8ccsysutils/docker Makefile, sysutils/docker-cli Makefile

sysutils/docker-cli: Renamed from sysutils/docker and update to 29.4.2

Take maintainership.

Sponsored by:   The FreeBSD Foundation
Pull Request:   https://github.com/freebsd/freebsd-ports/pull/513
DeltaFile
+0-32sysutils/docker/Makefile
+30-0sysutils/docker-cli/Makefile
+0-23sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_diskwriter__freebsd.go
+16-0sysutils/docker-cli/files/patch-cli_config_credentials_default__store__freebsd.go
+0-13sysutils/docker/files/default_store_freebsd.go
+0-11sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_diskwriter__unix.go
+46-7915 files not shown
+73-15721 files