FreeBSD/ports 41728a0games/yquake2 distinfo Makefile, games/yquake2/files patch-Makefile patch-src_client_vid_vid.c

games/yquake2: Update 8.10 => 8.60

Changelog:
https://github.com/yquake2/yquake2/blob/QUAKE2_8_60/CHANGELOG

While here:
- Replace PORTVERSION with DISTVERSION.
- Sort USES.
- Refresh patches.

PR:             294508
Sponsored by:   UNIS Labs
DeltaFile
+4-4games/yquake2/files/patch-Makefile
+3-3games/yquake2/files/patch-src_client_vid_vid.c
+3-3games/yquake2/distinfo
+3-3games/yquake2/Makefile
+2-2games/yquake2/files/patch-src_common_filesystem.c
+15-155 files

FreeBSD/ports 3023454games/bsdgames/files patch-tetris_screen.c

games/bsdgames: Fix build with ncurses 6.6 on stable/15

PR:             295237
Reported by:    Martin Birgmeier <d8zNeCFG at aon.at>
Approved by:    Joachim Werner <jockl at pianojockl.org> (maintainer, implicit - fix build)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+10-0games/bsdgames/files/patch-tetris_screen.c
+10-01 files

FreeBSD/ports 12b035fgraphics/vulkan-validation-layers distinfo Makefile

graphics/vulkan-validation-layers: Update to 1.4.350.0
DeltaFile
+3-3graphics/vulkan-validation-layers/distinfo
+2-2graphics/vulkan-validation-layers/Makefile
+5-52 files

FreeBSD/ports 3792ad0graphics/vulkan-utility-libraries distinfo Makefile

graphics/vulkan-utility-libraries: Update to 1.4.350.0
DeltaFile
+3-3graphics/vulkan-utility-libraries/distinfo
+2-2graphics/vulkan-utility-libraries/Makefile
+5-52 files

FreeBSD/ports 4b8eb5fgraphics/vulkan-loader Makefile distinfo

graphics/vulkan-loader: Update to 1.4.350.0
DeltaFile
+3-3graphics/vulkan-loader/Makefile
+3-3graphics/vulkan-loader/distinfo
+6-62 files

FreeBSD/ports ad1bb46graphics/vulkan-extension-layer distinfo Makefile

graphics/vulkan-extension-layer: Update to 1.4.350.0
DeltaFile
+3-3graphics/vulkan-extension-layer/distinfo
+2-2graphics/vulkan-extension-layer/Makefile
+5-52 files

FreeBSD/ports 06a5868graphics/vulkan-tools distinfo Makefile

graphics/vulkan-tools: Update to 1.4.350.0
DeltaFile
+3-3graphics/vulkan-tools/distinfo
+2-2graphics/vulkan-tools/Makefile
+5-52 files

FreeBSD/ports 74ebe2cgraphics/vulkan-headers distinfo Makefile

graphics/vulkan-headers: Update to 1.4.350.0
DeltaFile
+3-3graphics/vulkan-headers/distinfo
+2-2graphics/vulkan-headers/Makefile
+5-52 files

FreeBSD/ports a96d516www/librewolf distinfo Makefile

www/librewolf: Update 150.0.2-1 => 150.0.3-1

Release Notes:
https://www.firefox.com/en-US/firefox/150.0.3/releasenotes/

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

(cherry picked from commit 0151b66513e0089b5a5c4d0b97bdd5f55eedd5e6)
DeltaFile
+3-3www/librewolf/distinfo
+1-2www/librewolf/Makefile
+4-52 files

FreeBSD/ports 0151b66www/librewolf distinfo Makefile

www/librewolf: Update 150.0.2-1 => 150.0.3-1

Release Notes:
https://www.firefox.com/en-US/firefox/150.0.3/releasenotes/

PR:             295252
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+3-3www/librewolf/distinfo
+1-2www/librewolf/Makefile
+4-52 files

FreeBSD/src 87b18b6libexec/nuageinit nuage.lua nuageinit, libexec/nuageinit/tests nuageinit.sh

nuageinit: fix command injection and related issues

- Add shell_escape() helper to safely escape shell arguments
- Apply shell_escape to all user-controlled values in shell commands:
  adduser (usershow, useradd, lock, primary_group, groups)
  addgroup (groupshow, groupadd, members)
  exec_change_password (usermod)
  settimezone (tzsetup root and timezone)
  install_package (pkg package names)
- Escape double quotes in hostname when writing rc.conf.d/hostname
- Add missing 'local' declaration for resolvconf_command in nameservers()
- Escape interface name in resolvconf -a command
- Change open_resolvconf_conf() from 'w' to 'a' mode to prevent
  data loss when nameservers() is called multiple times
- Clean up stale resolvconf.conf at the start of each boot
  (skip on postnet to preserve config written by first call)

MFC After: 1 day

(cherry picked from commit 8b70a203be10411c560ed303ab25713d70b316e9)
DeltaFile
+28-15libexec/nuageinit/nuage.lua
+15-2libexec/nuageinit/nuageinit
+3-3libexec/nuageinit/tests/nuageinit.sh
+46-203 files

FreeBSD/ports 228a939x11-wm/picom Makefile distinfo, x11-wm/picom/files patch-meson.build

x11-wm/picom: Update 12.5 => 13

While here, remove deprecated DRM option.

Changelog:
https://github.com/yshui/picom/releases/tag/v13

PR:             295255
Reported by:    José Maldonado <yukiteruamano at volfread.xyz> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q2

(cherry picked from commit 515d560673177472fb9d4c9e3c8c7e763fc5d6a8)
DeltaFile
+4-7x11-wm/picom/Makefile
+3-3x11-wm/picom/distinfo
+2-2x11-wm/picom/files/patch-meson.build
+9-123 files

FreeBSD/ports 515d560x11-wm/picom Makefile distinfo, x11-wm/picom/files patch-meson.build

x11-wm/picom: Update 12.5 => 13

While here, remove deprecated DRM option.

Changelog:
https://github.com/yshui/picom/releases/tag/v13

PR:             295255
Reported by:    José Maldonado <yukiteruamano at volfread.xyz> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q2
DeltaFile
+4-7x11-wm/picom/Makefile
+3-3x11-wm/picom/distinfo
+2-2x11-wm/picom/files/patch-meson.build
+9-123 files

FreeBSD/ports 31f9b30www/iridium distinfo, www/iridium/files patch-chrome_browser_about__flags.cc patch-chrome_common_pref__names.h

www/iridium: update to 2026.05.148.1
DeltaFile
+58-58www/iridium/files/patch-chrome_browser_about__flags.cc
+10-10www/iridium/files/patch-chrome_common_pref__names.h
+4-4www/iridium/files/patch-chrome_browser_ui_views_frame_browser__view.cc
+3-3www/iridium/distinfo
+2-2www/iridium/files/patch-components_media__router_common_providers_cast_channel_cast__message__util.cc
+2-2www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc
+79-795 files not shown
+88-8811 files

FreeBSD/ports 0713539graphics/drawy Makefile

graphics/drawy: Mark IGNORE for i386

(cherry picked from commit dac08b903d64d39b2cb5a1bec79f0ad48820ecfc)
DeltaFile
+2-0graphics/drawy/Makefile
+2-01 files

FreeBSD/ports dac08b9graphics/drawy Makefile

graphics/drawy: Mark IGNORE for i386
DeltaFile
+2-0graphics/drawy/Makefile
+2-01 files

FreeBSD/ports a351fbdwww/py-firecrawl-py distinfo Makefile

www/py-firecrawl-py: Update to 4.26.0
DeltaFile
+3-3www/py-firecrawl-py/distinfo
+1-1www/py-firecrawl-py/Makefile
+4-42 files

FreeBSD/ports 227859dscience/qmcpack Makefile, science/quantum-espresso Makefile

*/*: bump PORTREVISION after the upgrade of OpenBLAS
DeltaFile
+1-1science/xtb/Makefile
+1-1science/ukrmol+/Makefile
+1-1science/simbody/Makefile
+1-1science/quantum-jet/Makefile
+1-1science/quantum-espresso/Makefile
+1-1science/qmcpack/Makefile
+6-6143 files not shown
+149-96149 files

FreeBSD/ports 5160a61math/openblas Makefile distinfo

math/openblas: upgrade to 0.3.33

Releases notes at https://github.com/OpenMathLib/OpenBLAS/releases/

PR:             294956
Approved by:    phd_kimberlite (maintainer)
DeltaFile
+22-17math/openblas/Makefile
+3-3math/openblas/distinfo
+25-202 files

FreeBSD/ports 248ad09www/chromium distinfo, www/chromium/files patch-chrome_browser_about__flags.cc patch-chrome_common_pref__names.h

www/chromium: update to 148.0.7778.167
DeltaFile
+58-58www/chromium/files/patch-chrome_browser_about__flags.cc
+10-10www/chromium/files/patch-chrome_common_pref__names.h
+5-5www/chromium/distinfo
+4-4www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc
+2-2www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc
+2-2www/chromium/files/patch-chrome_browser_flag__descriptions.h
+81-815 files not shown
+90-9011 files

FreeBSD/ports 9d55eb5. MOVED, devel Makefile

Revert "devel/pear-Console_CommandLine: Remove expired port"

There are some consumers which uses this port.

This reverts commit a1c02616d7a57a69f986b07f3f44fff7d117cdf2.
DeltaFile
+18-0devel/pear-Console_CommandLine/Makefile
+11-0devel/pear-Console_CommandLine/pkg-descr
+3-0devel/pear-Console_CommandLine/distinfo
+1-0devel/Makefile
+0-1MOVED
+33-15 files

FreeBSD/ports c440909misc/py-posthog Makefile distinfo

misc/py-posthog: Update 4.0.1 => 7.14.1, take maintainership

Changelog:
https://github.com/PostHog/posthog-python/blob/7.14.1/CHANGELOG.md

Improve port:
- Remove unnecessary DISTNAME because it's default value.
- Make a slight update to the Comment.
- Add additional WWW.
- Remove shebangfix because this port doesn't seem to install any
  executable scripts.
- Update post-install-DOCS-on because it deals with no man pages.

PR:             295253
Sponsored by:   UNIS Labs
DeltaFile
+8-7misc/py-posthog/Makefile
+3-3misc/py-posthog/distinfo
+11-102 files

FreeBSD/ports f530d15devel/jujutsu Makefile

devel/jujutsu: fix build with ports tree checked out by jujutsu

Fix  issue reported in PR 295250:

My poudriere ports tree is a null mounted jj repo (git
colocated). Building docs fails, because it calls

 jj util install-man-pages

which evidently tries to access

 /usr/ports/.jj/repo/config-id

because it's being run from inside a jj repo.

There must not be a .jj directory in the directory were jj is
run or in any parent directory to prevent an error abort:

 Internal error: Failed to determine the secure config for a repo

    [6 lines not shown]
DeltaFile
+4-3devel/jujutsu/Makefile
+4-31 files

FreeBSD/ports aee33c7devel Makefile, devel/py-dasbus Makefile distinfo

devel/py-dasbus: DBus library in Python [New]

Dasbus is a DBus library written in Python 3, based on GLib and inspired
by pydbus. It is designed to be easy to use and extend.

PR:             295125
DeltaFile
+20-0devel/py-dasbus/Makefile
+3-0devel/py-dasbus/distinfo
+2-0devel/py-dasbus/pkg-descr
+1-0devel/Makefile
+26-04 files

FreeBSD/ports 054ac18games/gnome-nibbles pkg-plist distinfo

games/gnome-nibbles: update to 4.5.2

Update to 4.5.2

  4.5.2 - May 10, 2026
  ====================

  - Fix issue #81
  - Updated translations; Kazakh, Serbian & Brazilian Portuguese.
    https://gitlab.gnome.org/GNOME/gnome-nibbles/-/archive/4.5.2/gnome-nibbles-4.5.2.tar.bz2

PR:             295244
DeltaFile
+34-0games/gnome-nibbles/pkg-plist
+3-3games/gnome-nibbles/distinfo
+1-1games/gnome-nibbles/Makefile
+38-43 files

FreeBSD/ports 276055ceditors Makefile, editors/hexapoda distinfo Makefile.crates

editors/hexapoda: New port: Colorful modal hex editor
DeltaFile
+415-0editors/hexapoda/distinfo
+206-0editors/hexapoda/Makefile.crates
+19-0editors/hexapoda/Makefile
+10-0editors/hexapoda/pkg-descr
+1-0editors/Makefile
+651-05 files

FreeBSD/ports d1b0ab5misc/ollama distinfo Makefile

misc/ollama: update 0.23.2 → 0.23.3
DeltaFile
+11-11misc/ollama/distinfo
+1-2misc/ollama/Makefile
+12-132 files

FreeBSD/ports 76ef25escience/cif-tools/files patch-src_cif-diff.cpp patch-src_cif-validate.cpp

science/cif-tools: update 1.0.13 → 2.0.0
DeltaFile
+0-42science/cif-tools/files/patch-src_cif-diff.cpp
+0-26science/cif-tools/files/patch-src_cif-validate.cpp
+0-16science/cif-tools/files/patch-src_cif-grep.cpp
+0-14science/cif-tools/files/patch-src_cif2pdb.cpp
+0-11science/cif-tools/files/patch-src_mmCQL.cpp
+10-0science/cif-tools/files/patch-src_pr-main.cpp
+10-1093 files not shown
+16-1179 files

FreeBSD/ports 3afe5c6science/libcifpp distinfo pkg-plist

science/libcifpp: update 10.0.0 → 10.0.3
DeltaFile
+5-5science/libcifpp/distinfo
+2-1science/libcifpp/pkg-plist
+1-1science/libcifpp/Makefile
+8-73 files

FreeBSD/ports 4310daacad/symbiyosys distinfo Makefile

cad/symbiyosys: update 0.63 → 0.65
DeltaFile
+3-3cad/symbiyosys/distinfo
+1-1cad/symbiyosys/Makefile
+1-0cad/symbiyosys/pkg-plist
+5-43 files