FreeBSD/ports 8aabbfcprint/plutobook distinfo Makefile

print/plutobook: Update to 0.14.0

Changelog: https://github.com/plutoprint/plutobook/releases/tag/v0.14.0
DeltaFile
+3-3print/plutobook/distinfo
+1-1print/plutobook/Makefile
+4-42 files

FreeBSD/ports f5314fdeditors/vscode pkg-plist distinfo, editors/vscode/files patch-node__modules_node-pty_src_unix_pty.cc patch-remote_node__modules_node-pty_src_unix_pty.cc

editors/vscode: Update to 1.109.0

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

Reported by:    GitHub (watch releases)
DeltaFile
+1,510-128editors/vscode/pkg-plist
+7-7editors/vscode/distinfo
+11-0editors/vscode/files/patch-node__modules_node-pty_src_unix_pty.cc
+11-0editors/vscode/files/patch-remote_node__modules_node-pty_src_unix_pty.cc
+5-5editors/vscode/files/patch-package.json
+0-10editors/vscode/files/patch-build_lib_snapshotLoader.ts
+1,544-15010 files not shown
+1,565-17016 files

FreeBSD/ports ecc8c01graphics/drawio Makefile distinfo

graphics/drawio: Update to 29.3.6 and take maintainership

Approved by:    maintainer (via Matrix DM)
DeltaFile
+3-4graphics/drawio/Makefile
+3-3graphics/drawio/distinfo
+6-72 files

FreeBSD/ports 9ab5b8bdatabases/cassandra3 Makefile, databases/cassandra4 Makefile

databases/cassandra[34]: allow building with JAVA_DEFAULT=21

- ant needs to have JAVA_HOME set to the defined JAVA_VERSION

Reason:
when apache-ant pulls in openjdk21 as run dependency it will try
to use it if JAVA_HOME is not set. This gives the error:
"Java 15 has removed Nashorn, you must provide an engine for running
JavaScript yourself. GraalVM JavaScript currently is the preferred
option.", as cassandra needs an older Java version.

These ports have USES=ant, but override do-build and fetch. That is
why some special handling is needed.

PR:     272855
PR:     293050
Approved-by:    Angelo Polo (maintainer)
DeltaFile
+6-4databases/cassandra4/Makefile
+2-2databases/cassandra3/Makefile
+8-62 files

FreeBSD/ports cc6de24security/vuxml/vuln 2026.xml

security/vuxml: fix CVE ids for the latest chromium entry

Reported by:    fernape@
DeltaFile
+2-1security/vuxml/vuln/2026.xml
+2-11 files

FreeBSD/ports 251cab2www/chromium distinfo Makefile.crates, www/chromium/files patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc

www/chromium: update to 144.0.7559.132

Security:       https://vuxml.freebsd.org/freebsd/9bc5a730-0585-11f1-85c5-a8a1599412c6.html
DeltaFile
+341-7www/chromium/distinfo
+166-0www/chromium/Makefile.crates
+43-10www/chromium/Makefile
+2-2www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc
+552-194 files

FreeBSD/ports 4fbd71edevel/jjui distinfo Makefile

devel/jjui: update 0.9.8 -> 0.9.10

Release Notes:
https://github.com/idursun/jjui/releases/tag/v0.9.10

PR:             293047
DeltaFile
+5-5devel/jjui/distinfo
+1-2devel/jjui/Makefile
+6-72 files

FreeBSD/ports a8abb50security/p11-kit distinfo Makefile

security/p11-kit: update to 0.26.2
DeltaFile
+3-3security/p11-kit/distinfo
+1-1security/p11-kit/Makefile
+1-1security/p11-kit/pkg-plist
+5-53 files

FreeBSD/ports 7c0c22amail/roundcube distinfo Makefile

mail/roundcube: update to 1.6.13 release.

PR:             293042
Submitted by:   Christos Chatzaras <chris at cretaforce.gr>

(cherry picked from commit 76befb6e1759924fbda7fd61c6b9a4f5cc8e0ac7)
DeltaFile
+3-3mail/roundcube/distinfo
+1-1mail/roundcube/Makefile
+4-42 files

FreeBSD/ports 76befb6mail/roundcube distinfo Makefile

mail/roundcube: update to 1.6.13 release.

PR:             293042
Submitted by:   Christos Chatzaras <chris at cretaforce.gr>
DeltaFile
+3-3mail/roundcube/distinfo
+1-1mail/roundcube/Makefile
+4-42 files

FreeBSD/ports 5cc709adevel/R-cran-vctrs Makefile distinfo

devel/R-cran-vctrs: Update to 0.7.1

Add do-test target and test dependencies.
Add license file.
Switch www to canonical form.

Changelog: https://cran.r-project.org/web/packages/vctrs/news/news.html
DeltaFile
+26-3devel/R-cran-vctrs/Makefile
+3-3devel/R-cran-vctrs/distinfo
+29-62 files

FreeBSD/ports 8845ac3www/gohugo distinfo Makefile

www/gohugo: Update to 0.155.3

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.155.3

 * hugolib: Don't render default site redirect for non-primary isHTML output
   formats
 * server: Fix stuck server global error logging
 * build(deps): bump github.com/evanw/esbuild from 0.27.2 to 0.27.3
 * server: Fix panic when the server browser error handler tried to use a config
   in a state of flux

Approved by:    doceng@ (implicit)
DeltaFile
+5-5www/gohugo/distinfo
+1-2www/gohugo/Makefile
+6-72 files

FreeBSD/ports 3b69c21security/vuxml/vuln 2026.xml

security/vuxml: add www/*chromium < 144.0.7559.132

Obtained from:  https://chromereleases.googleblog.com/2026/02/stable-channel-update-for-desktop.html
DeltaFile
+34-0security/vuxml/vuln/2026.xml
+34-01 files

FreeBSD/ports c7ba723Mk/Uses inotify.mk

Mk/Uses/inotify.mk: Add USES=inotify

FreeBSD 15 includes the inotify system in base, but anything prior to 15
needs the libinotify port. This USES script makes it a little easier to
depend on and use the correct thing.

Reviewed by:    mat
Approved by:    mat
Differential Revision:  https://reviews.freebsd.org/D54116
DeltaFile
+34-0Mk/Uses/inotify.mk
+34-01 files

FreeBSD/ports a1184e5x11/wleave distinfo Makefile

x11/wleave: Update to 0.7.1

Changelog: https://github.com/AMNatty/wleave/releases/tag/0.7.1

Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/wleave/distinfo
+1-2x11/wleave/Makefile
+4-52 files

FreeBSD/ports 784116dx11-toolkits/amtk distinfo Makefile

x11-toolkits/amtk: update to 5.9.2

- Update to 5.9.2

    News in 5.9.2, 2025-11-17
    -------------------------
    * Translation updates.

- Switch to USES= gettext-tools

PR:             291494
DeltaFile
+3-3x11-toolkits/amtk/distinfo
+2-2x11-toolkits/amtk/Makefile
+1-0x11-toolkits/amtk/pkg-plist
+6-53 files

FreeBSD/ports e0363f9net-im/libnice Makefile distinfo, net-im/libnice-gst1 Makefile pkg-plist

net-im/libnice*: update to 0.1.23

Update to 0.1.23

libnice 0.1.23 (2025-11-26)
===========================
API: Added option NICE_AGENT_OPTION_CLOSE_FORCED to not wait for TURN when
  closing asynchronous
Reject invalid remote candidates with priority=0
Add missing mutex in tcp-bsd socket
Add buffer list support to nicesrc
Avoid dropping packing in nicesink, retry instead
Only create a new NiceCandidate if a socket can be opened, as it is
 a somewhat costly operation.
Many new tests
Fix leaks
Fix various test flakiness

Adjust dependencies.

    [12 lines not shown]
DeltaFile
+6-9net-im/libnice/Makefile
+3-3net-im/libnice/distinfo
+0-5net-im/libnice-gst1/Makefile
+1-1net-im/libnice-gst1/pkg-plist
+1-1net-im/libnice/pkg-plist
+11-195 files

FreeBSD/ports 9cb420ddevel/py-sqlfluff distinfo Makefile

devel/py-sqlfluff: Update to 4.0.4
DeltaFile
+3-3devel/py-sqlfluff/distinfo
+1-1devel/py-sqlfluff/Makefile
+4-42 files

FreeBSD/ports 4171ee0audio/vgmplay Makefile distinfo, audio/vgmplay/files patch-main.cpp

audio/vgmplay: Update to 0.52.0

While here:
- add DOCS option
- sort variable order to make portclippy happy

Changelog: https://github.com/ValleyBell/vgmplay-libvgm/blob/0.52.0/Updates.txt

Reported by:    portscout
DeltaFile
+11-7audio/vgmplay/Makefile
+0-11audio/vgmplay/files/patch-main.cpp
+3-3audio/vgmplay/distinfo
+14-213 files

FreeBSD/ports 6de0465audio/libvgm Makefile distinfo

audio/libvgm: Update to g20260121 (latest GitHub commit)

Changelog: https://github.com/ValleyBell/libvgm/compare/7cad783...57585ea
DeltaFile
+3-3audio/libvgm/Makefile
+3-3audio/libvgm/distinfo
+4-1audio/libvgm/pkg-plist
+10-73 files

FreeBSD/ports a035f11emulators/wine-devel distinfo pkg-plist

emulators/wine-devel: Update 11.1 => 11.2

Changelog:
- More optimizations in PDB loading.
- Support for MSVC constructors in C runtime.
- Easier mechanism for creating version resources.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.2

PR:     293040
DeltaFile
+3-3emulators/wine-devel/distinfo
+2-3emulators/wine-devel/pkg-plist
+1-1emulators/wine-devel/Makefile
+6-73 files

FreeBSD/ports dffd4bfdevel/cdialog distinfo Makefile

devel/cdialog: Update 1.3-20251223 => 1.3-20260107

Changelog:
https://invisible-island.net/dialog/CHANGES.html#index-t20260107

While here remove unnecessary MKDIR in post-install-EXAMPLES-on.

PR:             292944
Approved by:    Josmar Calin De Pierri <jcpierri at gmail.com> (maintainer)
DeltaFile
+3-3devel/cdialog/distinfo
+1-2devel/cdialog/Makefile
+4-52 files

FreeBSD/ports 010cc95security/py-serpico distinfo Makefile

security/py-serpico: Update to 0.1.2

ChangeLog: https://github.com/DtxdF/serpico/releases/tag/v0.1.2
DeltaFile
+3-3security/py-serpico/distinfo
+1-1security/py-serpico/Makefile
+4-42 files

FreeBSD/ports 4873a49devel/py-sqlfluff distinfo Makefile

devel/py-sqlfluff: Update to 4.0.3
DeltaFile
+3-3devel/py-sqlfluff/distinfo
+1-1devel/py-sqlfluff/Makefile
+4-42 files

FreeBSD/ports 8abc45edevel/py-sqlfluff distinfo Makefile

devel/py-sqlfluff: Update to 4.0.1.post1
DeltaFile
+3-3devel/py-sqlfluff/distinfo
+1-1devel/py-sqlfluff/Makefile
+4-42 files

FreeBSD/ports f748d85java/openjdk21 distinfo Makefile

java/openjdk21: Update to 21.0.10
DeltaFile
+3-3java/openjdk21/distinfo
+2-3java/openjdk21/Makefile
+5-62 files

FreeBSD/ports 4a487d7java/openjdk17 distinfo Makefile, java/openjdk17/files patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp

java/openjdk17: Update to 17.0.18
DeltaFile
+0-10java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp
+3-3java/openjdk17/distinfo
+2-3java/openjdk17/Makefile
+5-163 files

FreeBSD/ports 75b573anet-im/teams distinfo Makefile, net-im/teams/files/packagejsons package-lock.json package.json

net-im/teams: Update to 2.7.2

Changelog:
- https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.6.19
- https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.7.0
- https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.7.1
- https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.7.2

Reported by:    portscout
DeltaFile
+737-501net-im/teams/files/packagejsons/package-lock.json
+18-17net-im/teams/files/packagejsons/package.json
+5-5net-im/teams/distinfo
+2-2net-im/teams/Makefile
+762-5254 files

FreeBSD/ports e1f2c5fjava/openjdk11 distinfo Makefile

java/openjdk11: Update to 11.0.30
DeltaFile
+2-2java/openjdk11/distinfo
+1-2java/openjdk11/Makefile
+3-42 files

FreeBSD/ports ead2919www/gallery-dl distinfo Makefile

www/gallery-dl: update to 1.31.6

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

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