From noreply at github.com Mon May 11 00:21:41 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 10 May 2026 21:21:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5331d7: Fix actionpack5 gem dependency QA Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 5331d7fd87395b6cb8f93a76aa37938ea2ce8266 https://github.com/MidnightBSD/mports/commit/5331d7fd87395b6cb8f93a76aa37938ea2ce8266 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M www/rubygem-actionpack5/Makefile Log Message: ----------- Fix actionpack5 gem dependency QA Add runtime RubyGem dependencies as build dependencies so fake-qa can resolve actionpack's gemspec requirements. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 09:12:51 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 06:12:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 43d39e: www/tdiary: fix package creation failure - use FAK... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 43d39eaeef83aa7d05796ecb2eb3fe145df01d14 https://github.com/MidnightBSD/mports/commit/43d39eaeef83aa7d05796ecb2eb3fe145df01d14 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M www/tdiary/Makefile Log Message: ----------- www/tdiary: fix package creation failure - use FAKE_DESTDIR in DOCS install do-install-DOCS-on is called from the fake sequence without FAKE_SETUP, so PREFIX is the real /usr/local, not the staged path. Docs were being installed to the live filesystem instead of the staging directory, causing mport.create to fail when it could not find them in FAKE_DESTDIR. Use ${FAKE_DESTDIR}${DOCSDIR} explicitly, following the established pattern used by other ports (archivers/7-zip, archivers/xdms, etc.). Also add INSTALL-cgi and INSTALL-rack to DOCFILES; both exist in 5.4.0. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 12:09:04 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 09:09:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1b6733: Add rubygem-caesars port Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 1b6733386670ca4c3eed4d7ca46c5c15b10228e6 https://github.com/MidnightBSD/mports/commit/1b6733386670ca4c3eed4d7ca46c5c15b10228e6 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M devel/Makefile A devel/rubygem-caesars/Makefile A devel/rubygem-caesars/distinfo A devel/rubygem-caesars/pkg-descr Log Message: ----------- Add rubygem-caesars port Add devel/rubygem-caesars required by net/rubygem-rudy so INDEX can resolve its runtime dependency. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Commit: f296591419e2062665b0fc836097e99b175ec63d https://github.com/MidnightBSD/mports/commit/f296591419e2062665b0fc836097e99b175ec63d Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Harden Magus MCP initialization Negotiate MCP protocol versions during initialize and return an empty body for initialized notifications. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Commit: 6f40b992cb1501dc5638cc967a047b38a38cf29c https://github.com/MidnightBSD/mports/commit/6f40b992cb1501dc5638cc967a047b38a38cf29c Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Support JSON-RPC batches in Magus MCP Handle batch arrays by collecting per-request responses and omitting notification responses. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Commit: c2d140d088185dc0c57f7119baba690ea069cd87 https://github.com/MidnightBSD/mports/commit/c2d140d088185dc0c57f7119baba690ea069cd87 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Validate Magus MCP protocol version header Reject unsupported MCP-Protocol-Version headers while preserving missing-header compatibility. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Commit: 09c8accf4d79a82806563781f9e9e40856fc3ece https://github.com/MidnightBSD/mports/commit/09c8accf4d79a82806563781f9e9e40856fc3ece Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Add SSE GET support to Magus MCP Allow GET requests to open a minimal text/event-stream channel with bounded keepalives. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Commit: 17be6bd30df7af926d15ab668f5a68dfdfad17f5 https://github.com/MidnightBSD/mports/commit/17be6bd30df7af926d15ab668f5a68dfdfad17f5 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Tighten Magus MCP HTTP compliance Validate Accept and protocol headers, enforce JSON-RPC request shape, handle client responses, and gate batches by protocol version. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Commit: 486c0e6cde9d26e9c672f8df9b3b936a3f1b37ba https://github.com/MidnightBSD/mports/commit/486c0e6cde9d26e9c672f8df9b3b936a3f1b37ba Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Add CVE lookup to Magus MCP Expose a get_port_cves tool that resolves a port CPE and queries the MidnightBSD security API. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/43d39eaeef83...486c0e6cde9d To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 14:52:21 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 11:52:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 727a60: Update AGENTS.md with detailed agent instructions Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 727a60342f4d44085c9b92131ed485e790a90e98 https://github.com/MidnightBSD/src/commit/727a60342f4d44085c9b92131ed485e790a90e98 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M AGENTS.md Log Message: ----------- Update AGENTS.md with detailed agent instructions Expanded guidelines for coding agents, detailing priorities, boundaries, uncertainty handling, evidence gathering, workflow, subagent usage, testing protocols, change constraints, safety measures, and Git practices. Based on https://raw.githubusercontent.com/Anbeeld/AGENTS.md/refs/heads/main/AGENTS.md Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Mon May 11 14:53:17 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 11:53:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 966790: Update AGENTS.md with detailed agent instructions Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 966790f1b5c4174f62ff43c1ac8da2dcda4c7436 https://github.com/MidnightBSD/mports/commit/966790f1b5c4174f62ff43c1ac8da2dcda4c7436 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M AGENTS.md Log Message: ----------- Update AGENTS.md with detailed agent instructions Expanded instructions for coding agents in MidnightBSD mports, detailing priorities, boundaries, uncertainty handling, workflow, subagents, testing, change constraints, safety, infrastructure, and Git/PR practices. To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 15:06:02 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 12:06:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d6c843: Add Kodi and addon ports Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d6c843c280fe04bfd00a3575ef06cc46edb6468f https://github.com/MidnightBSD/mports/commit/d6c843c280fe04bfd00a3575ef06cc46edb6468f Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: A Mk/extensions/kodi.mk M audio/Makefile A audio/shairplay/Makefile A audio/shairplay/distinfo A audio/shairplay/pkg-descr A audio/shairplay/pkg-plist M devel/Makefile A devel/fstrcmp/Makefile A devel/fstrcmp/distinfo A devel/fstrcmp/files/patch-Makefile.in A devel/fstrcmp/pkg-descr A devel/fstrcmp/pkg-plist A devel/kodi-platform/Makefile A devel/kodi-platform/distinfo A devel/kodi-platform/pkg-descr A devel/kodi-platform/pkg-plist A devel/libcrossguid/Makefile A devel/libcrossguid/distinfo A devel/libcrossguid/files/patch-CMakeLists.txt A devel/libcrossguid/pkg-descr A devel/libcrossguid/pkg-plist M games/Makefile A games/kodi-addon-game.libretro.beetle-psx/Makefile A games/kodi-addon-game.libretro.beetle-psx/distinfo A games/kodi-addon-game.libretro.beetle-psx/pkg-descr A games/kodi-addon-game.libretro.beetle-psx/pkg-message A games/kodi-addon-game.libretro.fceumm/Makefile A games/kodi-addon-game.libretro.fceumm/distinfo A games/kodi-addon-game.libretro.fceumm/pkg-descr A games/kodi-addon-game.libretro.genplus/Makefile A games/kodi-addon-game.libretro.genplus/distinfo A games/kodi-addon-game.libretro.genplus/pkg-descr A games/kodi-addon-game.libretro.pcsx-rearmed/Makefile A games/kodi-addon-game.libretro.pcsx-rearmed/distinfo A games/kodi-addon-game.libretro.pcsx-rearmed/pkg-descr A games/kodi-addon-game.libretro.pcsx-rearmed/pkg-message A games/kodi-addon-game.libretro.picodrive/Makefile A games/kodi-addon-game.libretro.picodrive/distinfo A games/kodi-addon-game.libretro.picodrive/pkg-descr A games/kodi-addon-game.libretro/Makefile A games/kodi-addon-game.libretro/distinfo A games/kodi-addon-game.libretro/pkg-descr A games/libretro-beetle_psx/Makefile A games/libretro-beetle_psx/distinfo A games/libretro-beetle_psx/files/patch-libretro-common_rthreads_rthreads.c A games/libretro-beetle_psx/pkg-descr A games/libretro-fceumm/Makefile A games/libretro-fceumm/distinfo A games/libretro-fceumm/pkg-descr A games/libretro-genesis_plus_gx/Makefile A games/libretro-genesis_plus_gx/distinfo A games/libretro-genesis_plus_gx/pkg-descr A games/libretro-pcsx_rearmed/Makefile A games/libretro-pcsx_rearmed/distinfo A games/libretro-pcsx_rearmed/pkg-descr A games/libretro-picodrive/Makefile A games/libretro-picodrive/distinfo A games/libretro-picodrive/pkg-descr M graphics/Makefile A graphics/libprojectm/Makefile A graphics/libprojectm/distinfo A graphics/libprojectm/files/patch-src_libprojectM_FileScanner.cpp A graphics/libprojectm/pkg-descr A graphics/libprojectm/pkg-plist A graphics/waylandpp/Makefile A graphics/waylandpp/distinfo A graphics/waylandpp/pkg-descr A graphics/waylandpp/pkg-plist M multimedia/Makefile A multimedia/kodi-addon-inputstream.adaptive/Makefile A multimedia/kodi-addon-inputstream.adaptive/distinfo A multimedia/kodi-addon-inputstream.adaptive/files/patch-FindBento4.cmake A multimedia/kodi-addon-inputstream.adaptive/pkg-descr A multimedia/kodi-addon-peripheral.joystick/Makefile A multimedia/kodi-addon-peripheral.joystick/distinfo A multimedia/kodi-addon-peripheral.joystick/pkg-descr A multimedia/kodi-addon-peripheral.joystick/pkg-message A multimedia/kodi-addon-pvr.hts/Makefile A multimedia/kodi-addon-pvr.hts/distinfo A multimedia/kodi-addon-pvr.hts/files/patch-src_tvheadend_entity_Event.h A multimedia/kodi-addon-pvr.hts/pkg-descr A multimedia/kodi-addon-pvr.iptvsimple/Makefile A multimedia/kodi-addon-pvr.iptvsimple/distinfo A multimedia/kodi-addon-pvr.iptvsimple/pkg-descr A multimedia/kodi-addon-screensaver.biogenesis/Makefile A multimedia/kodi-addon-screensaver.biogenesis/distinfo A multimedia/kodi-addon-screensaver.biogenesis/pkg-descr A multimedia/kodi-addon-screensaver.matrixtrails/Makefile A multimedia/kodi-addon-screensaver.matrixtrails/distinfo A multimedia/kodi-addon-screensaver.matrixtrails/pkg-descr A multimedia/kodi-addon-screensaver.stars/Makefile A multimedia/kodi-addon-screensaver.stars/distinfo A multimedia/kodi-addon-screensaver.stars/pkg-descr A multimedia/kodi-addon-visualization.fishbmc/Makefile A multimedia/kodi-addon-visualization.fishbmc/distinfo A multimedia/kodi-addon-visualization.fishbmc/pkg-descr A multimedia/kodi-addon-visualization.projectm/Makefile A multimedia/kodi-addon-visualization.projectm/distinfo A multimedia/kodi-addon-visualization.projectm/pkg-descr A multimedia/kodi-addon-visualization.shadertoy/Makefile A multimedia/kodi-addon-visualization.shadertoy/distinfo A multimedia/kodi-addon-visualization.shadertoy/pkg-descr A multimedia/kodi-addon-visualization.spectrum/Makefile A multimedia/kodi-addon-visualization.spectrum/distinfo A multimedia/kodi-addon-visualization.spectrum/pkg-descr A multimedia/kodi/Makefile A multimedia/kodi/distinfo A multimedia/kodi/files/kodi.in A multimedia/kodi/files/patch-cmake_modules_FindCrossGUID.cmake A multimedia/kodi/files/patch-cmake_modules_FindSSE.cmake A multimedia/kodi/files/patch-cmake_scripts_freebsd_ArchSetup.cmake A multimedia/kodi/files/patch-xbmc_cores_AudioEngine_Sinks_AESinkALSA.cpp A multimedia/kodi/files/patch-xbmc_platform_linux_peripherals_PeripheralBusUSBLibUSB.cpp A multimedia/kodi/files/patch-xbmc_platform_linux_storage_UDisks2Provider.h A multimedia/kodi/files/patch-xbmc_utils_EndianSwap.h A multimedia/kodi/files/patch-xbmc_utils_StringUtils.cpp A multimedia/kodi/pkg-descr A multimedia/kodi/pkg-message A multimedia/kodi/pkg-plist A multimedia/libudfread/Makefile A multimedia/libudfread/distinfo A multimedia/libudfread/pkg-descr A multimedia/libudfread/pkg-plist Log Message: ----------- Add Kodi and addon ports Import multimedia/kodi and Kodi addon ports from FreeBSD ports, including the supporting USES=kodi framework and missing direct dependency ports required by the Kodi port set. Prefer the base system mDNSResponder for audio/shairplay rather than depending on net/mDNSResponder. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt Commit: 2b3f5fe35c63938afc9b6218f5e040424e2b97f0 https://github.com/MidnightBSD/mports/commit/2b3f5fe35c63938afc9b6218f5e040424e2b97f0 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M AGENTS.md Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/966790f1b5c4...2b3f5fe35c63 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 15:33:24 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 12:33:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 063701: databases/rubygem-redis-namespace: fix gem QA Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 0637013d75db2496d382a949b87d27577687d811 https://github.com/MidnightBSD/mports/commit/0637013d75db2496d382a949b87d27577687d811 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M databases/rubygem-redis-namespace/Makefile Log Message: ----------- databases/rubygem-redis-namespace: fix gem QA Add the redis gem to BUILD_DEPENDS so the RubyGem dependency check can see the redis >= 4 dependency during fake QA. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 15:43:38 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 12:43:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d55449: databases/rubygem-activerecord-gitlab: fix distinfo Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d55449bb41334b737ab4f2f1af4255913689bc87 https://github.com/MidnightBSD/mports/commit/d55449bb41334b737ab4f2f1af4255913689bc87 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M databases/rubygem-activerecord-gitlab/Makefile M databases/rubygem-activerecord-gitlab/distinfo Log Message: ----------- databases/rubygem-activerecord-gitlab: fix distinfo Update the distinfo for the GitLab Rails 7.2.3 activerecord gem and align the dependency metadata with the local Rails gem ports. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 16:54:01 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 13:54:01 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 80bc6d: dns/zns: fix test DNS server race Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 80bc6d918fc46ca855880415eb449314b00b9496 https://github.com/MidnightBSD/mports/commit/80bc6d918fc46ca855880415eb449314b00b9496 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: A dns/zns/files/patch-cmd_root_test.go Log Message: ----------- dns/zns: fix test DNS server race Wait for the local UDP DNS test server to answer before running the command tests. This avoids intermittent connection refused failures on slower builders. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 17:53:31 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 14:53:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a41848: audio/openal-soft: disable C++ module scanning Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a41848d5a1affead01ea282ff04d31af6274dafc https://github.com/MidnightBSD/mports/commit/a41848d5a1affead01ea282ff04d31af6274dafc Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M audio/openal-soft/Makefile Log Message: ----------- audio/openal-soft: disable C++ module scanning Disable CMake and upstream C++ module scanning so Ninja does not generate clang-scan-deps rules on builders without the scanner installed. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 18:27:58 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 15:27:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 169f45: mail/mailman: fix staged path in bytecode Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 169f4511e2239a53ea358396bedd3403dba3546f https://github.com/MidnightBSD/mports/commit/169f4511e2239a53ea358396bedd3403dba3546f Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M mail/mailman/Makefile Log Message: ----------- mail/mailman: fix staged path in bytecode Compile additional Mailman bin Python bytecode with the runtime path so fake QA does not find references to the fake staging directory. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt Commit: 8a7dc522c868937c6a14285f0674251857e2392f https://github.com/MidnightBSD/mports/commit/8a7dc522c868937c6a14285f0674251857e2392f Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M chinese/rime-cantonese/Makefile Log Message: ----------- chinese/rime-cantonese: fix ODbL license definition The ODbL license is not a standard license in mports. Define the license name and permissions to fix bmake check-license. AI-Assisted-by: Gemini CLI Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/a41848d5a1af...8a7dc522c868 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 18:36:38 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 15:36:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2e9080: databases/rubygem-redis-clustering: update to 5.4.1 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2e9080b723975321e36e6be28c0f45ea21026ab4 https://github.com/MidnightBSD/mports/commit/2e9080b723975321e36e6be28c0f45ea21026ab4 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M databases/rubygem-redis-clustering/Makefile M databases/rubygem-redis-clustering/distinfo Log Message: ----------- databases/rubygem-redis-clustering: update to 5.4.1 - Update to 5.4.1 to match rubygem-redis version. - Add gem dependencies to BUILD_DEPENDS to satisfy fake-qa checks on builders. AI-Assisted-by: Gemini CLI Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 18:45:39 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 15:45:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3f2fe0: devel/p5-B-C: disable parallel build Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3f2fe0c44bab1f3043f1eaf85724b914d0e5496e https://github.com/MidnightBSD/mports/commit/3f2fe0c44bab1f3043f1eaf85724b914d0e5496e Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M devel/p5-B-C/Makefile Log Message: ----------- devel/p5-B-C: disable parallel build The build was failing due to a race condition in the Makefile when generating C.c from C.xs. AI-Assisted-by: Gemini CLI Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 18:46:32 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 15:46:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 602642: databases/py-postgresql: fix setup.py patch Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 6026428b36b78c3b2b81e98b1c997f21f06c96c2 https://github.com/MidnightBSD/mports/commit/6026428b36b78c3b2b81e98b1c997f21f06c96c2 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M databases/py-postgresql/Makefile M databases/py-postgresql/files/patch-setup.py M databases/py-postgresql/pkg-descr Log Message: ----------- databases/py-postgresql: fix setup.py patch Regenerate the setup.py patch with usable context so the patch target applies cleanly, and move WWW metadata out of pkg-descr. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 18:57:17 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 15:57:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9239b3: misc/linux-claude: update to 2.1.139 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 9239b3e661cd30059605f9463b14dddb16e42040 https://github.com/MidnightBSD/mports/commit/9239b3e661cd30059605f9463b14dddb16e42040 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M misc/linux-claude/Makefile M misc/linux-claude/distinfo Log Message: ----------- misc/linux-claude: update to 2.1.139 AI-Assisted-by: Gemini CLI Signed-off-by: Lucas Holt Commit: fcbf65b74e49f7c6541440a916c56132b94db9f4 https://github.com/MidnightBSD/mports/commit/fcbf65b74e49f7c6541440a916c56132b94db9f4 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M devel/gdb/Makefile Log Message: ----------- devel/gdb: fix i386 build failure - BFD does not recognize midnightbsd target Set CONFIGURE_TARGET to i386-portbld-freebsd13.4 for i386, mirroring the existing amd64 override. Without this, configure defaults to i386-portbld-midnightbsd4.0 which bfd/config.bfd does not support. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 658f086a562caf447db190521a491370aa0c970b https://github.com/MidnightBSD/mports/commit/658f086a562caf447db190521a491370aa0c970b Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M databases/firebird30-server/Makefile Log Message: ----------- databases/firebird30-server: fix staged var db files Stage Firebird's absolute /var/db/firebird database files under FAKE_DESTDIR so fake QA can find help.fdb and security3.fdb.sample. Declare iconv because the build links installed utilities against libiconv. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/6026428b36b7...658f086a562c To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 19:05:04 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 16:05:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f56180: misc/gemini-cli: update to 0.41.2 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f56180475c7ef233d727e984f3390dbfe142ae3a https://github.com/MidnightBSD/mports/commit/f56180475c7ef233d727e984f3390dbfe142ae3a Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json Log Message: ----------- misc/gemini-cli: update to 0.41.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 19:18:50 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 16:18:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 308477: misc/bun-decompile: new port, extract/de-minify so... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 308477123ad736b7361960f0c2a9729bebf22e7c https://github.com/MidnightBSD/mports/commit/308477123ad736b7361960f0c2a9729bebf22e7c Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M misc/Makefile A misc/bun-decompile/Makefile A misc/bun-decompile/distinfo A misc/bun-decompile/files/package-lock.json A misc/bun-decompile/pkg-descr A misc/bun-decompile/pkg-plist Log Message: ----------- misc/bun-decompile: new port, extract/de-minify source from Bun executables Tool to extract and de-minify source code from Bun-compiled executables using AI (OpenAI or Anthropic). Ported from FreeBSD ports. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: b8dd6e4e61a4e91ad39b5a4419bb83d41d946ddf https://github.com/MidnightBSD/mports/commit/b8dd6e4e61a4e91ad39b5a4419bb83d41d946ddf Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M textproc/expat2/Makefile M textproc/expat2/distinfo Log Message: ----------- textproc/expat2: update to 2.8.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/f56180475c7e...b8dd6e4e61a4 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 21:42:06 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 18:42:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ca8017: update to 127 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: ca8017a9c0cb5e907906d3fb1cb04dcd3b18c13a https://github.com/MidnightBSD/mports/commit/ca8017a9c0cb5e907906d3fb1cb04dcd3b18c13a Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M sysutils/polkit/Makefile M sysutils/polkit/distinfo M sysutils/polkit/files/patch-docs_man_polkit.xml M sysutils/polkit/files/patch-src_polkit_polkitunixsession.c A sysutils/polkit/files/patch-src_polkitagent_polkitagenthelper-pam.c M sysutils/polkit/files/patch-src_polkitbackend_meson.build M sysutils/polkit/files/patch-src_polkitbackend_polkitbackendsessionmonitor.c A sysutils/polkit/files/patch-test_data_etc_polkit-1_rules.d_10-testing.rules A sysutils/polkit/files/patch-test_wrapper.py M sysutils/polkit/pkg-plist Log Message: ----------- update to 127 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 21:55:42 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 18:55:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d030c4: sysutils/monit: update to 5.35.2 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d030c4f2fe321a920a185bf5915a60ad416ef712 https://github.com/MidnightBSD/mports/commit/d030c4f2fe321a920a185bf5915a60ad416ef712 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M sysutils/monit/Makefile M sysutils/monit/distinfo M sysutils/monit/files/patch-configure Log Message: ----------- sysutils/monit: update to 5.35.2 Fix patch-configure for MidnightBSD uname detection. AI-Assisted-by: OpenAI GPT-5.2 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 22:35:47 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 19:35:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] fe90bc: sysutils/nut: align Makefile with FreeBSD port Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: fe90bc65bd55120914e5a151f2376ac7b4792334 https://github.com/MidnightBSD/mports/commit/fe90bc65bd55120914e5a151f2376ac7b4792334 Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M sysutils/nut/Makefile Log Message: ----------- sysutils/nut: align Makefile with FreeBSD port - Add explicit mandir and disable augeas lenses dir. - Fix staging for STATEDIR under FAKE_DESTDIR. AI-Assisted-by: OpenAI GPT-5.2 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Mon May 11 22:39:00 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 19:39:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e06979: sysutils/polkit: set rules.d dir mode 755 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e06979c733f0fa973abe74537bf538f19966e15a https://github.com/MidnightBSD/mports/commit/e06979c733f0fa973abe74537bf538f19966e15a Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M sysutils/polkit/pkg-plist Log Message: ----------- sysutils/polkit: set rules.d dir mode 755 Ensure polkit rules.d directories install with 0755. AI-Assisted-by: OpenAI GPT-5.2 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 00:02:05 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 21:02:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 722c19: mail/thunderbird: update to 147.0.2 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 722c19bf0bc09ea9ccc47877f12cbf0cec1d9cbf https://github.com/MidnightBSD/mports/commit/722c19bf0bc09ea9ccc47877f12cbf0cec1d9cbf Author: Lucas Holt Date: 2026-05-11 (Mon, 11 May 2026) Changed paths: M mail/thunderbird/Makefile M mail/thunderbird/distinfo M mail/thunderbird/files/patch-netwerk_wifi_freebsd_FreeBsdWifiScanner.cpp Log Message: ----------- mail/thunderbird: update to 147.0.2 - Bump DISTVERSION to 147.0.2 and regenerate distinfo. - Use perl5 USES (perl USES not supported in mports). - Fix malformed wifi scanner patch hunk header. AI-Assisted-by: OpenAI GPT-5.2 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 00:28:15 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 21:28:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c82e97: Add additional shell commands to settings.json Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c82e9766a15d226a36ad83525d83379f95b378bb https://github.com/MidnightBSD/mports/commit/c82e9766a15d226a36ad83525d83379f95b378bb Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M .gemini/settings.json Log Message: ----------- Add additional shell commands to settings.json To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 00:34:28 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 21:34:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2820ff: add grok-cli Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2820ff8cea7db8ae70fab24973c7d7eec186493f https://github.com/MidnightBSD/mports/commit/2820ff8cea7db8ae70fab24973c7d7eec186493f Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M misc/Makefile A misc/grok-cli/Makefile A misc/grok-cli/distinfo A misc/grok-cli/files/package-lock.json A misc/grok-cli/files/package.json A misc/grok-cli/pkg-descr A misc/grok-cli/pkg-plist Log Message: ----------- add grok-cli Commit: c3c8a08b10f0d06a45d7ae934e2e1bb2ee12c67a https://github.com/MidnightBSD/mports/commit/c3c8a08b10f0d06a45d7ae934e2e1bb2ee12c67a Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M misc/Makefile A misc/dotenv-linter/Makefile A misc/dotenv-linter/Makefile.crates A misc/dotenv-linter/distinfo A misc/dotenv-linter/pkg-descr Log Message: ----------- add dotenv-linter Commit: 089787ca5c8f68ec294ffbf1de5aa9ed24f87b3d https://github.com/MidnightBSD/mports/commit/089787ca5c8f68ec294ffbf1de5aa9ed24f87b3d Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M .gemini/settings.json Log Message: ----------- .gemini/settings.json: update list Commit: 05081b6065c45ba2e982de1ed2e9175d750f2e3f https://github.com/MidnightBSD/mports/commit/05081b6065c45ba2e982de1ed2e9175d750f2e3f Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M .gemini/settings.json M mail/thunderbird/Makefile M mail/thunderbird/distinfo M mail/thunderbird/files/patch-netwerk_wifi_freebsd_FreeBsdWifiScanner.cpp M sysutils/monit/Makefile M sysutils/monit/distinfo M sysutils/monit/files/patch-configure M sysutils/nut/Makefile M sysutils/polkit/Makefile M sysutils/polkit/distinfo M sysutils/polkit/files/patch-docs_man_polkit.xml M sysutils/polkit/files/patch-src_polkit_polkitunixsession.c A sysutils/polkit/files/patch-src_polkitagent_polkitagenthelper-pam.c M sysutils/polkit/files/patch-src_polkitbackend_meson.build M sysutils/polkit/files/patch-src_polkitbackend_polkitbackendsessionmonitor.c A sysutils/polkit/files/patch-test_data_etc_polkit-1_rules.d_10-testing.rules A sysutils/polkit/files/patch-test_wrapper.py M sysutils/polkit/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/c82e9766a15d...05081b6065c4 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 00:36:15 2026 From: noreply at github.com (dependabot[bot]) Date: Mon, 11 May 2026 21:36:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f9243e: build(deps): bump fast-uri from 3.1.0 to 3.1.2 in ... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/fast-uri-3.1.2 Home: https://github.com/MidnightBSD/mports Commit: f9243e94f34487774d904867f1c8da62913193db https://github.com/MidnightBSD/mports/commit/f9243e94f34487774d904867f1c8da62913193db Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump fast-uri from 3.1.0 to 3.1.2 in /misc/grok-cli/files Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 00:42:27 2026 From: noreply at github.com (Lucas Holt) Date: Mon, 11 May 2026 21:42:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f9af3b: misc/grok-cli: fix do-install FAKE_DESTDIR usage Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f9af3ba7cc4c482ac725962bf6c53ea4047f10f2 https://github.com/MidnightBSD/mports/commit/f9af3ba7cc4c482ac725962bf6c53ea4047f10f2 Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M misc/grok-cli/Makefile Log Message: ----------- misc/grok-cli: fix do-install FAKE_DESTDIR usage do-install automatically receives FAKE_DESTDIR prepended to PREFIX, so using ${FAKE_DESTDIR}${PREFIX} was double-prepending the staging directory. Use ${PREFIX} for filesystem operations and ${TRUE_PREFIX} for runtime paths embedded in installed scripts (shebang and wrapper exec line). AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 03:16:05 2026 From: noreply at github.com (dependabot[bot]) Date: Tue, 12 May 2026 00:16:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] db96bc: build(deps): bump axios from 1.13.2 to 1.16.0 in /... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/axios-1.16.0 Home: https://github.com/MidnightBSD/mports Commit: db96bc043c1fa46a7701e686db9ab76363979ac1 https://github.com/MidnightBSD/mports/commit/db96bc043c1fa46a7701e686db9ab76363979ac1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump axios from 1.13.2 to 1.16.0 in /misc/grok-cli/files Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 11:42:15 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 12 May 2026 08:42:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a303f5: misc/codex: update to 0.130.0 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a303f5b6e0bf3c9dbef16328d85e2d136c67697e https://github.com/MidnightBSD/mports/commit/a303f5b6e0bf3c9dbef16328d85e2d136c67697e Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M misc/codex/Makefile M misc/codex/Makefile.crates M misc/codex/distinfo A misc/codex/files/patch-cargo-crates_v8-146.4.0_third__party_partition__alloc_src_partition__alloc_stack_stack.cc A misc/codex/files/patch-v8_partition_alloc_libc_symbols.h Log Message: ----------- misc/codex: update to 0.130.0 AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 13:28:41 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 12 May 2026 10:28:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8f2c17: www/tomcat: update security releases Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 8f2c174f4b548db3d51a1a0eca3df153256fe14c https://github.com/MidnightBSD/mports/commit/8f2c174f4b548db3d51a1a0eca3df153256fe14c Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M www/tomcat-native/Makefile M www/tomcat-native/distinfo M www/tomcat101/Makefile M www/tomcat101/distinfo M www/tomcat110/Makefile M www/tomcat110/distinfo M www/tomcat110/pkg-plist M www/tomcat9/Makefile M www/tomcat9/distinfo Log Message: ----------- www/tomcat: update security releases Update Tomcat 9 to 9.0.118, Tomcat 10.1 to 10.1.55, Tomcat 11 to 11.0.22, and tomcat-native to 1.3.7. Adjust the Tomcat 11 plist for the upstream ECJ jar update. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 15:17:58 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 12 May 2026 12:17:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] cd74b0: devel/gdb: fix build on i386 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: cd74b0f4cc0d5ee8bd9318c15800ff3a3f54257c https://github.com/MidnightBSD/mports/commit/cd74b0f4cc0d5ee8bd9318c15800ff3a3f54257c Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M devel/gdb/Makefile Log Message: ----------- devel/gdb: fix build on i386 Generalize the CONFIGURE_TARGET override to support both amd64 and i386. BFD does not recognize the midnightbsd target, so we force it to treat it as freebsd. AI-Assisted-by: Gemini CLI Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 17:17:23 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 12 May 2026 14:17:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d3e0d3: Add Wayland terminal emulator ports Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d3e0d34c415bb103a19b706476897ac262dc14a5 https://github.com/MidnightBSD/mports/commit/d3e0d34c415bb103a19b706476897ac262dc14a5 Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M devel/Makefile A devel/simde/Makefile A devel/simde/distinfo A devel/simde/pkg-descr A devel/simde/pkg-plist A devel/tllist/Makefile A devel/tllist/distinfo A devel/tllist/pkg-descr M x11-fonts/Makefile A x11-fonts/fcft/Makefile A x11-fonts/fcft/distinfo A x11-fonts/fcft/pkg-descr A x11-fonts/fcft/pkg-plist A x11-fonts/nerd-fonts-symbols/Makefile A x11-fonts/nerd-fonts-symbols/distinfo A x11-fonts/nerd-fonts-symbols/pkg-descr M x11/Makefile A x11/alacritty/Makefile A x11/alacritty/Makefile.crates A x11/alacritty/distinfo A x11/alacritty/pkg-descr A x11/foot/Makefile A x11/foot/distinfo A x11/foot/pkg-descr A x11/foot/pkg-message A x11/foot/pkg-plist A x11/kitty/Makefile A x11/kitty/distinfo A x11/kitty/files/patch-docs_Makefile A x11/kitty/files/patch-docs_changelog.rst A x11/kitty/files/patch-docs_conf.py A x11/kitty/files/patch-glfw_wl__client__side__decorations.c A x11/kitty/files/patch-kitty_colors.c A x11/kitty/files/patch-setup.py A x11/kitty/files/patch-shell-integration_fish_vendor__conf.d_kitty-shell-integration.fish A x11/kitty/pkg-descr A x11/kitty/pkg-plist Log Message: ----------- Add Wayland terminal emulator ports Import foot, alacritty, and kitty from FreeBSD ports with the supporting dependency ports needed to build them in mports. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Commit: 30d9b201fd22bdca4486cabdf2aeab05ca668cca https://github.com/MidnightBSD/mports/commit/30d9b201fd22bdca4486cabdf2aeab05ca668cca Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M devel/p5-threads/Makefile A devel/p5-threads/files/patch-threads.xs Log Message: ----------- devel/p5-threads: fix build with Perl 5.40 PL_no_mem was removed from Perl 5.40 internals. Add a compatibility define so threads 2.21 builds against the new headers. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/cd74b0f4cc0d...30d9b201fd22 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 18:37:41 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 12 May 2026 15:37:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9164a8: www/p5-libwww: 6.83 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 9164a8e69a5ac8213655703a84ed948e96639cd6 https://github.com/MidnightBSD/mports/commit/9164a8e69a5ac8213655703a84ed948e96639cd6 Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M www/p5-libwww/Makefile M www/p5-libwww/distinfo Log Message: ----------- www/p5-libwww: 6.83 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Tue May 12 19:18:30 2026 From: noreply at github.com (Lucas Holt) Date: Tue, 12 May 2026 16:18:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 127d84: mail/dovecot24: add Dovecot 2.4.4 port Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 127d847697ad784141dd7dcad49a9a4d7d2a7582 https://github.com/MidnightBSD/mports/commit/127d847697ad784141dd7dcad49a9a4d7d2a7582 Author: Lucas Holt Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M multimedia/Makefile A multimedia/playerctl/Makefile A multimedia/playerctl/distinfo A multimedia/playerctl/pkg-descr A multimedia/playerctl/pkg-plist A multimedia/wf-recorder/Makefile A multimedia/wf-recorder/distinfo A multimedia/wf-recorder/pkg-descr A multimedia/wireplumber/Makefile A multimedia/wireplumber/distinfo A multimedia/wireplumber/files/10-wireplumber.conf.in A multimedia/wireplumber/files/patch-lib_wp_log.c A multimedia/wireplumber/pkg-descr A multimedia/wireplumber/pkg-plist M x11-toolkits/Makefile A x11-toolkits/wlroots019/Makefile A x11-toolkits/wlroots019/distinfo A x11-toolkits/wlroots019/pkg-descr A x11-toolkits/wlroots019/pkg-plist M x11-wm/Makefile A x11-wm/sway/Makefile A x11-wm/sway/distinfo A x11-wm/sway/files/extra-patch-wordexp A x11-wm/sway/pkg-descr A x11-wm/sway/pkg-message A x11-wm/sway/pkg-plist M x11/Makefile A x11/bemenu/Makefile A x11/bemenu/distinfo A x11/bemenu/pkg-descr A x11/bemenu/pkg-plist A x11/fuzzel/Makefile A x11/fuzzel/distinfo A x11/fuzzel/pkg-descr A x11/swaybg/Makefile A x11/swaybg/distinfo A x11/swaybg/pkg-descr A x11/waybar/Makefile A x11/waybar/distinfo A x11/waybar/files/date.pc.in A x11/waybar/files/patch-man_waybar-menu.5.scd A x11/waybar/files/patch-meson.build A x11/waybar/files/patch-resources_config.jsonc A x11/waybar/pkg-descr A x11/wl-clipboard/Makefile A x11/wl-clipboard/distinfo A x11/wl-clipboard/pkg-descr A x11/wofi/Makefile A x11/wofi/distinfo A x11/wofi/pkg-descr A x11/wofi/pkg-plist Log Message: ----------- mail/dovecot24: add Dovecot 2.4.4 port New port for Dovecot 2.4.x, which is not backward compatible with 2.3.x. Includes CONFLICTS_INSTALL to prevent coinstallation with the 2.3.x port. Adds Flatcurve (Xapian) FTS support replacing removed Lucene plugin. Removes libwrap, director, replicator, and old-stats components. Installs migration warning pointing users to the 2.3->2.4 upgrade guide. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:24:51 2026 From: noreply at github.com (Lucas Holt) Date: Wed, 13 May 2026 06:24:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0950d4: Add bun port Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 0950d44e0a27092a2d5884877f402fc872ab2a75 https://github.com/MidnightBSD/mports/commit/0950d44e0a27092a2d5884877f402fc872ab2a75 Author: Lucas Holt Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M lang/Makefile A lang/bun/Makefile A lang/bun/distinfo A lang/bun/files/patch-build.zig A lang/bun/files/patch-scripts_build_codegen.ts A lang/bun/files/patch-scripts_build_config.ts A lang/bun/files/patch-scripts_build_tools.ts A lang/bun/files/patch-src_codegen_bake-codegen.ts A lang/bun/files/patch-src_codegen_bundle-modules.ts A lang/bun/files/patch-test_integration_next-pages_test_dev-server-ssr-100.test.ts A lang/bun/files/patch-test_js_web_console_console-log-utf16.test.ts A lang/bun/files/patch-test_regression_issue_10132.test.ts A lang/bun/files/patch-test_regression_issue_18547.test.ts A lang/bun/files/patch-test_regression_issue_20144_20144.test.ts A lang/bun/files/patch-test_regression_issue_24314.test.ts A lang/bun/pkg-descr Log Message: ----------- Add bun port AI-Assisted-by: Codex Signed-off-by: Lucas Holt Commit: 0bc6a912b13534603f01fff2033ff0ccae3e99d6 https://github.com/MidnightBSD/mports/commit/0bc6a912b13534603f01fff2033ff0ccae3e99d6 Author: Lucas Holt Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: A .claude/commands/address-review.md Log Message: ----------- .claude/commands: add a review command Compare: https://github.com/MidnightBSD/mports/compare/127d847697ad...0bc6a912b135 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:50:15 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:50:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] dccc19: build(deps): bump ip-address in /devel/electron39/... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: dccc19ffd790001a53062cba23cb0d956eed3cca https://github.com/MidnightBSD/mports/commit/dccc19ffd790001a53062cba23cb0d956eed3cca Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: A devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump ip-address in /devel/electron39/files/packagejsons (#148) Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 10.0.1 to 10.1.1. - [Commits](https://github.com/beaugunderson/ip-address/commits) --- updated-dependencies: - dependency-name: ip-address dependency-version: 10.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:50:21 2026 From: noreply at github.com (Lucas Holt) Date: Wed, 13 May 2026 06:50:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/ip-address-10.1.1 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:51:59 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:51:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 21e269: build(deps): bump fast-uri from 3.1.0 to 3.1.2 in ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 21e269fba6df4eb96fa6c4874339af398551fdaf https://github.com/MidnightBSD/mports/commit/21e269fba6df4eb96fa6c4874339af398551fdaf Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump fast-uri from 3.1.0 to 3.1.2 in /misc/grok-cli/files (#151) Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:52:07 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:52:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/fast-uri-3.1.2 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:53:09 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:53:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 88d96a: build(deps-dev): bump @xmldom/xmldom Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/xmldom/xmldom-0.8.13 Home: https://github.com/MidnightBSD/mports Commit: 88d96a04c30d166816462a16fce16967f252a890 https://github.com/MidnightBSD/mports/commit/88d96a04c30d166816462a16fce16967f252a890 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/package.json M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps-dev): bump @xmldom/xmldom Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.11 to 0.8.13. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.8.11...0.8.13) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.8.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:54:13 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:54:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a3bb10: build(deps-dev): bump uuid in /devel/electron39/fi... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/uuid-14.0.0 Home: https://github.com/MidnightBSD/mports Commit: a3bb10a0a1a944ef6236e99620537f7d21d881a3 https://github.com/MidnightBSD/mports/commit/a3bb10a0a1a944ef6236e99620537f7d21d881a3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/spec/package.json M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps-dev): bump uuid in /devel/electron39/files/packagejsons Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:54:47 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:54:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 082a60: build(deps): bump follow-redirects Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/follow-redirects-1.16.0 Home: https://github.com/MidnightBSD/mports Commit: 082a6087f5f7dca3fe0d1892ff68c6e8d5f8107c https://github.com/MidnightBSD/mports/commit/082a6087f5f7dca3fe0d1892ff68c6e8d5f8107c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump follow-redirects Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:54:47 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:54:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1fa6f0: build(deps): bump basic-ftp in /devel/electron39/f... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/basic-ftp-5.3.0 Home: https://github.com/MidnightBSD/mports Commit: 1fa6f01fd1f4723a7053ea77fc81589cbb7b2c36 https://github.com/MidnightBSD/mports/commit/1fa6f01fd1f4723a7053ea77fc81589cbb7b2c36 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump basic-ftp in /devel/electron39/files/packagejsons Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 5.0.5 to 5.3.1. - [Release notes](https://github.com/patrickjuchli/basic-ftp/releases) - [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md) - [Commits](https://github.com/patrickjuchli/basic-ftp/compare/v5.0.5...v5.3.1) --- updated-dependencies: - dependency-name: basic-ftp dependency-version: 5.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:54:48 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:54:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a9f451: build(deps): bump axios in /devel/electron39/files... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/axios-1.15.2 Home: https://github.com/MidnightBSD/mports Commit: a9f451ba53d3dc4fd12e3962e82c5dc625cb036c https://github.com/MidnightBSD/mports/commit/a9f451ba53d3dc4fd12e3962e82c5dc625cb036c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump axios in /devel/electron39/files/packagejsons Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:54:54 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:54:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bf379d: build(deps): bump fast-xml-parser Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/fast-xml-parser-4.5.6 Home: https://github.com/MidnightBSD/mports Commit: bf379d50bc20b65fd45c080a1de883ab940b5cf2 https://github.com/MidnightBSD/mports/commit/bf379d50bc20b65fd45c080a1de883ab940b5cf2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump fast-xml-parser Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.3 to 4.5.6. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.3...v4.5.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 4.5.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:56:50 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:56:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 44720e: build(deps-dev): bump @xmldom/xmldom (#127) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 44720e447ce4281b56f4a05146ddc1e490e1e0da https://github.com/MidnightBSD/mports/commit/44720e447ce4281b56f4a05146ddc1e490e1e0da Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/package.json M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps-dev): bump @xmldom/xmldom (#127) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.11 to 0.8.13. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.8.11...0.8.13) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.8.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:56:58 2026 From: noreply at github.com (Lucas Holt) Date: Wed, 13 May 2026 06:56:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/xmldom/xmldom-0.8.13 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:59:09 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:59:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] dbb115: build(deps-dev): bump uuid in /devel/electron39/fi... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/uuid-14.0.0 Home: https://github.com/MidnightBSD/mports Commit: dbb1152d946e072e45b90d76a46b081a600ece69 https://github.com/MidnightBSD/mports/commit/dbb1152d946e072e45b90d76a46b081a600ece69 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/spec/package.json M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps-dev): bump uuid in /devel/electron39/files/packagejsons Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:59:27 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:59:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0155c7: build(deps): bump axios in /devel/electron39/files... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/axios-1.15.2 Home: https://github.com/MidnightBSD/mports Commit: 0155c7519238430873c4aa168a12b9eef82d0bd0 https://github.com/MidnightBSD/mports/commit/0155c7519238430873c4aa168a12b9eef82d0bd0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump axios in /devel/electron39/files/packagejsons Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:59:46 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:59:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e5de08: build(deps): bump fast-xml-parser Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/fast-xml-parser-4.5.6 Home: https://github.com/MidnightBSD/mports Commit: e5de085d6a2b2537e5e09a6a3e6a10a05f7cd776 https://github.com/MidnightBSD/mports/commit/e5de085d6a2b2537e5e09a6a3e6a10a05f7cd776 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump fast-xml-parser Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.3 to 4.5.6. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.3...v4.5.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 4.5.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:59:52 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:59:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2b9a08: build(deps): bump follow-redirects Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/follow-redirects-1.16.0 Home: https://github.com/MidnightBSD/mports Commit: 2b9a080867c2406970dc315487b0fcd35cb2ec70 https://github.com/MidnightBSD/mports/commit/2b9a080867c2406970dc315487b0fcd35cb2ec70 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump follow-redirects Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 09:59:56 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 06:59:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b38e72: build(deps): bump basic-ftp in /devel/electron39/f... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/basic-ftp-5.3.0 Home: https://github.com/MidnightBSD/mports Commit: b38e72f57137609a639805007af07d0be5fcf88b https://github.com/MidnightBSD/mports/commit/b38e72f57137609a639805007af07d0be5fcf88b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump basic-ftp in /devel/electron39/files/packagejsons Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 5.0.5 to 5.3.1. - [Release notes](https://github.com/patrickjuchli/basic-ftp/releases) - [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md) - [Commits](https://github.com/patrickjuchli/basic-ftp/compare/v5.0.5...v5.3.1) --- updated-dependencies: - dependency-name: basic-ftp dependency-version: 5.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 11:42:24 2026 From: noreply at github.com (Lucas Holt) Date: Wed, 13 May 2026 08:42:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3970f3: .claude/commands: fix and improve address-review c... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3970f3429ced3b9523481cc74510716871b2e02d https://github.com/MidnightBSD/mports/commit/3970f3429ced3b9523481cc74510716871b2e02d Author: Lucas Holt Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M .claude/commands/address-review.md Log Message: ----------- .claude/commands: fix and improve address-review command - Fix shell variable syntax: {PR_NUMBER}/{REVIEW_ID} ? ${PR_NUMBER}/${REVIEW_ID} - Add --paginate to gh api calls to handle PRs with many comments - Remove invalid activeForm todo field; add id field generation instruction - Add explicit bash URL-parsing logic for cross-repo review URLs AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 7322a683b7d067c59242fac47e98e0383eb9f705 https://github.com/MidnightBSD/mports/commit/7322a683b7d067c59242fac47e98e0383eb9f705 Author: Lucas Holt Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: A devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/package.json M devel/electron39/files/packagejsons/yarn.lock M misc/grok-cli/files/package-lock.json Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Commit: 67c9d2d7224096ab7c299a9f83906d6c5acbcee3 https://github.com/MidnightBSD/mports/commit/67c9d2d7224096ab7c299a9f83906d6c5acbcee3 Author: Lucas Holt Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/llvm21/Makefile M devel/llvm21/Makefile.RUNTIMES Log Message: ----------- Fix llvm21 runtime plist on i386 Remove i386 compiler-rt fuzzer/profile plist entries that are not produced, and drop the upstream FreeBSD-target runtime directory from the fake tree after copying runtime files into the MidnightBSD target directory. AI-Assisted-by: Codex Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/44720e447ce4...67c9d2d72240 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 11:43:43 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 08:43:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 668c9f: build(deps): bump basic-ftp in /devel/electron39/f... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 668c9fe052f28ed8de44ba3b2e2b0f837a997fa6 https://github.com/MidnightBSD/mports/commit/668c9fe052f28ed8de44ba3b2e2b0f837a997fa6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump basic-ftp in /devel/electron39/files/packagejsons (#129) Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 5.0.5 to 5.3.1. - [Release notes](https://github.com/patrickjuchli/basic-ftp/releases) - [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md) - [Commits](https://github.com/patrickjuchli/basic-ftp/compare/v5.0.5...v5.3.1) --- updated-dependencies: - dependency-name: basic-ftp dependency-version: 5.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 11:43:46 2026 From: noreply at github.com (Lucas Holt) Date: Wed, 13 May 2026 08:43:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/basic-ftp-5.3.0 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 11:45:59 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 08:45:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 071f46: build(deps-dev): bump uuid in /devel/electron39/fi... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/uuid-14.0.0 Home: https://github.com/MidnightBSD/mports Commit: 071f464d4bb6fa93ffaccb86be1b72fc6ae65c81 https://github.com/MidnightBSD/mports/commit/071f464d4bb6fa93ffaccb86be1b72fc6ae65c81 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/spec/package.json M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps-dev): bump uuid in /devel/electron39/files/packagejsons Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 11:46:18 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 08:46:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 544df7: build(deps): bump follow-redirects Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/follow-redirects-1.16.0 Home: https://github.com/MidnightBSD/mports Commit: 544df769f05f371f298a4c6e2509a3d333beb6f9 https://github.com/MidnightBSD/mports/commit/544df769f05f371f298a4c6e2509a3d333beb6f9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump follow-redirects Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 11:46:22 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 08:46:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e4b954: build(deps): bump axios in /devel/electron39/files... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/axios-1.15.2 Home: https://github.com/MidnightBSD/mports Commit: e4b9540ded3af385961a81c52d1c304397aaf732 https://github.com/MidnightBSD/mports/commit/e4b9540ded3af385961a81c52d1c304397aaf732 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump axios in /devel/electron39/files/packagejsons Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 11:46:29 2026 From: noreply at github.com (dependabot[bot]) Date: Wed, 13 May 2026 08:46:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 387047: build(deps): bump fast-xml-parser Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/fast-xml-parser-4.5.6 Home: https://github.com/MidnightBSD/mports Commit: 3870470e79ce8e52b8ae7a0b92c07d8dbff8dc0d https://github.com/MidnightBSD/mports/commit/3870470e79ce8e52b8ae7a0b92c07d8dbff8dc0d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump fast-xml-parser Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.3 to 4.5.6. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.3...v4.5.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 4.5.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Wed May 13 14:03:46 2026 From: noreply at github.com (Lucas Holt) Date: Wed, 13 May 2026 11:03:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8aa94d: misc/openclaw: update to 2026.5.7 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 8aa94ddad21c12907a60a4f47543ec8c7170bc99 https://github.com/MidnightBSD/mports/commit/8aa94ddad21c12907a60a4f47543ec8c7170bc99 Author: Lucas Holt Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M misc/openclaw/Makefile M misc/openclaw/distinfo M misc/openclaw/files/package-lock-koffi.json M misc/openclaw/files/package-lock-node-addon-api.json M misc/openclaw/files/package-lock.json Log Message: ----------- misc/openclaw: update to 2026.5.7 Refresh the npm dependency lockfiles and native helper archives for the new OpenClaw release. AI-Assisted-by: Codex Signed-off-by: Lucas Holt Commit: 80713c66b04743ba113755d8960b1e0cedaa68b2 https://github.com/MidnightBSD/mports/commit/80713c66b04743ba113755d8960b1e0cedaa68b2 Author: Lucas Holt Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M net-p2p/libktorrent/Makefile M net-p2p/libktorrent/distinfo Log Message: ----------- net-p2p/libktorrent: fix distinfo for 25.12.0 Regenerate distinfo for the current KDE Applications distfile and declare the libraries found by fake-qa so the package has complete runtime dependencies. AI-Assisted-by: Codex Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/668c9fe052f2...80713c66b047 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 15:17:42 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 12:17:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c2bb53: devel/rubygem-hoe: add version 4.7.0 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c2bb53faf6e468ce2d5769e56ed30cfbc9cd1a98 https://github.com/MidnightBSD/mports/commit/c2bb53faf6e468ce2d5769e56ed30cfbc9cd1a98 Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: A devel/rubygem-hoe/Makefile A devel/rubygem-hoe/distinfo A devel/rubygem-hoe/pkg-descr Log Message: ----------- devel/rubygem-hoe: add version 4.7.0 Simple rake/rubygems helper for project Rakefiles. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 15:21:13 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 12:21:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f10a30: devel/spirv-llvm-translator: fix BUILD_DEPENDS on ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f10a3030133f202a65c0d98a77c129677503acf0 https://github.com/MidnightBSD/mports/commit/f10a3030133f202a65c0d98a77c129677503acf0 Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M devel/spirv-llvm-translator/Makefile Log Message: ----------- devel/spirv-llvm-translator: fix BUILD_DEPENDS on i386 libLLVMMipsCodeGen.a is not built on i386 (only the X86 native backend is enabled there). Switch the static-lib presence check to libLLVMCore.a, which is always built regardless of which backends are enabled. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 15:28:03 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 12:28:03 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] dc0425: audio/chromaprint: fix build with FFmpeg 7.0+ Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: dc042546bab3806fd7b1135dd147060a261db76f https://github.com/MidnightBSD/mports/commit/dc042546bab3806fd7b1135dd147060a261db76f Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M audio/chromaprint/Makefile A audio/chromaprint/files/patch-src_audio_ffmpeg_audio_reader.h Log Message: ----------- audio/chromaprint: fix build with FFmpeg 7.0+ Two APIs removed in FFmpeg 7.0 broke the build: - avfft (FFT backend): switch to bundled kissfft - avcodec_close(): replace with avcodec_free_context() Update LIB_DEPENDS from libavcodec to libswresample, which is the actual runtime dependency when using the swresample audio processor. Bump PORTREVISION. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 15:40:41 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 12:40:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 418f4e: audio/audiocd-kio: fix plist soversion for KDE Gea... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 418f4e55a8ace7048bbd011ba567e7a53b94bc74 https://github.com/MidnightBSD/mports/commit/418f4e55a8ace7048bbd011ba567e7a53b94bc74 Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M audio/audiocd-kio/Makefile M audio/audiocd-kio/pkg-plist Log Message: ----------- audio/audiocd-kio: fix plist soversion for KDE Gear versioning The CMakeLists.txt sets the library version to 5.1.${MAJOR}${MINOR}${MICRO} (e.g. 5.1.25120 for 25.12.0), but the plist hardcoded 5.1.0. Add a PLIST_SUB variable computed from the KDE applications version components to keep the plist correct across KDE Gear releases. Bump PORTREVISION. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 17:53:24 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 14:53:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9f00f5: audio/faust: update to 2.85.5 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 9f00f5d3424c6bae8088ff51c565c8afa3d2b31a https://github.com/MidnightBSD/mports/commit/9f00f5d3424c6bae8088ff51c565c8afa3d2b31a Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M audio/faust/Makefile M audio/faust/distinfo M audio/faust/files/patch-architecture_faust_dsp_dsp-adapter.h R audio/faust/files/patch-architecture_faust_dsp_faust-dynamic-engine.cpp M audio/faust/files/patch-build_CMakeLists.txt A audio/faust/files/patch-compiler_errors_exception.hh M audio/faust/pkg-plist Log Message: ----------- audio/faust: update to 2.85.5 Upgrade from 2.54.9 to 2.85.5. The old version was incompatible with LLVM 17+ due to removed APIs (PassManagerBuilder, makeArrayRef, getPointerElementType, moved headers). 2.85.5 supports LLVM 17/18/19 natively and builds cleanly with our llvm19. Switch from USE_GITHUB (source archive) to official release tarball which bundles faustlibraries, removing the GH_TUPLE submodule fetch. Add upstream C++17 fix patch (PR #1170). Add libzstd dependency required by LLVM 19. Replace old LLVM compat patches with BSD-specific patches matching FreeBSD ports 2.85.5. Clean up patch .orig backup files in post-patch to prevent them being installed with headers. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 17:54:31 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 14:54:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 242b20: lang/rust: use wrapper scripts for bundled LLVM co... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 242b2067079e5e42780920022f304002a69d1cbf https://github.com/MidnightBSD/mports/commit/242b2067079e5e42780920022f304002a69d1cbf Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M lang/rust/Makefile Log Message: ----------- lang/rust: use wrapper scripts for bundled LLVM compiler paths in config.toml Replace direct paths to bundled clang binaries with thin shell wrappers in wasm-bin/ to avoid issues with the _RUST_TARGET-containing path being embedded literally in config.toml. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 19:51:24 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 16:51:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 34e8b3: www/firefox: update to 146.0.1 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 34e8b39e7e586835dd271768a3fd31e5030b7c91 https://github.com/MidnightBSD/mports/commit/34e8b39e7e586835dd271768a3fd31e5030b7c91 Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M www/firefox/Makefile M www/firefox/distinfo Log Message: ----------- www/firefox: update to 146.0.1 Remove --disable-dtrace which is no longer a valid configure option in Firefox 146. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 20:06:08 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 17:06:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e11265: devel/gh: update to 2.85.0 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e1126588e73fd7c0ccaf2db314eb66a565401063 https://github.com/MidnightBSD/mports/commit/e1126588e73fd7c0ccaf2db314eb66a565401063 Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M devel/gh/Makefile M devel/gh/distinfo Log Message: ----------- devel/gh: update to 2.85.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 20:25:59 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 17:25:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7d3108: AGENTS.md: require branch and PR per port change Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 7d3108e465e4d80fbe516da4889b11e80b685ecc https://github.com/MidnightBSD/mports/commit/7d3108e465e4d80fbe516da4889b11e80b685ecc Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M AGENTS.md Log Message: ----------- AGENTS.md: require branch and PR per port change AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 20:28:10 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 17:28:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ffd1fa: AGENTS.md: prefer gh CLI for GitHub operations whe... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: ffd1fa2cc969fc89afadc2fb9ba3834037ff8242 https://github.com/MidnightBSD/mports/commit/ffd1fa2cc969fc89afadc2fb9ba3834037ff8242 Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M AGENTS.md Log Message: ----------- AGENTS.md: prefer gh CLI for GitHub operations when available AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 20:29:59 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 17:29:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8a7ba4: .gitignore: exclude .claude/settings.local.json Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 8a7ba4b20b61ee908f09ae17cc17cc0e9238bd98 https://github.com/MidnightBSD/mports/commit/8a7ba4b20b61ee908f09ae17cc17cc0e9238bd98 Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M .gitignore Log Message: ----------- .gitignore: exclude .claude/settings.local.json AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 21:38:28 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 18:38:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ff9bc6: add cppcheck Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: ff9bc6ff8c16e902aeda51c472e866467836e25d https://github.com/MidnightBSD/mports/commit/ff9bc6ff8c16e902aeda51c472e866467836e25d Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M devel/Makefile A devel/cppcheck/Makefile A devel/cppcheck/distinfo A devel/cppcheck/files/patch-CMakeLists.txt A devel/cppcheck/files/patch-cli_CMakeLists.txt A devel/cppcheck/files/patch-gui_CMakeLists.txt A devel/cppcheck/files/patch-test_CMakeLists.txt A devel/cppcheck/files/patch-test_signal_CMakeLists.txt A devel/cppcheck/files/patch-test_testfilelister.cpp A devel/cppcheck/files/patch-test_testpath.cpp A devel/cppcheck/pkg-descr A devel/cppcheck/pkg-plist Log Message: ----------- add cppcheck To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Thu May 14 23:05:39 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 20:05:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 68a2b2: Add C precommit static analysis skills Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 68a2b295246dae8b3731f2566508af06534462bd https://github.com/MidnightBSD/src/commit/68a2b295246dae8b3731f2566508af06534462bd Author: Lucas Holt Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M AGENTS.md A skills/cppcheck-clang-format-precommit/SKILL.md A skills/cppcheck-clang-format-precommit/scripts/precommit_c_sanity.sh A skills/splint-post-c-sanity/SKILL.md A skills/splint-post-c-sanity/scripts/run_splint_on_staged.sh Log Message: ----------- Add C precommit static analysis skills To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Fri May 15 00:05:36 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 21:05:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2ea562: www/nginx: update to 1.30.1 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2ea56204fc925e0ff64400142d15ccda0cdd3cfe https://github.com/MidnightBSD/mports/commit/2ea56204fc925e0ff64400142d15ccda0cdd3cfe Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M www/nginx/Makefile M www/nginx/distinfo M www/nginx/version.mk Log Message: ----------- www/nginx: update to 1.30.1 Update nginx to the stable release that fixes CVE-2026-42945 and refresh the main distfile checksum. AI-Assisted-by: Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 00:39:50 2026 From: noreply at github.com (Lucas Holt) Date: Thu, 14 May 2026 21:39:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ddf3b8: devel/electron39: fix yarn 4.x fetch and offline c... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: ddf3b8b0ac3ed86e9c9381f2646550f9c831625d https://github.com/MidnightBSD/mports/commit/ddf3b8b0ac3ed86e9c9381f2646550f9c831625d Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/electron39/Makefile M devel/electron39/distinfo Log Message: ----------- devel/electron39: fix yarn 4.x fetch and offline corepack setup yarn-4.x (Berry) is not published on registry.npmjs.org under the 'yarn' package name; that URL 404s. Additionally, repo.yarnpkg.com is defunct. Corepack's npm fallback for yarn 4.x is @yarnpkg/cli-dist. - Change YARN_NPM_URL to registry.npmjs.org/@yarnpkg/cli-dist - Update distinfo SHA256/SIZE for the new source tarball - Replace `corepack install -g` (which requires a corepack-pack format archive) with manual COREPACK_HOME seeding: extract yarn.js from the @yarnpkg/cli-dist npm tarball, write the sha512-based .corepack metadata, and create lastKnownGood.json - Add COREPACK_HOME and COREPACK_ENABLE_NETWORK=0 to MAKE_ENV so all yarn invocations use the pre-seeded local binary without attempting network access AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 08:34:53 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 05:34:53 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] fac93d: misc/gemini-cli: update to 0.42.0 Message-ID: Branch: refs/heads/misc/gemini-cli Home: https://github.com/MidnightBSD/mports Commit: fac93dc4e3598678a74d092dcfa60139f5612023 https://github.com/MidnightBSD/mports/commit/fac93dc4e3598678a74d092dcfa60139f5612023 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json M misc/gemini-cli/pkg-plist Log Message: ----------- misc/gemini-cli: update to 0.42.0 AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 08:44:17 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 05:44:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7769f3: misc/gemini-cli: clean self-update leftovers on de... Message-ID: Branch: refs/heads/misc/gemini-cli Home: https://github.com/MidnightBSD/mports Commit: 7769f3edc326ed6d604daece7b432d501c5e661e https://github.com/MidnightBSD/mports/commit/7769f3edc326ed6d604daece7b432d501c5e661e Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: A misc/gemini-cli/pkg-deinstall Log Message: ----------- misc/gemini-cli: clean self-update leftovers on deinstall Gemini CLI can self-update outside mport, leaving unmanaged files behind under its installed node_modules tree. Add a deinstall hook to remove that subtree after normal package removal. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 08:57:56 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 05:57:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c81ae2: Misc/gemini cli (#153) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c81ae26e3a4b3299d6924c1acf35135a3c346d46 https://github.com/MidnightBSD/mports/commit/c81ae26e3a4b3299d6924c1acf35135a3c346d46 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json A misc/gemini-cli/pkg-deinstall M misc/gemini-cli/pkg-plist Log Message: ----------- Misc/gemini cli (#153) * misc/gemini-cli: update to 0.42.0 AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt * misc/gemini-cli: clean self-update leftovers on deinstall Gemini CLI can self-update outside mport, leaving unmanaged files behind under its installed node_modules tree. Add a deinstall hook to remove that subtree after normal package removal. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 08:57:57 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 05:57:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/misc/gemini-cli Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:22:36 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 07:22:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c6e2f2: www/p5-WWW-Mechanize-Cached: add 2.00, fix securit... Message-ID: Branch: refs/heads/misc/linux-claude Home: https://github.com/MidnightBSD/mports Commit: c6e2f282b17de9c11272a1ab5c6c15e522570334 https://github.com/MidnightBSD/mports/commit/c6e2f282b17de9c11272a1ab5c6c15e522570334 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/Makefile A devel/p5-File-XDG/Makefile A devel/p5-File-XDG/distinfo A devel/p5-File-XDG/pkg-descr A devel/p5-File-XDG/pkg-plist M devel/p5-Path-Tiny/Makefile M devel/p5-Path-Tiny/distinfo M www/Makefile A www/p5-WWW-Mechanize-Cached/Makefile A www/p5-WWW-Mechanize-Cached/distinfo A www/p5-WWW-Mechanize-Cached/pkg-descr A www/p5-WWW-Mechanize-Cached/pkg-plist Log Message: ----------- www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 https://github.com/MidnightBSD/mports/commit/c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json A misc/gemini-cli/pkg-deinstall M misc/gemini-cli/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Commit: e8bd76db165b997f24bde7892b55b97916ba3d2c https://github.com/MidnightBSD/mports/commit/e8bd76db165b997f24bde7892b55b97916ba3d2c Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/linux-claude/Makefile M misc/linux-claude/distinfo M misc/linux-claude/pkg-descr Log Message: ----------- misc/linux-claude: update to 2.1.142 AI-Assisted-by: Codex Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/c6e2f282b17d%5E...e8bd76db165b To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:23:37 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 07:23:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 046581: Misc/linux claude (#154) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 0465819d47005d3fc1716dfb00911fa176009c19 https://github.com/MidnightBSD/mports/commit/0465819d47005d3fc1716dfb00911fa176009c19 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/Makefile A devel/p5-File-XDG/Makefile A devel/p5-File-XDG/distinfo A devel/p5-File-XDG/pkg-descr A devel/p5-File-XDG/pkg-plist M devel/p5-Path-Tiny/Makefile M devel/p5-Path-Tiny/distinfo M misc/linux-claude/Makefile M misc/linux-claude/distinfo M misc/linux-claude/pkg-descr M www/Makefile A www/p5-WWW-Mechanize-Cached/Makefile A www/p5-WWW-Mechanize-Cached/distinfo A www/p5-WWW-Mechanize-Cached/pkg-descr A www/p5-WWW-Mechanize-Cached/pkg-plist Log Message: ----------- Misc/linux claude (#154) * www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * misc/linux-claude: update to 2.1.142 AI-Assisted-by: Codex Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:23:44 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 07:23:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/misc/linux-claude Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:24:54 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 07:24:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 675e14: build(deps): bump fast-xml-parser (#132) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 675e14dcf2412666c3e480760715fdac78aefd16 https://github.com/MidnightBSD/mports/commit/675e14dcf2412666c3e480760715fdac78aefd16 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump fast-xml-parser (#132) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.3 to 4.5.6. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.3...v4.5.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 4.5.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:24:56 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 07:24:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/fast-xml-parser-4.5.6 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:27:29 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 07:27:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e819d2: build(deps-dev): bump uuid in /devel/electron39/fi... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/uuid-14.0.0 Home: https://github.com/MidnightBSD/mports Commit: e819d2e4b5544e598572437210dac4b7ff778b9d https://github.com/MidnightBSD/mports/commit/e819d2e4b5544e598572437210dac4b7ff778b9d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/spec/package.json M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps-dev): bump uuid in /devel/electron39/files/packagejsons Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:27:42 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 07:27:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 804f06: build(deps): bump follow-redirects Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/follow-redirects-1.16.0 Home: https://github.com/MidnightBSD/mports Commit: 804f06d693e822e222312e2b638e1ff86ed6854d https://github.com/MidnightBSD/mports/commit/804f06d693e822e222312e2b638e1ff86ed6854d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump follow-redirects Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:27:49 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 07:27:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] cefd24: build(deps): bump axios in /devel/electron39/files... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/axios-1.15.2 Home: https://github.com/MidnightBSD/mports Commit: cefd24a35280d1f5835eab617f969383f04b8714 https://github.com/MidnightBSD/mports/commit/cefd24a35280d1f5835eab617f969383f04b8714 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump axios in /devel/electron39/files/packagejsons Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:39:53 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 07:39:53 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c8b693: audio/audio-editing: add audio editing metaport Message-ID: Branch: refs/heads/audio/audio-editing Home: https://github.com/MidnightBSD/mports Commit: c8b693286f258f9d47a80023085a5ad88fcb46f4 https://github.com/MidnightBSD/mports/commit/c8b693286f258f9d47a80023085a5ad88fcb46f4 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M audio/Makefile A audio/audio-editing/Makefile A audio/audio-editing/pkg-descr Log Message: ----------- audio/audio-editing: add audio editing metaport AI-Assisted-by: Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:41:00 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 07:41:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a12287: misc/gemini-cli: clean fetch workdir before bundling Message-ID: Branch: refs/heads/misc/gemini-cli Home: https://github.com/MidnightBSD/mports Commit: a12287300f129bd7b7955f2f6484dc8ba01d3982 https://github.com/MidnightBSD/mports/commit/a12287300f129bd7b7955f2f6484dc8ba01d3982 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile Log Message: ----------- misc/gemini-cli: clean fetch workdir before bundling AI-Assisted-by: Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:41:43 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 07:41:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 22a12c: audio/audio-editing: add audio editing metaport (#... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 22a12c97589d961978295cc8ee2f8c854a016564 https://github.com/MidnightBSD/mports/commit/22a12c97589d961978295cc8ee2f8c854a016564 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M audio/Makefile A audio/audio-editing/Makefile A audio/audio-editing/pkg-descr Log Message: ----------- audio/audio-editing: add audio editing metaport (#156) AI-Assisted-by: Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:41:47 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 07:41:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/audio/audio-editing Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:42:06 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 07:42:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 208f66: misc/gemini-cli: clean fetch workdir before bundli... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 208f66fade6ecb69b0c088fd929dfe4875baddc4 https://github.com/MidnightBSD/mports/commit/208f66fade6ecb69b0c088fd929dfe4875baddc4 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile Log Message: ----------- misc/gemini-cli: clean fetch workdir before bundling (#157) AI-Assisted-by: Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 10:42:08 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 07:42:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/misc/gemini-cli Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:03:23 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:03:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/serd Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:03:23 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:03:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5dbcfc: audio/sratom: update to 0.6.22, switch waf to meson Message-ID: Branch: refs/heads/audio/sratom Home: https://github.com/MidnightBSD/mports Commit: 5dbcfce913ec6e279333972c8cccf48e4bc72346 https://github.com/MidnightBSD/mports/commit/5dbcfce913ec6e279333972c8cccf48e4bc72346 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M audio/sratom/Makefile M audio/sratom/distinfo Log Message: ----------- audio/sratom: update to 0.6.22, switch waf to meson Paired with serd 0.32.8 and sord 0.16.22 updates. 0.6.22 switches to meson+xz and drops PORTREVISION since version was bumped. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:03:23 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:03:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/sord Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:04:22 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:04:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 71d374: Devel/sord (#158) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 71d3749954892758a0007f1c2062a0d5dca3a6c3 https://github.com/MidnightBSD/mports/commit/71d3749954892758a0007f1c2062a0d5dca3a6c3 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/serd/Makefile M devel/serd/distinfo M devel/serd/pkg-plist M devel/sord/Makefile M devel/sord/distinfo Log Message: ----------- Devel/sord (#158) * devel/serd: update to 0.32.8, switch waf to meson serd 0.30.12 lacked SERD_UNSPECIFIED which newer drobilla ports require. 0.32.8 adds that annotation and switches from waf+bz2 to meson+xz. New HTML man page files added to pkg-plist. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * devel/sord: update to 0.16.22, switch waf to meson sord 0.16.10 is too old for lilv 0.26.2 (requires sord >= 0.16.20). 0.16.22 switches to meson+xz, drops pcre for pcre2, adds zix dependency. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:04:25 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:04:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/sord Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:04:42 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:04:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 032e19: Audio/sratom (#159) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 032e198d946b4c463f4688ec5b59017719a37fd8 https://github.com/MidnightBSD/mports/commit/032e198d946b4c463f4688ec5b59017719a37fd8 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M audio/sratom/Makefile M audio/sratom/distinfo Log Message: ----------- Audio/sratom (#159) * devel/serd: update to 0.32.8, switch waf to meson serd 0.30.12 lacked SERD_UNSPECIFIED which newer drobilla ports require. 0.32.8 adds that annotation and switches from waf+bz2 to meson+xz. New HTML man page files added to pkg-plist. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * devel/sord: update to 0.16.22, switch waf to meson sord 0.16.10 is too old for lilv 0.26.2 (requires sord >= 0.16.20). 0.16.22 switches to meson+xz, drops pcre for pcre2, adds zix dependency. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * audio/sratom: update to 0.6.22, switch waf to meson Paired with serd 0.32.8 and sord 0.16.22 updates. 0.6.22 switches to meson+xz and drops PORTREVISION since version was bumped. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:04:46 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:04:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/audio/sratom Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:05:02 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:05:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ae9716: devel/serd: update to 0.32.8, switch waf to meson ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: ae971608d94d4e403ca03718c221bb79ecf4f366 https://github.com/MidnightBSD/mports/commit/ae971608d94d4e403ca03718c221bb79ecf4f366 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: Log Message: ----------- devel/serd: update to 0.32.8, switch waf to meson (#160) serd 0.30.12 lacked SERD_UNSPECIFIED which newer drobilla ports require. 0.32.8 adds that annotation and switches from waf+bz2 to meson+xz. New HTML man page files added to pkg-plist. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:07:36 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:07:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f025d1: Add dotnet ports Message-ID: Branch: refs/heads/lang/dotnet8 Home: https://github.com/MidnightBSD/mports Commit: f025d1bb6f249962ed3ac2e94facc74a76d755ad https://github.com/MidnightBSD/mports/commit/f025d1bb6f249962ed3ac2e94facc74a76d755ad Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M lang/Makefile A lang/dotnet/Makefile A lang/dotnet/distinfo A lang/dotnet/files/0002-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet/files/extra-patch-base-openssl A lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet/files/patch-src_roslyn-analyzers_src_PerformanceTests_Tests_PerformanceTests.csproj A lang/dotnet/files/patch-src_runtime_src_native_libs_System.IO.Compression.Native_CMakeLists.txt A lang/dotnet/pkg-descr A lang/dotnet/pkg-plist A lang/dotnet8/Makefile A lang/dotnet8/distinfo A lang/dotnet8/files/0003-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet8/files/patch-build.proj A lang/dotnet8/files/patch-src_aspnetcore_eng_Dependencies.props A lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet8/files/patch-src_installer_src_redist_targets_GenerateBundledVersions.targets A lang/dotnet8/files/patch-src_runtime_src_coreclr_gc_unix_gcenv.unix.cpp A lang/dotnet8/files/patch-src_runtime_src_coreclr_vm_jitinterface.cpp A lang/dotnet8/files/patch-src_runtime_src_libraries_System.Runtime_tests_System_GCTests.cs A lang/dotnet8/files/patch-src_runtime_src_native_libs_System.Native_pal__networkstatistics.c A lang/dotnet8/pkg-descr A lang/dotnet8/pkg-plist Log Message: ----------- Add dotnet ports Import lang/dotnet as the shared master port and lang/dotnet8 as the .NET 8 slave port, based on the FreeBSD ports with MidnightBSD-local adjustments. AI-Assisted-by: Codex Signed-off-by: Lucas Holt Commit: 43d18ffa864c45c451f4be81e51b78edf9961949 https://github.com/MidnightBSD/mports/commit/43d18ffa864c45c451f4be81e51b78edf9961949 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: A lang/dotnet/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet8/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet8/files/patch-eng_common_native_init-os-and-arch.sh Log Message: ----------- Fix dotnet build OS detection on MidnightBSD Map MidnightBSD to the FreeBSD build path in the dotnet source-build scripts and use midnightbsd-version when freebsd-version is unavailable. AI-Assisted-by: Codex Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/f025d1bb6f24%5E...43d18ffa864c To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:08:29 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:08:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 809bca: Lang/dotnet8 (#161) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 809bcaae0efb1ebcb468a224504b1562a856c80a https://github.com/MidnightBSD/mports/commit/809bcaae0efb1ebcb468a224504b1562a856c80a Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M lang/Makefile A lang/dotnet/Makefile A lang/dotnet/distinfo A lang/dotnet/files/0002-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet/files/extra-patch-base-openssl A lang/dotnet/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet/files/patch-src_roslyn-analyzers_src_PerformanceTests_Tests_PerformanceTests.csproj A lang/dotnet/files/patch-src_runtime_src_native_libs_System.IO.Compression.Native_CMakeLists.txt A lang/dotnet/pkg-descr A lang/dotnet/pkg-plist A lang/dotnet8/Makefile A lang/dotnet8/distinfo A lang/dotnet8/files/0003-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet8/files/patch-build.proj A lang/dotnet8/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet8/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet8/files/patch-src_aspnetcore_eng_Dependencies.props A lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet8/files/patch-src_installer_src_redist_targets_GenerateBundledVersions.targets A lang/dotnet8/files/patch-src_runtime_src_coreclr_gc_unix_gcenv.unix.cpp A lang/dotnet8/files/patch-src_runtime_src_coreclr_vm_jitinterface.cpp A lang/dotnet8/files/patch-src_runtime_src_libraries_System.Runtime_tests_System_GCTests.cs A lang/dotnet8/files/patch-src_runtime_src_native_libs_System.Native_pal__networkstatistics.c A lang/dotnet8/pkg-descr A lang/dotnet8/pkg-plist Log Message: ----------- Lang/dotnet8 (#161) * Add dotnet ports Import lang/dotnet as the shared master port and lang/dotnet8 as the .NET 8 slave port, based on the FreeBSD ports with MidnightBSD-local adjustments. AI-Assisted-by: Codex Signed-off-by: Lucas Holt * Fix dotnet build OS detection on MidnightBSD Map MidnightBSD to the FreeBSD build path in the dotnet source-build scripts and use midnightbsd-version when freebsd-version is unavailable. AI-Assisted-by: Codex Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:08:32 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:08:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/lang/dotnet8 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:17:52 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:17:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 94f7fb: www/qt6-webengine: add NSS/NSPR include paths to C... Message-ID: Branch: refs/heads/worktree-www+qt6-webengine Home: https://github.com/MidnightBSD/mports Commit: 94f7fb9a11c9958a83eac04dc10d6d6b07c02001 https://github.com/MidnightBSD/mports/commit/94f7fb9a11c9958a83eac04dc10d6d6b07c02001 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M www/qt6-webengine/Makefile Log Message: ----------- www/qt6-webengine: add NSS/NSPR include paths to CXXFLAGS Chromium's crypto/ code includes NSS headers directly (pk11pub.h, secoidt.h) but these are installed to ${LOCALBASE}/include/nss/ and ${LOCALBASE}/include/nspr/, not ${LOCALBASE}/include/. Add both to CXXFLAGS so the GN toolchain can find them, mirroring the existing libepoll-shim path fix. Fixes build failure on i386. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:18:45 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:18:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1de183: www/qt6-webengine: add NSS/NSPR include paths to C... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 1de18309d0407c971fe674cb17a8d59698c85974 https://github.com/MidnightBSD/mports/commit/1de18309d0407c971fe674cb17a8d59698c85974 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M www/qt6-webengine/Makefile Log Message: ----------- www/qt6-webengine: add NSS/NSPR include paths to CXXFLAGS (#162) Chromium's crypto/ code includes NSS headers directly (pk11pub.h, secoidt.h) but these are installed to ${LOCALBASE}/include/nss/ and ${LOCALBASE}/include/nspr/, not ${LOCALBASE}/include/. Add both to CXXFLAGS so the GN toolchain can find them, mirroring the existing libepoll-shim path fix. Fixes build failure on i386. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:18:47 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:18:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/worktree-www+qt6-webengine Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:19:19 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:19:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 9684ec: lib/libsqlite3: enable PREUPDATE_HOOK and COLUMN_M... Message-ID: Branch: refs/heads/libexec/rtld-freebsd-noinit Home: https://github.com/MidnightBSD/src Commit: 9684ec4f4773be06b3ac54157cbe41a38bc916a0 https://github.com/MidnightBSD/src/commit/9684ec4f4773be06b3ac54157cbe41a38bc916a0 Author: Lucas Holt Date: 2026-05-08 (Fri, 08 May 2026) Changed paths: M lib/libsqlite3/Makefile Log Message: ----------- lib/libsqlite3: enable PREUPDATE_HOOK and COLUMN_METADATA SQLITE_ENABLE_SESSION alone is insufficient; SQLite's documentation requires SQLITE_ENABLE_PREUPDATE_HOOK to be defined alongside it for the session/changeset/patchset API (sqlite3session_*, sqlite3changeset_*) to be fully functional. SQLITE_ENABLE_COLUMN_METADATA enables sqlite3_column_origin_name(), sqlite3_column_database_name(), and sqlite3_column_table_name(), which Node.js 24 and other consumers depend on. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 7380db833521c75d89576ca9cf0e6b97c5b8c610 https://github.com/MidnightBSD/src/commit/7380db833521c75d89576ca9cf0e6b97c5b8c610 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M libexec/rtld-elf/rtld.c Log Message: ----------- rtld: honor FreeBSD no-init notes Accept FreeBSD note vendor sizing when parsing ELF notes so FreeBSD binaries carrying NT_FREEBSD_NOINIT_TAG set crt_no_init. This lets rtld run the main executable init arrays instead of leaving C++ globals uninitialized. AI-Assisted-by: Codex Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/src/compare/9684ec4f4773%5E...7380db833521 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Fri May 15 18:20:39 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:20:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] fe70e9: Libexec/rtld freebsd noinit (#356) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: fe70e94cef4c564c76b3b314d4ff503c5ce73d2c https://github.com/MidnightBSD/src/commit/fe70e94cef4c564c76b3b314d4ff503c5ce73d2c Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M lib/libsqlite3/Makefile M libexec/rtld-elf/rtld.c Log Message: ----------- Libexec/rtld freebsd noinit (#356) * lib/libsqlite3: enable PREUPDATE_HOOK and COLUMN_METADATA SQLITE_ENABLE_SESSION alone is insufficient; SQLite's documentation requires SQLITE_ENABLE_PREUPDATE_HOOK to be defined alongside it for the session/changeset/patchset API (sqlite3session_*, sqlite3changeset_*) to be fully functional. SQLITE_ENABLE_COLUMN_METADATA enables sqlite3_column_origin_name(), sqlite3_column_database_name(), and sqlite3_column_table_name(), which Node.js 24 and other consumers depend on. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * rtld: honor FreeBSD no-init notes Accept FreeBSD note vendor sizing when parsing ELF notes so FreeBSD binaries carrying NT_FREEBSD_NOINIT_TAG set crt_no_init. This lets rtld run the main executable init arrays instead of leaving C++ globals uninitialized. AI-Assisted-by: Codex Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Fri May 15 18:20:42 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:20:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/libexec/rtld-freebsd-noinit Home: https://github.com/MidnightBSD/src To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Fri May 15 18:22:02 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:22:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 9684ec: lib/libsqlite3: enable PREUPDATE_HOOK and COLUMN_M... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 9684ec4f4773be06b3ac54157cbe41a38bc916a0 https://github.com/MidnightBSD/src/commit/9684ec4f4773be06b3ac54157cbe41a38bc916a0 Author: Lucas Holt Date: 2026-05-08 (Fri, 08 May 2026) Changed paths: M lib/libsqlite3/Makefile Log Message: ----------- lib/libsqlite3: enable PREUPDATE_HOOK and COLUMN_METADATA SQLITE_ENABLE_SESSION alone is insufficient; SQLite's documentation requires SQLITE_ENABLE_PREUPDATE_HOOK to be defined alongside it for the session/changeset/patchset API (sqlite3session_*, sqlite3changeset_*) to be fully functional. SQLITE_ENABLE_COLUMN_METADATA enables sqlite3_column_origin_name(), sqlite3_column_database_name(), and sqlite3_column_table_name(), which Node.js 24 and other consumers depend on. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 327827f90601403eca6426cc1c8131ea56f66929 https://github.com/MidnightBSD/src/commit/327827f90601403eca6426cc1c8131ea56f66929 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M AGENTS.md M libexec/rtld-elf/rtld.c A skills/cppcheck-clang-format-precommit/SKILL.md A skills/cppcheck-clang-format-precommit/scripts/precommit_c_sanity.sh A skills/splint-post-c-sanity/SKILL.md A skills/splint-post-c-sanity/scripts/run_splint_on_staged.sh Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/src Compare: https://github.com/MidnightBSD/src/compare/fe70e94cef4c...327827f90601 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Fri May 15 18:22:21 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:22:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] ebf9c8: rtld: honor FreeBSD no-init notes Message-ID: Branch: refs/heads/stable/4.0 Home: https://github.com/MidnightBSD/src Commit: ebf9c891ffbd2d9bde169c7f5c5eb825f6f1cae5 https://github.com/MidnightBSD/src/commit/ebf9c891ffbd2d9bde169c7f5c5eb825f6f1cae5 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M libexec/rtld-elf/rtld.c Log Message: ----------- rtld: honor FreeBSD no-init notes Accept FreeBSD note vendor sizing when parsing ELF notes so FreeBSD binaries carrying NT_FREEBSD_NOINIT_TAG set crt_no_init. This lets rtld run the main executable init arrays instead of leaving C++ globals uninitialized. AI-Assisted-by: Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Fri May 15 18:52:42 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:52:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9cbc09: cad/z88: fix staged path embedded in wrapper script Message-ID: Branch: refs/heads/cad/z88 Home: https://github.com/MidnightBSD/mports Commit: 9cbc09613a66bdf24e9269bd4d73bae946ff3838 https://github.com/MidnightBSD/mports/commit/9cbc09613a66bdf24e9269bd4d73bae946ff3838 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M cad/z88/Makefile Log Message: ----------- cad/z88: fix staged path embedded in wrapper script do-install runs with FAKE_DESTDIR prepended to PREFIX automatically, so ${DATADIR} expands to the staging path. Substitute ${LOCALBASE}/share/${PORTNAME} instead so the installed z88 wrapper script contains the correct runtime path. Bump PORTREVISION. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:54:50 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:54:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d2ae39: cad/z88: fix staged path embedded in wrapper scrip... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d2ae39794533cd140ec2aae39aac023e26879712 https://github.com/MidnightBSD/mports/commit/d2ae39794533cd140ec2aae39aac023e26879712 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M cad/z88/Makefile Log Message: ----------- cad/z88: fix staged path embedded in wrapper script (#163) do-install runs with FAKE_DESTDIR prepended to PREFIX automatically, so ${DATADIR} expands to the staging path. Substitute ${LOCALBASE}/share/${PORTNAME} instead so the installed z88 wrapper script contains the correct runtime path. Bump PORTREVISION. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 18:54:52 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 15:54:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/cad/z88 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 21:23:39 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 18:23:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e7f408: www/qt6-webengine: add freetype2 include path to f... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e7f4081a4397b04ea198a7abba9eb24d458f45fc https://github.com/MidnightBSD/mports/commit/e7f4081a4397b04ea198a7abba9eb24d458f45fc Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M www/qt6-webengine/Makefile Log Message: ----------- www/qt6-webengine: add freetype2 include path to fix i386 build Skia's SkFontHost_FreeType sources include , which on MidnightBSD lives under /usr/local/include/freetype2/ rather than directly in /usr/local/include/. Add the freetype2 subdirectory to CXXFLAGS following the same pattern used for libepoll-shim, nss, and nspr. Fixes port 2169968 (i386 build failure). Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 22:41:29 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 19:41:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9dcdcd: cad/surelog: patch antlr4 CMakeLists.txt to recogn... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 9dcdcd54a0704f4020044c7648a21e8d02f7657b https://github.com/MidnightBSD/mports/commit/9dcdcd54a0704f4020044c7648a21e8d02f7657b Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M cad/surelog/Makefile A cad/surelog/files/patch-third_party-antlr4-runtime-Cpp-CMakeLists.txt Log Message: ----------- cad/surelog: patch antlr4 CMakeLists.txt to recognize MidnightBSD antlr4's bundled CMakeLists.txt only checks for Linux and FreeBSD when using Clang; on MidnightBSD (CMAKE_SYSTEM_NAME=MidnightBSD) the check falls through to a fatal_error "does not support C++17". Add MidnightBSD to the recognized system list. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 23:30:42 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 20:30:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] af9911: Mk/extensions/shared-mime-info.mk: use TRUE_PREFIX... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: af9911d8600f13b82e875ff3b52a712492f5f453 https://github.com/MidnightBSD/mports/commit/af9911d8600f13b82e875ff3b52a712492f5f453 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M Mk/extensions/shared-mime-info.mk Log Message: ----------- Mk/extensions/shared-mime-info.mk: use TRUE_PREFIX for update-mime-database In fake install mode, PREFIX resolves to the fake destdir. Running update-mime-database against it writes generated database files (globs, magic, mime.cache, etc.) into the fake destdir, causing mport.check-fake to flag them as missing from the plist. Use TRUE_PREFIX so the live mime database is updated without polluting the fake destdir during fake install runs. Commit: 1d37c97b060787873847968bcac453f69d20d5e9 https://github.com/MidnightBSD/mports/commit/1d37c97b060787873847968bcac453f69d20d5e9 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M games/openra/Makefile M games/openra/pkg-plist Log Message: ----------- games/openra: fix fake install failures on os=4.0 Two issues flagged by the updated mport.check-fake: 1. The d2k mod ships ~855 Dune 2000 texture files with .tmp extensions (real game data, not temp files). Add SKIP_FAKE_CHECK with a regex that matches only those files. 2. OpenRA's install-linux-shortcuts target installs version-specific x-scheme-handler XML files not previously listed in pkg-plist. Bump PORTREVISION. Compare: https://github.com/MidnightBSD/mports/compare/9dcdcd54a070...1d37c97b0607 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Fri May 15 23:56:46 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 20:56:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9f0252: lang/mono5.10: mark BROKEN -- class library bootst... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 9f025220ea11ac0c0959ae1fe348201505627c55 https://github.com/MidnightBSD/mports/commit/9f025220ea11ac0c0959ae1fe348201505627c55 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M lang/mono5.10/Makefile Log Message: ----------- lang/mono5.10: mark BROKEN -- class library bootstrap fails since MidnightBSD 3.2 secxml/System.dll fails to compile (System.Xml types not found) on all architectures starting with os=3.2. No ports in the tree depend on this version. lang/mono5.20 builds cleanly and is the appropriate replacement. Co-Authored-By: Claude Sonnet 4.6 Commit: 2efff1fc11ce20a3580980145b6aab1f4336587e https://github.com/MidnightBSD/mports/commit/2efff1fc11ce20a3580980145b6aab1f4336587e Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M deskutils/javajj/Makefile Log Message: ----------- deskutils/javajj: set JAVA_VERSION=11, pom.xml uses Java 6 source level OpenJDK 17 removed support for -source 6 / -target 6. Pin to Java 11 which still accepts source level 6. Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/1d37c97b0607...2efff1fc11ce To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:06:27 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:06:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 69adda: devel/R-cran-rJava: mark BROKEN on i386 -- no work... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 69addad0ba26a7df3e1d2ccfa3224f9aa3321965 https://github.com/MidnightBSD/mports/commit/69addad0ba26a7df3e1d2ccfa3224f9aa3321965 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/R-cran-rJava/Makefile Log Message: ----------- devel/R-cran-rJava: mark BROKEN on i386 -- no working JVM available openjdk*-bin packages are amd64-only; openjdk8/11 source builds also fail on i386/os=4.0. The configure step fails when it cannot execute the Java interpreter. Co-Authored-By: Claude Sonnet 4.6 Commit: 5ba9a89e8098684ac3d1a56ba2b6b8d45662230e https://github.com/MidnightBSD/mports/commit/5ba9a89e8098684ac3d1a56ba2b6b8d45662230e Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/devhelp/Makefile M x11-toolkits/amtk/Makefile Log Message: ----------- x11-toolkits/amtk, devel/devhelp: fix library name and ldconfig amtk was renamed upstream to libgedit-amtk; the installed library is now libgedit-amtk-5.so rather than libamtk-5.so. Add USE_LDCONFIG to amtk so the library is registered, and update devhelp's LIB_DEPENDS to match the new name. Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/2efff1fc11ce...5ba9a89e8098 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:18:06 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:18:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c7fafc: Mk/extensions/ssl.mk: fix broken aws-lc provider c... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c7fafcfe87aa9811e1573dcefe6e017d105d9bc0 https://github.com/MidnightBSD/mports/commit/c7fafcfe87aa9811e1573dcefe6e017d105d9bc0 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Mk/extensions/ssl.mk Log Message: ----------- Mk/extensions/ssl.mk: fix broken aws-lc provider check The condition '"aws-lc" != SSL_DEFAULT' compared two literal strings and was always true, causing the unsupported-provider error to fire whenever OPENSSL_SHLIBVER was undefined -- including when SSL_DEFAULT is legitimately set to aws-lc. Fix by using the proper bmake variable expansion: ${SSL_DEFAULT} != "aws-lc". Co-Authored-By: Claude Sonnet 4.6 Commit: b0c9522a331d7c8e0c0d345fa43cd746b90fd796 https://github.com/MidnightBSD/mports/commit/b0c9522a331d7c8e0c0d345fa43cd746b90fd796 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/aws-sdk-cpp/Makefile Log Message: ----------- devel/aws-sdk-cpp: fix post-fake plist generation Two fake-check failures: - REINPLACE_CMD creates .cmake.bak files that cmake's install rules copy into the fake dir; remove them before generating the plist - install-license runs at step 880, after post-fake (step 800), so the find-based plist misses catalog.mk, LICENSE, and Apache-2.0; append them explicitly using ${PKGNAME} and ${LICENSE} Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/5ba9a89e8098...b0c9522a331d To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:22:57 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:22:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f12b4d: devel/cmake-gui: use bundled curl to avoid CURL_NE... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f12b4dfe5db81412768cef3c4bfa1c5ee9ca4f57 https://github.com/MidnightBSD/mports/commit/f12b4dfe5db81412768cef3c4bfa1c5ee9ca4f57 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/cmake-gui/Makefile Log Message: ----------- devel/cmake-gui: use bundled curl to avoid CURL_NETRC_OPTION enum breakage cmake 3.31.6's cmCurl.cxx assigns long values to CURL_NETRC_OPTION, which changed from a long typedef to a proper enum in newer libcurl, causing a compile error. Switch cmake-gui to the bundled curl (as cmake-core does with --no-system-curl) to avoid the API mismatch. Drop libcurl LIB_DEPENDS since it is no longer linked against the system libcurl. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:25:59 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:25:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1f0df7: devel/efl: disable SCIM by default -- fails to bui... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 1f0df7668b710870222627d15f742e5c941f8524 https://github.com/MidnightBSD/mports/commit/1f0df7668b710870222627d15f742e5c941f8524 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/efl/Makefile Log Message: ----------- devel/efl: disable SCIM by default -- fails to build with modern libc++ SCIM defines WideString as std::basic_string. Since C++17 libc++ only provides char_traits for standard character types; char_traits is no longer available, causing scim_imcontext.cpp to fail to compile. SCIM is deprecated (superseded by IBus/fcitx); remove it from OPTIONS_DEFAULT. Users can still enable it explicitly. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:30:58 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:30:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a7cf26: devel/gdb: pass --host to fix BFD configure on Mid... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a7cf26099819007c377c9aaf036b9123b8f7947c https://github.com/MidnightBSD/mports/commit/a7cf26099819007c377c9aaf036b9123b8f7947c Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/gdb/Makefile Log Message: ----------- devel/gdb: pass --host to fix BFD configure on MidnightBSD 4.0 bfd/config.bfd does not recognise i386-portbld-midnightbsd4.0 as a supported host, causing configure-bfd to fail. The port already sets CONFIGURE_TARGET to a FreeBSD 13.4 triple for --target; add the same triple as --host so BFD sees a known host. Consistent with the existing approach of using FreeBSD native debugging support on MidnightBSD. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:35:50 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:35:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 170ab9: Mk/extensions/cargo.mk: fix pkgconfig inclusion ch... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 170ab902d03ee594e94d64ededecb0747c767ff2 https://github.com/MidnightBSD/mports/commit/170ab902d03ee594e94d64ededecb0747c767ff2 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Mk/extensions/cargo.mk Log Message: ----------- Mk/extensions/cargo.mk: fix pkgconfig inclusion check for cargo ports The condition checking for the pkg-config crate used CARGO_CRATES (raw name-version entries like pkg-config-0.3.19) with a pattern that can never match. All other crate checks in this file correctly use _CARGO_CRATES, where the crate name appears as a standalone word in the pre-processed 4-tuple list. Without this fix, pkgconfig.mk is never included, pkgconf is never added to BUILD_DEPENDS, and any cargo port relying on the pkg-config binary at build time (e.g. onig_sys with RUSTONIG_SYSTEM_LIBONIG) fails with ENOENT. Fixes devel/git-delta build failure on i386. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:43:30 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:43:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0107de: devel/git-svn: use ports Perl path Message-ID: Branch: refs/heads/devel/git-svn Home: https://github.com/MidnightBSD/mports Commit: 0107decc9faa0cf44d3f4a30b4a56d4c666a35b8 https://github.com/MidnightBSD/mports/commit/0107decc9faa0cf44d3f4a30b4a56d4c666a35b8 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/git/Makefile Log Message: ----------- devel/git-svn: use ports Perl path Configure the git-svn subport with the Perl interpreter from the perl5 framework so the generated git-svn script does not keep the invalid /usr/bin/perl shebang during fake-qa. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:48:00 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:48:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] cd4132: devel/git-svn: use ports Perl path (#164) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: cd4132fbb117b8d5b33e1d6673101b4119c66116 https://github.com/MidnightBSD/mports/commit/cd4132fbb117b8d5b33e1d6673101b4119c66116 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/git/Makefile Log Message: ----------- devel/git-svn: use ports Perl path (#164) Configure the git-svn subport with the Perl interpreter from the perl5 framework so the generated git-svn script does not keep the invalid /usr/bin/perl shebang during fake-qa. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:48:09 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:48:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/git-svn Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:52:20 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:52:20 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 77c2be: devel/git-tools: fix plist and shebang Message-ID: Branch: refs/heads/devel/git-tools Home: https://github.com/MidnightBSD/mports Commit: 77c2bedaf1ecb4c625c2a6c9f88867fc27b62891 https://github.com/MidnightBSD/mports/commit/77c2bedaf1ecb4c625c2a6c9f88867fc27b62891 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/git-tools/Makefile M devel/git-tools/pkg-descr Log Message: ----------- devel/git-tools: fix plist and shebang Add shebangfix for git-restore-mtime, list the installed scripts and manpages, and install manpages under share/man so fake-qa and packaging match the staged files. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 00:52:59 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 21:52:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] be4d17: devel/git-tools: fix plist and shebang (#165) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: be4d17a95db28e19cd9d5a294fbee8af85fe756b https://github.com/MidnightBSD/mports/commit/be4d17a95db28e19cd9d5a294fbee8af85fe756b Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/git-tools/Makefile M devel/git-tools/pkg-descr Log Message: ----------- devel/git-tools: fix plist and shebang (#165) Add shebangfix for git-restore-mtime, list the installed scripts and manpages, and install manpages under share/man so fake-qa and packaging match the staged files. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:02:27 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:02:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/git-tools Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:03:21 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:03:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3f8131: lang/spidermonkey128: disable parallel build on i386 Message-ID: Branch: refs/heads/lang/spidermonkey128 Home: https://github.com/MidnightBSD/mports Commit: 3f8131151567285cf664e1e38232f58f55dd957e https://github.com/MidnightBSD/mports/commit/3f8131151567285cf664e1e38232f58f55dd957e Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M lang/spidermonkey128/Makefile Log Message: ----------- lang/spidermonkey128: disable parallel build on i386 The i386 package build fails during the parallel Mozilla build with only the top-level gmake error visible in truncated logs. Disable make jobs for i386 so Magus can build this port serially while leaving other architectures unchanged. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:04:24 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:04:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6a3459: lang/spidermonkey128: disable parallel build on i3... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 6a34594ed95351437eeaf116ddacccc31b417216 https://github.com/MidnightBSD/mports/commit/6a34594ed95351437eeaf116ddacccc31b417216 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M lang/spidermonkey128/Makefile Log Message: ----------- lang/spidermonkey128: disable parallel build on i386 (#166) The i386 package build fails during the parallel Mozilla build with only the top-level gmake error visible in truncated logs. Disable make jobs for i386 so Magus can build this port serially while leaving other architectures unchanged. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:04:28 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:04:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/lang/spidermonkey128 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:13:41 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:13:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ae3796: devel/tinysparql: disable example tests by default Message-ID: Branch: refs/heads/devel/tinysparql Home: https://github.com/MidnightBSD/mports Commit: ae379618c9103d4eeae49a0ff6dfd604156244f1 https://github.com/MidnightBSD/mports/commit/ae379618c9103d4eeae49a0ff6dfd604156244f1 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/tinysparql/Makefile A devel/tinysparql/files/patch-examples_meson.build Log Message: ----------- devel/tinysparql: disable example tests by default The default port options disable upstream tests, but the Python example endpoint test was still registered and failed on Magus without an X11-backed DBus session. Gate the Python examples on the tests option, and fix adjacent portlint issues while here. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:14:58 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:14:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6e7d9b: devel/tinysparql: disable example tests by default... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 6e7d9b5ede93b189dd2aa563d64210d76a54f57e https://github.com/MidnightBSD/mports/commit/6e7d9b5ede93b189dd2aa563d64210d76a54f57e Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/tinysparql/Makefile A devel/tinysparql/files/patch-examples_meson.build Log Message: ----------- devel/tinysparql: disable example tests by default (#167) The default port options disable upstream tests, but the Python example endpoint test was still registered and failed on Magus without an X11-backed DBus session. Gate the Python examples on the tests option, and fix adjacent portlint issues while here. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:15:02 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:15:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/tinysparql Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:15:26 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:15:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/serd Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:15:34 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:15:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/feature/options Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:15:52 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:15:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/feature/options_update Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:15:59 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:15:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/ghc Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:16:03 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:16:03 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/monkey Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:16:48 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:16:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 435c0e: build(deps): bump follow-redirects (#131) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 435c0e80829edfe252acc890ff3671658954b93a https://github.com/MidnightBSD/mports/commit/435c0e80829edfe252acc890ff3671658954b93a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump follow-redirects (#131) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:16:50 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:16:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/follow-redirects-1.16.0 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:17:47 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:17:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7d5774: build(deps): bump axios from 1.13.2 to 1.16.0 in /... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 7d5774f4a8846d542d5a7e762173f5dbf396f96e https://github.com/MidnightBSD/mports/commit/7d5774f4a8846d542d5a7e762173f5dbf396f96e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump axios from 1.13.2 to 1.16.0 in /misc/grok-cli/files (#152) Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:17:50 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:17:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/axios-1.16.0 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:19:10 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:19:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f1fb7e: build(deps-dev): bump uuid in /devel/electron39/fi... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/uuid-14.0.0 Home: https://github.com/MidnightBSD/mports Commit: f1fb7eaf1307b2d9679ecf2de7bf7f45125126c0 https://github.com/MidnightBSD/mports/commit/f1fb7eaf1307b2d9679ecf2de7bf7f45125126c0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/spec/package.json M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps-dev): bump uuid in /devel/electron39/files/packagejsons Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:19:24 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:19:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6ef4ee: build(deps): bump lodash from 4.17.21 to 4.18.1 in... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/lodash-4.18.1 Home: https://github.com/MidnightBSD/mports Commit: 6ef4ee137fdcffc533398361c4d5388716b6b983 https://github.com/MidnightBSD/mports/commit/6ef4ee137fdcffc533398361c4d5388716b6b983 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump lodash from 4.17.21 to 4.18.1 in /misc/grok-cli/files Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:19:42 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:19:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a02dfb: build(deps): bump axios in /devel/electron39/files... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/axios-1.15.2 Home: https://github.com/MidnightBSD/mports Commit: a02dfbf3127ba703c7f1ac57c248d9f6f8cabe89 https://github.com/MidnightBSD/mports/commit/a02dfbf3127ba703c7f1ac57c248d9f6f8cabe89 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump axios in /devel/electron39/files/packagejsons Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:23:22 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:23:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1a14d4: build(deps): bump lodash from 4.17.21 to 4.18.1 in... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 1a14d4ea2f761ce46e395b11cfeb3f165dc99b9d https://github.com/MidnightBSD/mports/commit/1a14d4ea2f761ce46e395b11cfeb3f165dc99b9d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump lodash from 4.17.21 to 4.18.1 in /misc/grok-cli/files (#168) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:23:25 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:23:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/lodash-4.18.1 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:23:41 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:23:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 94d05c: build(deps): bump axios in /devel/electron39/files... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 94d05c57522887f4f86a284646e3a2d377713c11 https://github.com/MidnightBSD/mports/commit/94d05c57522887f4f86a284646e3a2d377713c11 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps): bump axios in /devel/electron39/files/packagejsons (#130) Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:23:44 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:23:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/axios-1.15.2 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:24:47 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:24:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2e565f: build(deps): bump path-to-regexp in /misc/grok-cli... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/path-to-regexp-8.4.2 Home: https://github.com/MidnightBSD/mports Commit: 2e565fd20dbe14ae787368bd386af7a106a22e4f https://github.com/MidnightBSD/mports/commit/2e565fd20dbe14ae787368bd386af7a106a22e4f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump path-to-regexp in /misc/grok-cli/files Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 8.3.0 to 8.4.2. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v8.3.0...v8.4.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-version: 8.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:25:41 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:25:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a69728: build(deps): bump path-to-regexp in /misc/grok-cli... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a697286caa6a1e3701f09f1989351926801129f7 https://github.com/MidnightBSD/mports/commit/a697286caa6a1e3701f09f1989351926801129f7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump path-to-regexp in /misc/grok-cli/files (#169) Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 8.3.0 to 8.4.2. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v8.3.0...v8.4.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-version: 8.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:25:43 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:25:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/path-to-regexp-8.4.2 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:25:50 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:25:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] da5e14: build(deps-dev): bump uuid in /devel/electron39/fi... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/devel/electron39/files/packagejsons/uuid-14.0.0 Home: https://github.com/MidnightBSD/mports Commit: da5e14f7e609dc65ad4eaf621f868c6406c55f21 https://github.com/MidnightBSD/mports/commit/da5e14f7e609dc65ad4eaf621f868c6406c55f21 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/spec/package.json M devel/electron39/files/packagejsons/yarn.lock Log Message: ----------- build(deps-dev): bump uuid in /devel/electron39/files/packagejsons Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:27:06 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:27:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a52149: build(deps): bump ajv from 8.17.1 to 8.20.0 in /mi... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/ajv-8.20.0 Home: https://github.com/MidnightBSD/mports Commit: a521496a9d8f6bf619eecc7be3f5155a8dfe967c https://github.com/MidnightBSD/mports/commit/a521496a9d8f6bf619eecc7be3f5155a8dfe967c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump ajv from 8.17.1 to 8.20.0 in /misc/grok-cli/files Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.17.1 to 8.20.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.20.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 8.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:27:30 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:27:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 493cc4: build(deps): bump ajv from 8.17.1 to 8.20.0 in /mi... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 493cc494ee40395bc835ba9ccdc7a478e021acf1 https://github.com/MidnightBSD/mports/commit/493cc494ee40395bc835ba9ccdc7a478e021acf1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump ajv from 8.17.1 to 8.20.0 in /misc/grok-cli/files (#170) Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.17.1 to 8.20.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.20.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 8.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:27:32 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:27:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/ajv-8.20.0 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:28:53 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:28:53 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8ab2f2: build(deps): bump qs from 6.14.0 to 6.15.1 in /mis... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/qs-6.15.1 Home: https://github.com/MidnightBSD/mports Commit: 8ab2f20cca09f6acef8a92be379feb18594f444d https://github.com/MidnightBSD/mports/commit/8ab2f20cca09f6acef8a92be379feb18594f444d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump qs from 6.14.0 to 6.15.1 in /misc/grok-cli/files Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.15.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.15.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:30:19 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:30:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bc239a: textproc/xml2rfc: update to 3.33.0 (#171) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: bc239a503d49310dfa883602ba5b6aac1d897500 https://github.com/MidnightBSD/mports/commit/bc239a503d49310dfa883602ba5b6aac1d897500 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M textproc/xml2rfc/Makefile M textproc/xml2rfc/distinfo A textproc/xml2rfc/files/patch-pyproject.toml R textproc/xml2rfc/files/patch-requirements.txt R textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt M textproc/xml2rfc/pkg-descr M textproc/xml2rfc/pkg-message Log Message: ----------- textproc/xml2rfc: update to 3.33.0 (#171) Switch to the current PyPI release and PEP 517 build path, updating dependencies and package metadata for the 3.x series. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:30:22 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:30:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/textproc/xml2rfc Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:30:39 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:30:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a30221: build(deps): bump qs from 6.14.0 to 6.15.1 in /mis... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a302217683a8361e0804a1a6c9912a53491f7a20 https://github.com/MidnightBSD/mports/commit/a302217683a8361e0804a1a6c9912a53491f7a20 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump qs from 6.14.0 to 6.15.1 in /misc/grok-cli/files (#172) Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.15.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.15.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:30:40 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:30:40 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/qs-6.15.1 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:32:05 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:32:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7b4212: build(deps): bump @modelcontextprotocol/sdk in /mi... Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/modelcontextprotocol/sdk-1.29.0 Home: https://github.com/MidnightBSD/mports Commit: 7b4212beac4ae68c2483a7d026557783fae4488f https://github.com/MidnightBSD/mports/commit/7b4212beac4ae68c2483a7d026557783fae4488f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump @modelcontextprotocol/sdk in /misc/grok-cli/files Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.24.3 to 1.29.0. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.24.3...v1.29.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.29.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:33:49 2026 From: noreply at github.com (dependabot[bot]) Date: Fri, 15 May 2026 22:33:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d853d9: build(deps): bump @modelcontextprotocol/sdk in /mi... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d853d9a6e65e297dbc109f5a5b5f2af152606b3b https://github.com/MidnightBSD/mports/commit/d853d9a6e65e297dbc109f5a5b5f2af152606b3b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M misc/grok-cli/files/package-lock.json Log Message: ----------- build(deps): bump @modelcontextprotocol/sdk in /misc/grok-cli/files (#173) Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.24.3 to 1.29.0. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.24.3...v1.29.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.29.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:33:51 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:33:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/dependabot/npm_and_yarn/misc/grok-cli/files/modelcontextprotocol/sdk-1.29.0 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:35:55 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:35:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7f8460: devel/gitaly: fix distinfo and bundled git build Message-ID: Branch: refs/heads/devel/gitaly Home: https://github.com/MidnightBSD/mports Commit: 7f84605b8dd8c2c97afcd654f8555031e96fd047 https://github.com/MidnightBSD/mports/commit/7f84605b8dd8c2c97afcd654f8555031e96fd047 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/gitaly/Makefile M devel/gitaly/distinfo A devel/gitaly/files/patch-Makefile M www/gitlab/Makefile.common Log Message: ----------- devel/gitaly: fix distinfo and bundled git build Regenerate distinfo for the selected GitLab/Gitaly version and align the bundled Git revisions with the Gitaly source. Avoid refetching already-extracted bundled Git trees during build and pass the libiconv build flags needed on MidnightBSD. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:36:12 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:36:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7b22d5: devel/py-stone: update to 3.3.9 Message-ID: Branch: refs/heads/devel/py-stone Home: https://github.com/MidnightBSD/mports Commit: 7b22d5e3b295d24957811408b1e87903d06a7de3 https://github.com/MidnightBSD/mports/commit/7b22d5e3b295d24957811408b1e87903d06a7de3 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/py-stone/Makefile M devel/py-stone/distinfo M devel/py-stone/files/patch-setup.py R devel/py-stone/files/requirements.txt M devel/py-stone/pkg-descr Log Message: ----------- devel/py-stone: update to 3.3.9 Switch to the current PyPI release and PEP 517 build path, updating dependencies and the setup.py patch for the 3.3.9 tarball. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:36:43 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:36:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0bd45a: devel/py-stone: update to 3.3.9 (#174) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 0bd45ab3f3ace7276b2f046c0c103bbab2910f49 https://github.com/MidnightBSD/mports/commit/0bd45ab3f3ace7276b2f046c0c103bbab2910f49 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/py-stone/Makefile M devel/py-stone/distinfo M devel/py-stone/files/patch-setup.py R devel/py-stone/files/requirements.txt M devel/py-stone/pkg-descr Log Message: ----------- devel/py-stone: update to 3.3.9 (#174) Switch to the current PyPI release and PEP 517 build path, updating dependencies and the setup.py patch for the 3.3.9 tarball. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:36:46 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:36:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/py-stone Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:38:13 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:38:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 90fd6b: devel/gitaly: fix distinfo and bundled git build (... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 90fd6b57a37551c0f10de7db5750a7d63d6bb46e https://github.com/MidnightBSD/mports/commit/90fd6b57a37551c0f10de7db5750a7d63d6bb46e Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/gitaly/Makefile M devel/gitaly/distinfo A devel/gitaly/files/patch-Makefile M www/gitlab/Makefile.common Log Message: ----------- devel/gitaly: fix distinfo and bundled git build (#175) Regenerate distinfo for the selected GitLab/Gitaly version and align the bundled Git revisions with the Gitaly source. Avoid refetching already-extracted bundled Git trees during build and pass the libiconv build flags needed on MidnightBSD. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:38:15 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:38:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/gitaly Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:40:02 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:40:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 152686: sysutils/filelight: refresh distinfo Message-ID: Branch: refs/heads/sysutils/filelight Home: https://github.com/MidnightBSD/mports Commit: 15268629c15af47688aa1b78f6ff615b903ef491 https://github.com/MidnightBSD/mports/commit/15268629c15af47688aa1b78f6ff615b903ef491 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M sysutils/filelight/distinfo Log Message: ----------- sysutils/filelight: refresh distinfo Regenerate distinfo for the current KDE Applications 25.12.0 distfile so the port fetches successfully in Magus. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:42:46 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:42:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8196e6: sysutils/filelight: refresh distinfo (#176) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 8196e6f5ccb009ab57bb8063e3c5288809687510 https://github.com/MidnightBSD/mports/commit/8196e6f5ccb009ab57bb8063e3c5288809687510 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M sysutils/filelight/distinfo Log Message: ----------- sysutils/filelight: refresh distinfo (#176) Regenerate distinfo for the current KDE Applications 25.12.0 distfile so the port fetches successfully in Magus. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:42:47 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:42:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/sysutils/filelight Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 12:49:30 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 09:49:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7e2b55: irc/irssi-scripts: fix installed script shebangs Message-ID: Branch: refs/heads/irc/irssi-scripts Home: https://github.com/MidnightBSD/mports Commit: 7e2b55bf20dede6dc1fd3685f017cdec8bbebc04 https://github.com/MidnightBSD/mports/commit/7e2b55bf20dede6dc1fd3685f017cdec8bbebc04 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M irc/irssi-scripts/Makefile Log Message: ----------- irc/irssi-scripts: fix installed script shebangs Enable shebangfix for the packaged Perl scripts and map legacy /usr/pkg/bin/perl and /usr/bin/irssi shebangs to the local Perl interpreter. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 12:56:21 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 09:56:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f660ff: irc/irssi-scripts: fix installed script shebangs (... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f660ff946440a6f5f11f52e900c5aa343290ed9b https://github.com/MidnightBSD/mports/commit/f660ff946440a6f5f11f52e900c5aa343290ed9b Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M irc/irssi-scripts/Makefile Log Message: ----------- irc/irssi-scripts: fix installed script shebangs (#177) Enable shebangfix for the packaged Perl scripts and map legacy /usr/pkg/bin/perl and /usr/bin/irssi shebangs to the local Perl interpreter. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 12:56:23 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 09:56:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/irc/irssi-scripts Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 12:56:52 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 09:56:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3d5a5b: x11/xwayland-satellite: avoid exporting LLVM compiler Message-ID: Branch: refs/heads/x11/xwayland-satellite Home: https://github.com/MidnightBSD/mports Commit: 3d5a5b0af5468ddc120b1e4aa9ae694f625f3291 https://github.com/MidnightBSD/mports/commit/3d5a5b0af5468ddc120b1e4aa9ae694f625f3291 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M x11/xwayland-satellite/Makefile Log Message: ----------- x11/xwayland-satellite: avoid exporting LLVM compiler Use llvm:noexport so the cargo linker remains the system compiler during fake install. This avoids resolving clang under FAKE_DESTDIR, which broke Magus port 2170400 on i386. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 12:58:01 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 09:58:01 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0ca31e: x11/xwayland-satellite: avoid exporting LLVM compi... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 0ca31ec98d0234c5a06e4e482caea1000fff459d https://github.com/MidnightBSD/mports/commit/0ca31ec98d0234c5a06e4e482caea1000fff459d Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M x11/xwayland-satellite/Makefile Log Message: ----------- x11/xwayland-satellite: avoid exporting LLVM compiler (#178) Use llvm:noexport so the cargo linker remains the system compiler during fake install. This avoids resolving clang under FAKE_DESTDIR, which broke Magus port 2170400 on i386. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 12:58:04 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 09:58:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/x11/xwayland-satellite Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:04:38 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:04:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9cbc09: cad/z88: fix staged path embedded in wrapper script Message-ID: Branch: refs/heads/cad/z88 Home: https://github.com/MidnightBSD/mports Commit: 9cbc09613a66bdf24e9269bd4d73bae946ff3838 https://github.com/MidnightBSD/mports/commit/9cbc09613a66bdf24e9269bd4d73bae946ff3838 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M cad/z88/Makefile Log Message: ----------- cad/z88: fix staged path embedded in wrapper script do-install runs with FAKE_DESTDIR prepended to PREFIX automatically, so ${DATADIR} expands to the staging path. Substitute ${LOCALBASE}/share/${PORTNAME} instead so the installed z88 wrapper script contains the correct runtime path. Bump PORTREVISION. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: dd0d9b00b46209d1f537bd6e2be97e89ef58eefe https://github.com/MidnightBSD/mports/commit/dd0d9b00b46209d1f537bd6e2be97e89ef58eefe Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/rubygem-actionview4/Makefile Log Message: ----------- devel/rubygem-actionview4: add BUILD_DEPENDS= ${RUN_DEPENDS} fake-qa checks gem runtime deps via `gem list` on the build machine; without BUILD_DEPENDS the runtime gems are not installed at build time and the check fails. All other rubygem ports with RUN_DEPENDS follow this same pattern. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/9cbc09613a66%5E...dd0d9b00b462 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:05:31 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:05:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f82391: fix rubygem activionview4 (#179) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f823913aab15a80c1e8f6ce5cfc10ca3a7bdc2bb https://github.com/MidnightBSD/mports/commit/f823913aab15a80c1e8f6ce5cfc10ca3a7bdc2bb Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/rubygem-actionview4/Makefile Log Message: ----------- fix rubygem activionview4 (#179) * cad/z88: fix staged path embedded in wrapper script do-install runs with FAKE_DESTDIR prepended to PREFIX automatically, so ${DATADIR} expands to the staging path. Substitute ${LOCALBASE}/share/${PORTNAME} instead so the installed z88 wrapper script contains the correct runtime path. Bump PORTREVISION. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * devel/rubygem-actionview4: add BUILD_DEPENDS= ${RUN_DEPENDS} fake-qa checks gem runtime deps via `gem list` on the build machine; without BUILD_DEPENDS the runtime gems are not installed at build time and the check fails. All other rubygem ports with RUN_DEPENDS follow this same pattern. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:08:06 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:08:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/cad/z88 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:10:44 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:10:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0edd4b: lang/spidermonkey128: fix i386 alignment build Message-ID: Branch: refs/heads/lang/spidermonkey128 Home: https://github.com/MidnightBSD/mports Commit: 0edd4ba84fa018d68f594b6c343471fa31101086 https://github.com/MidnightBSD/mports/commit/0edd4ba84fa018d68f594b6c343471fa31101086 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M lang/spidermonkey128/Makefile A lang/spidermonkey128/files/patch-js_public_Utility.h Log Message: ----------- lang/spidermonkey128: fix i386 alignment build Apply the existing Firefox Utility.h workaround so i386 builds do not fail the JS_DECLARE_NEW_METHODS max_align_t assertion. Remove the earlier MAKE_JOBS_UNSAFE workaround because the Magus failure is a deterministic compile-time alignment assertion, not a parallel build race. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:11:34 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:11:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 61ff78: lang/spidermonkey128: fix i386 alignment build (#180) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 61ff78cf0edc2d9d851c820a61eaadea71ed5ee2 https://github.com/MidnightBSD/mports/commit/61ff78cf0edc2d9d851c820a61eaadea71ed5ee2 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M lang/spidermonkey128/Makefile A lang/spidermonkey128/files/patch-js_public_Utility.h Log Message: ----------- lang/spidermonkey128: fix i386 alignment build (#180) Apply the existing Firefox Utility.h workaround so i386 builds do not fail the JS_DECLARE_NEW_METHODS max_align_t assertion. Remove the earlier MAKE_JOBS_UNSAFE workaround because the Magus failure is a deterministic compile-time alignment assertion, not a parallel build race. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:11:37 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:11:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/lang/spidermonkey128 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:15:35 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:15:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c6e2f2: www/p5-WWW-Mechanize-Cached: add 2.00, fix securit... Message-ID: Branch: refs/heads/www/yt-dlp Home: https://github.com/MidnightBSD/mports Commit: c6e2f282b17de9c11272a1ab5c6c15e522570334 https://github.com/MidnightBSD/mports/commit/c6e2f282b17de9c11272a1ab5c6c15e522570334 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/Makefile A devel/p5-File-XDG/Makefile A devel/p5-File-XDG/distinfo A devel/p5-File-XDG/pkg-descr A devel/p5-File-XDG/pkg-plist M devel/p5-Path-Tiny/Makefile M devel/p5-Path-Tiny/distinfo M www/Makefile A www/p5-WWW-Mechanize-Cached/Makefile A www/p5-WWW-Mechanize-Cached/distinfo A www/p5-WWW-Mechanize-Cached/pkg-descr A www/p5-WWW-Mechanize-Cached/pkg-plist Log Message: ----------- www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 https://github.com/MidnightBSD/mports/commit/c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json A misc/gemini-cli/pkg-deinstall M misc/gemini-cli/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Commit: 7d0d80fb47773118ed46c99b15830e1670b7765f https://github.com/MidnightBSD/mports/commit/7d0d80fb47773118ed46c99b15830e1670b7765f Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M www/yt-dlp/Makefile Log Message: ----------- www/yt-dlp: add zip to BUILD_DEPENDS The build generates yt-dlp.zip using the zip(1) utility, which is not in base. Without archivers/zip in BUILD_DEPENDS the build fails with "zip: not found". AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/c6e2f282b17d%5E...7d0d80fb4777 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:16:13 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:16:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/www/yt-dlp Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:16:24 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 17:16:24 +0000 (UTC) Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2c1623: Www/yt dlp (#181) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2c16237e3a2a5b297dc76d39637ac09990723ae9 https://github.com/MidnightBSD/mports/commit/2c16237e3a2a5b297dc76d39637ac09990723ae9 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M www/yt-dlp/Makefile Log Message: ----------- Www/yt dlp (#181) * www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * www/yt-dlp: add zip to BUILD_DEPENDS The build generates yt-dlp.zip using the zip(1) utility, which is not in base. Without archivers/zip in BUILD_DEPENDS the build fails with "zip: not found". AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:19:40 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:19:40 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c6e2f2: www/p5-WWW-Mechanize-Cached: add 2.00, fix securit... Message-ID: Branch: refs/heads/www/rubygem-railties4 Home: https://github.com/MidnightBSD/mports Commit: c6e2f282b17de9c11272a1ab5c6c15e522570334 https://github.com/MidnightBSD/mports/commit/c6e2f282b17de9c11272a1ab5c6c15e522570334 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/Makefile A devel/p5-File-XDG/Makefile A devel/p5-File-XDG/distinfo A devel/p5-File-XDG/pkg-descr A devel/p5-File-XDG/pkg-plist M devel/p5-Path-Tiny/Makefile M devel/p5-Path-Tiny/distinfo M www/Makefile A www/p5-WWW-Mechanize-Cached/Makefile A www/p5-WWW-Mechanize-Cached/distinfo A www/p5-WWW-Mechanize-Cached/pkg-descr A www/p5-WWW-Mechanize-Cached/pkg-plist Log Message: ----------- www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 https://github.com/MidnightBSD/mports/commit/c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json A misc/gemini-cli/pkg-deinstall M misc/gemini-cli/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Commit: da79de9c5b6f0621868e62875abca1b57ae3f832 https://github.com/MidnightBSD/mports/commit/da79de9c5b6f0621868e62875abca1b57ae3f832 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Mk/extensions/cargo.mk M Mk/extensions/shared-mime-info.mk M Mk/extensions/ssl.mk M audio/Makefile A audio/audio-editing/Makefile A audio/audio-editing/pkg-descr M audio/sratom/Makefile M audio/sratom/distinfo M cad/surelog/Makefile A cad/surelog/files/patch-third_party-antlr4-runtime-Cpp-CMakeLists.txt M cad/z88/Makefile M deskutils/javajj/Makefile M devel/R-cran-rJava/Makefile M devel/aws-sdk-cpp/Makefile M devel/cmake-gui/Makefile M devel/devhelp/Makefile M devel/efl/Makefile M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock M devel/gdb/Makefile M devel/git-tools/Makefile M devel/git-tools/pkg-descr M devel/git/Makefile M devel/gitaly/Makefile M devel/gitaly/distinfo A devel/gitaly/files/patch-Makefile M devel/py-stone/Makefile M devel/py-stone/distinfo M devel/py-stone/files/patch-setup.py R devel/py-stone/files/requirements.txt M devel/py-stone/pkg-descr M devel/rubygem-actionview4/Makefile M devel/serd/Makefile M devel/serd/distinfo M devel/serd/pkg-plist M devel/sord/Makefile M devel/sord/distinfo M devel/tinysparql/Makefile A devel/tinysparql/files/patch-examples_meson.build M games/openra/Makefile M games/openra/pkg-plist M irc/irssi-scripts/Makefile M lang/Makefile A lang/dotnet/Makefile A lang/dotnet/distinfo A lang/dotnet/files/0002-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet/files/extra-patch-base-openssl A lang/dotnet/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet/files/patch-src_roslyn-analyzers_src_PerformanceTests_Tests_PerformanceTests.csproj A lang/dotnet/files/patch-src_runtime_src_native_libs_System.IO.Compression.Native_CMakeLists.txt A lang/dotnet/pkg-descr A lang/dotnet/pkg-plist A lang/dotnet8/Makefile A lang/dotnet8/distinfo A lang/dotnet8/files/0003-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet8/files/patch-build.proj A lang/dotnet8/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet8/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet8/files/patch-src_aspnetcore_eng_Dependencies.props A lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet8/files/patch-src_installer_src_redist_targets_GenerateBundledVersions.targets A lang/dotnet8/files/patch-src_runtime_src_coreclr_gc_unix_gcenv.unix.cpp A lang/dotnet8/files/patch-src_runtime_src_coreclr_vm_jitinterface.cpp A lang/dotnet8/files/patch-src_runtime_src_libraries_System.Runtime_tests_System_GCTests.cs A lang/dotnet8/files/patch-src_runtime_src_native_libs_System.Native_pal__networkstatistics.c A lang/dotnet8/pkg-descr A lang/dotnet8/pkg-plist M lang/mono5.10/Makefile A lang/spidermonkey128/files/patch-js_public_Utility.h M misc/gemini-cli/Makefile M misc/grok-cli/files/package-lock.json M misc/linux-claude/Makefile M misc/linux-claude/distinfo M misc/linux-claude/pkg-descr M sysutils/filelight/distinfo M textproc/xml2rfc/Makefile M textproc/xml2rfc/distinfo A textproc/xml2rfc/files/patch-pyproject.toml R textproc/xml2rfc/files/patch-requirements.txt R textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt M textproc/xml2rfc/pkg-descr M textproc/xml2rfc/pkg-message M www/gitlab/Makefile.common M www/qt6-webengine/Makefile M www/yt-dlp/Makefile M x11-toolkits/amtk/Makefile M x11/xwayland-satellite/Makefile Log Message: ----------- Merge remote-tracking branch 'origin/master' Commit: 5791594aaf950f22a78b5ad7f0b224afb58bbec0 https://github.com/MidnightBSD/mports/commit/5791594aaf950f22a78b5ad7f0b224afb58bbec0 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M www/rubygem-railties4/Makefile Log Message: ----------- www/rubygem-railties4: add BUILD_DEPENDS= ${RUN_DEPENDS} fake-qa verifies gem runtime deps via `gem list` on the build machine; without BUILD_DEPENDS the runtime gems are not installed at build time and the check fails. Matches the pattern used by all other rubygem ports with RUN_DEPENDS. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/c6e2f282b17d%5E...5791594aaf95 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:21:24 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:21:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e9d217: Www/rubygem railties4 (#182) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e9d2173f6da98f4a13be97bdf56edaea820161ff https://github.com/MidnightBSD/mports/commit/e9d2173f6da98f4a13be97bdf56edaea820161ff Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M www/rubygem-railties4/Makefile Log Message: ----------- Www/rubygem railties4 (#182) * www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * www/rubygem-railties4: add BUILD_DEPENDS= ${RUN_DEPENDS} fake-qa verifies gem runtime deps via `gem list` on the build machine; without BUILD_DEPENDS the runtime gems are not installed at build time and the check fails. Matches the pattern used by all other rubygem ports with RUN_DEPENDS. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:21:27 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:21:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/www/rubygem-railties4 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:25:05 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:25:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c6e2f2: www/p5-WWW-Mechanize-Cached: add 2.00, fix securit... Message-ID: Branch: refs/heads/rubygem/add-build-depends Home: https://github.com/MidnightBSD/mports Commit: c6e2f282b17de9c11272a1ab5c6c15e522570334 https://github.com/MidnightBSD/mports/commit/c6e2f282b17de9c11272a1ab5c6c15e522570334 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/Makefile A devel/p5-File-XDG/Makefile A devel/p5-File-XDG/distinfo A devel/p5-File-XDG/pkg-descr A devel/p5-File-XDG/pkg-plist M devel/p5-Path-Tiny/Makefile M devel/p5-Path-Tiny/distinfo M www/Makefile A www/p5-WWW-Mechanize-Cached/Makefile A www/p5-WWW-Mechanize-Cached/distinfo A www/p5-WWW-Mechanize-Cached/pkg-descr A www/p5-WWW-Mechanize-Cached/pkg-plist Log Message: ----------- www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 https://github.com/MidnightBSD/mports/commit/c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json A misc/gemini-cli/pkg-deinstall M misc/gemini-cli/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Commit: da79de9c5b6f0621868e62875abca1b57ae3f832 https://github.com/MidnightBSD/mports/commit/da79de9c5b6f0621868e62875abca1b57ae3f832 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Mk/extensions/cargo.mk M Mk/extensions/shared-mime-info.mk M Mk/extensions/ssl.mk M audio/Makefile A audio/audio-editing/Makefile A audio/audio-editing/pkg-descr M audio/sratom/Makefile M audio/sratom/distinfo M cad/surelog/Makefile A cad/surelog/files/patch-third_party-antlr4-runtime-Cpp-CMakeLists.txt M cad/z88/Makefile M deskutils/javajj/Makefile M devel/R-cran-rJava/Makefile M devel/aws-sdk-cpp/Makefile M devel/cmake-gui/Makefile M devel/devhelp/Makefile M devel/efl/Makefile M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock M devel/gdb/Makefile M devel/git-tools/Makefile M devel/git-tools/pkg-descr M devel/git/Makefile M devel/gitaly/Makefile M devel/gitaly/distinfo A devel/gitaly/files/patch-Makefile M devel/py-stone/Makefile M devel/py-stone/distinfo M devel/py-stone/files/patch-setup.py R devel/py-stone/files/requirements.txt M devel/py-stone/pkg-descr M devel/rubygem-actionview4/Makefile M devel/serd/Makefile M devel/serd/distinfo M devel/serd/pkg-plist M devel/sord/Makefile M devel/sord/distinfo M devel/tinysparql/Makefile A devel/tinysparql/files/patch-examples_meson.build M games/openra/Makefile M games/openra/pkg-plist M irc/irssi-scripts/Makefile M lang/Makefile A lang/dotnet/Makefile A lang/dotnet/distinfo A lang/dotnet/files/0002-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet/files/extra-patch-base-openssl A lang/dotnet/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet/files/patch-src_roslyn-analyzers_src_PerformanceTests_Tests_PerformanceTests.csproj A lang/dotnet/files/patch-src_runtime_src_native_libs_System.IO.Compression.Native_CMakeLists.txt A lang/dotnet/pkg-descr A lang/dotnet/pkg-plist A lang/dotnet8/Makefile A lang/dotnet8/distinfo A lang/dotnet8/files/0003-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet8/files/patch-build.proj A lang/dotnet8/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet8/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet8/files/patch-src_aspnetcore_eng_Dependencies.props A lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet8/files/patch-src_installer_src_redist_targets_GenerateBundledVersions.targets A lang/dotnet8/files/patch-src_runtime_src_coreclr_gc_unix_gcenv.unix.cpp A lang/dotnet8/files/patch-src_runtime_src_coreclr_vm_jitinterface.cpp A lang/dotnet8/files/patch-src_runtime_src_libraries_System.Runtime_tests_System_GCTests.cs A lang/dotnet8/files/patch-src_runtime_src_native_libs_System.Native_pal__networkstatistics.c A lang/dotnet8/pkg-descr A lang/dotnet8/pkg-plist M lang/mono5.10/Makefile A lang/spidermonkey128/files/patch-js_public_Utility.h M misc/gemini-cli/Makefile M misc/grok-cli/files/package-lock.json M misc/linux-claude/Makefile M misc/linux-claude/distinfo M misc/linux-claude/pkg-descr M sysutils/filelight/distinfo M textproc/xml2rfc/Makefile M textproc/xml2rfc/distinfo A textproc/xml2rfc/files/patch-pyproject.toml R textproc/xml2rfc/files/patch-requirements.txt R textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt M textproc/xml2rfc/pkg-descr M textproc/xml2rfc/pkg-message M www/gitlab/Makefile.common M www/qt6-webengine/Makefile M www/yt-dlp/Makefile M x11-toolkits/amtk/Makefile M x11/xwayland-satellite/Makefile Log Message: ----------- Merge remote-tracking branch 'origin/master' Commit: d343a12762407c44124972c644c1f1927b1a75ca https://github.com/MidnightBSD/mports/commit/d343a12762407c44124972c644c1f1927b1a75ca Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M databases/rubygem-active_model_serializers/Makefile A databases/rubygem-activemodel-serializers-xml/Makefile M databases/rubygem-activemodel52/Makefile M databases/rubygem-activemodel60/Makefile M databases/rubygem-activemodel61/Makefile M databases/rubygem-activemodel71/Makefile M databases/rubygem-activemodel81/Makefile A databases/rubygem-activerecord-explain-analyze/Makefile A databases/rubygem-activerecord-jdbc-adapter/Makefile A databases/rubygem-activerecord-jdbcmysql-adapter/Makefile A databases/rubygem-activerecord-session_store/Makefile A databases/rubygem-activerecord-trilogy-adapter/Makefile M databases/rubygem-activerecord52/Makefile M databases/rubygem-activerecord60/Makefile M databases/rubygem-activerecord61/Makefile M databases/rubygem-activerecord70/Makefile M databases/rubygem-activerecord71/Makefile M databases/rubygem-activerecord72/Makefile M databases/rubygem-activerecord81/Makefile A databases/rubygem-after_commit_queue/Makefile A databases/rubygem-amalgalite/Makefile A databases/rubygem-arel-helpers/Makefile A databases/rubygem-attr_json/Makefile A databases/rubygem-awesome_nested_set/Makefile A databases/rubygem-bigrecord/Makefile A databases/rubygem-brpoplpush-redis_script/Makefile A databases/rubygem-data_objects/Makefile A databases/rubygem-datamapper/Makefile A databases/rubygem-dbd-mysql/Makefile A databases/rubygem-dbd-pg/Makefile A databases/rubygem-dbd-sqlite3/Makefile A databases/rubygem-dbf/Makefile A databases/rubygem-dbf4/Makefile A databases/rubygem-dbi/Makefile A databases/rubygem-dm-aggregates/Makefile A databases/rubygem-dm-chunked_query/Makefile A databases/rubygem-dm-constraints/Makefile A databases/rubygem-dm-core/Makefile A databases/rubygem-dm-do-adapter/Makefile A databases/rubygem-dm-migrations/Makefile A databases/rubygem-dm-mysql-adapter/Makefile A databases/rubygem-dm-observer/Makefile A databases/rubygem-dm-pager/Makefile A databases/rubygem-dm-paperclip/Makefile A databases/rubygem-dm-postgres-adapter/Makefile A databases/rubygem-dm-serializer/Makefile A databases/rubygem-dm-timestamps/Makefile A databases/rubygem-dm-transactions/Makefile A databases/rubygem-dm-types/Makefile A databases/rubygem-dm-validations/Makefile A databases/rubygem-do_mysql/Makefile A databases/rubygem-do_postgres/Makefile A databases/rubygem-do_sqlite3/Makefile A databases/rubygem-em-redis-unified/Makefile A databases/rubygem-familia/Makefile A databases/rubygem-flipper-active_record-rails-gitlab/Makefile A databases/rubygem-flipper-active_record-rails70/Makefile A databases/rubygem-flipper-active_record/Makefile M databases/rubygem-globalid-rails-gitlab/Makefile A databases/rubygem-globalid-rails5/Makefile A databases/rubygem-globalid-rails50/Makefile A databases/rubygem-globalid-rails52/Makefile M databases/rubygem-globalid-rails60/Makefile M databases/rubygem-globalid-rails61/Makefile M databases/rubygem-globalid-rails70/Makefile M databases/rubygem-globalid-rails71/Makefile M databases/rubygem-globalid-rails72/Makefile M databases/rubygem-globalid-rails80/Makefile M databases/rubygem-globalid-rails81/Makefile M databases/rubygem-google-cloud-datastore-v1/Makefile A databases/rubygem-google-cloud-datastore/Makefile A databases/rubygem-google-cloud-firestore-v1/Makefile A databases/rubygem-google-cloud-firestore/Makefile A databases/rubygem-her/Makefile M databases/rubygem-hiredis/Makefile M databases/rubygem-jdbc-mysql/Makefile A databases/rubygem-marginalia/Makefile A databases/rubygem-mario-redis-lock/Makefile A databases/rubygem-microscope/Makefile A databases/rubygem-neighbor/Makefile A databases/rubygem-openid-redis-store/Makefile A databases/rubygem-paranoia/Makefile A databases/rubygem-pghero-rails5/Makefile A databases/rubygem-pghero-rails50/Makefile A databases/rubygem-pghero/Makefile A databases/rubygem-pl-puppetdb-ruby/Makefile A databases/rubygem-puppetdb_cli/Makefile A databases/rubygem-redis-actionpack-rails-gitlab/Makefile A databases/rubygem-redis-actionpack-rails5/Makefile A databases/rubygem-redis-actionpack-rails50/Makefile A databases/rubygem-redis-actionpack-rails52/Makefile A databases/rubygem-redis-actionpack-rails60/Makefile A databases/rubygem-redis-actionpack-rails61/Makefile A databases/rubygem-redis-actionpack-rails70/Makefile A databases/rubygem-redis-actionpack/Makefile M databases/rubygem-redis-client/Makefile A databases/rubygem-redis-namespace110/Makefile A databases/rubygem-seed-fu/Makefile A databases/rubygem-solid_cable-rails72/Makefile A databases/rubygem-solid_cable/Makefile A databases/rubygem-solid_cache-rails72/Makefile A databases/rubygem-solid_cache/Makefile A databases/rubygem-solid_queue-rails72/Makefile A databases/rubygem-solid_queue/Makefile A databases/rubygem-state_machines-activemodel/Makefile A databases/rubygem-state_machines-activerecord/Makefile A databases/rubygem-state_machines-activerecord08/Makefile M databases/rubygem-tarantool/Makefile M devel/rubygem-CFPropertyList/Makefile M devel/rubygem-actionview-gitlab/Makefile M devel/rubygem-actionview52/Makefile M devel/rubygem-actionview60/Makefile M devel/rubygem-actionview61/Makefile M devel/rubygem-actionview70/Makefile M devel/rubygem-actionview71/Makefile M devel/rubygem-actionview72/Makefile M devel/rubygem-actionview81/Makefile M devel/rubygem-activejob-gitlab/Makefile M devel/rubygem-activejob60/Makefile M devel/rubygem-activejob61/Makefile M devel/rubygem-activejob70/Makefile M devel/rubygem-activejob71/Makefile M devel/rubygem-activejob72/Makefile M devel/rubygem-activejob81/Makefile M devel/rubygem-activesupport81/Makefile M devel/rubygem-aliyun-sdk-gitlab/Makefile M devel/rubygem-aliyun-sdk/Makefile M devel/rubygem-async/Makefile M devel/rubygem-azure-storage-blob/Makefile M devel/rubygem-azure-storage-common/Makefile M devel/rubygem-azure-storage-file/Makefile M devel/rubygem-azure-storage-queue/Makefile M devel/rubygem-azure-storage-table/Makefile M devel/rubygem-azure-storage/Makefile M devel/rubygem-azure_cognitiveservices_anomalydetector/Makefile M devel/rubygem-azure_cognitiveservices_autosuggest/Makefile M devel/rubygem-azure_cognitiveservices_computervision/Makefile M devel/rubygem-azure_cognitiveservices_contentmoderator/Makefile M devel/rubygem-azure_cognitiveservices_customimagesearch/Makefile M devel/rubygem-azure_cognitiveservices_customsearch/Makefile M devel/rubygem-azure_cognitiveservices_customvisionprediction/Makefile M devel/rubygem-azure_cognitiveservices_customvisiontraining/Makefile M devel/rubygem-azure_cognitiveservices_entitysearch/Makefile M devel/rubygem-azure_cognitiveservices_face/Makefile M devel/rubygem-azure_cognitiveservices_formrecognizer/Makefile M devel/rubygem-azure_cognitiveservices_imagesearch/Makefile M devel/rubygem-azure_cognitiveservices_localsearch/Makefile M devel/rubygem-azure_cognitiveservices_luisauthoring/Makefile M devel/rubygem-azure_cognitiveservices_luisruntime/Makefile M devel/rubygem-azure_cognitiveservices_newssearch/Makefile M devel/rubygem-azure_cognitiveservices_personalizer/Makefile M devel/rubygem-azure_cognitiveservices_qnamaker/Makefile M devel/rubygem-azure_cognitiveservices_qnamakerruntime/Makefile M devel/rubygem-azure_cognitiveservices_spellcheck/Makefile M devel/rubygem-azure_cognitiveservices_textanalytics/Makefile M devel/rubygem-azure_cognitiveservices_videosearch/Makefile M devel/rubygem-azure_cognitiveservices_visualsearch/Makefile M devel/rubygem-azure_cognitiveservices_websearch/Makefile M devel/rubygem-azure_event_grid/Makefile M devel/rubygem-azure_graph_rbac/Makefile M devel/rubygem-azure_key_vault/Makefile M devel/rubygem-azure_mgmt_adhybridhealth_service/Makefile M devel/rubygem-azure_mgmt_advisor/Makefile M devel/rubygem-azure_mgmt_alerts_management/Makefile M devel/rubygem-azure_mgmt_analysis_services/Makefile M devel/rubygem-azure_mgmt_api_management/Makefile M devel/rubygem-azure_mgmt_appconfiguration/Makefile M devel/rubygem-azure_mgmt_attestation/Makefile M devel/rubygem-azure_mgmt_authorization/Makefile M devel/rubygem-azure_mgmt_automanage/Makefile M devel/rubygem-azure_mgmt_automation/Makefile M devel/rubygem-azure_mgmt_azurestack/Makefile M devel/rubygem-azure_mgmt_azurestack_hci/Makefile M devel/rubygem-azure_mgmt_batch/Makefile M devel/rubygem-azure_mgmt_batchai/Makefile M devel/rubygem-azure_mgmt_billing/Makefile M devel/rubygem-azure_mgmt_bot_service/Makefile M devel/rubygem-azure_mgmt_cdn/Makefile M devel/rubygem-azure_mgmt_cognitive_services/Makefile M devel/rubygem-azure_mgmt_commerce/Makefile M devel/rubygem-azure_mgmt_compute/Makefile M devel/rubygem-azure_mgmt_consumption/Makefile M devel/rubygem-azure_mgmt_container_instance/Makefile M devel/rubygem-azure_mgmt_container_registry/Makefile M devel/rubygem-azure_mgmt_container_service/Makefile M devel/rubygem-azure_mgmt_cosmosdb/Makefile M devel/rubygem-azure_mgmt_cost_management/Makefile M devel/rubygem-azure_mgmt_customer_insights/Makefile M devel/rubygem-azure_mgmt_data_factory/Makefile M devel/rubygem-azure_mgmt_data_migration/Makefile M devel/rubygem-azure_mgmt_databox/Makefile M devel/rubygem-azure_mgmt_datalake_analytics/Makefile M devel/rubygem-azure_mgmt_datalake_store/Makefile M devel/rubygem-azure_mgmt_datashare/Makefile M devel/rubygem-azure_mgmt_deployment_manager/Makefile M devel/rubygem-azure_mgmt_dev_spaces/Makefile M devel/rubygem-azure_mgmt_devtestlabs/Makefile M devel/rubygem-azure_mgmt_digitaltwins/Makefile M devel/rubygem-azure_mgmt_dns/Makefile M devel/rubygem-azure_mgmt_edgegateway/Makefile M devel/rubygem-azure_mgmt_event_grid/Makefile M devel/rubygem-azure_mgmt_event_hub/Makefile M devel/rubygem-azure_mgmt_features/Makefile M devel/rubygem-azure_mgmt_hanaonazure/Makefile M devel/rubygem-azure_mgmt_hdinsight/Makefile M devel/rubygem-azure_mgmt_hybrid_compute/Makefile M devel/rubygem-azure_mgmt_import_export/Makefile M devel/rubygem-azure_mgmt_iot_central/Makefile M devel/rubygem-azure_mgmt_iot_hub/Makefile M devel/rubygem-azure_mgmt_key_vault/Makefile M devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile M devel/rubygem-azure_mgmt_kusto/Makefile M devel/rubygem-azure_mgmt_labservices/Makefile M devel/rubygem-azure_mgmt_links/Makefile M devel/rubygem-azure_mgmt_locks/Makefile M devel/rubygem-azure_mgmt_logic/Makefile M devel/rubygem-azure_mgmt_machine_learning/Makefile M devel/rubygem-azure_mgmt_machine_learning_services/Makefile M devel/rubygem-azure_mgmt_maintenance/Makefile M devel/rubygem-azure_mgmt_managed_applications/Makefile M devel/rubygem-azure_mgmt_mariadb/Makefile M devel/rubygem-azure_mgmt_marketplace_ordering/Makefile M devel/rubygem-azure_mgmt_media_services/Makefile M devel/rubygem-azure_mgmt_migrate/Makefile M devel/rubygem-azure_mgmt_mixedreality/Makefile M devel/rubygem-azure_mgmt_monitor/Makefile M devel/rubygem-azure_mgmt_msi/Makefile M devel/rubygem-azure_mgmt_mysql/Makefile M devel/rubygem-azure_mgmt_netapp/Makefile M devel/rubygem-azure_mgmt_network/Makefile M devel/rubygem-azure_mgmt_notification_hubs/Makefile M devel/rubygem-azure_mgmt_operational_insights/Makefile M devel/rubygem-azure_mgmt_operations_management/Makefile M devel/rubygem-azure_mgmt_peering/Makefile M devel/rubygem-azure_mgmt_policy/Makefile M devel/rubygem-azure_mgmt_policy_insights/Makefile M devel/rubygem-azure_mgmt_portal/Makefile M devel/rubygem-azure_mgmt_postgresql/Makefile M devel/rubygem-azure_mgmt_powerbi_dedicated/Makefile M devel/rubygem-azure_mgmt_powerbi_embedded/Makefile M devel/rubygem-azure_mgmt_privatedns/Makefile M devel/rubygem-azure_mgmt_recovery_services/Makefile M devel/rubygem-azure_mgmt_recovery_services_backup/Makefile M devel/rubygem-azure_mgmt_recovery_services_site_recovery/Makefile M devel/rubygem-azure_mgmt_redis/Makefile M devel/rubygem-azure_mgmt_relay/Makefile M devel/rubygem-azure_mgmt_reservations/Makefile M devel/rubygem-azure_mgmt_resource_health/Makefile M devel/rubygem-azure_mgmt_resourcegraph/Makefile M devel/rubygem-azure_mgmt_resources/Makefile M devel/rubygem-azure_mgmt_resources_management/Makefile M devel/rubygem-azure_mgmt_scheduler/Makefile M devel/rubygem-azure_mgmt_search/Makefile M devel/rubygem-azure_mgmt_security/Makefile M devel/rubygem-azure_mgmt_serialconsole/Makefile M devel/rubygem-azure_mgmt_service_bus/Makefile M devel/rubygem-azure_mgmt_service_fabric/Makefile M devel/rubygem-azure_mgmt_signalr/Makefile M devel/rubygem-azure_mgmt_sql/Makefile M devel/rubygem-azure_mgmt_sqlvirtualmachine/Makefile M devel/rubygem-azure_mgmt_stor_simple8000_series/Makefile M devel/rubygem-azure_mgmt_storage/Makefile M devel/rubygem-azure_mgmt_storagecache/Makefile M devel/rubygem-azure_mgmt_storagesync/Makefile M devel/rubygem-azure_mgmt_stream_analytics/Makefile M devel/rubygem-azure_mgmt_subscriptions/Makefile M devel/rubygem-azure_mgmt_support/Makefile M devel/rubygem-azure_mgmt_synapse/Makefile M devel/rubygem-azure_mgmt_time_series_insights/Makefile M devel/rubygem-azure_mgmt_traffic_manager/Makefile M devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile M devel/rubygem-azure_mgmt_web/Makefile M devel/rubygem-azure_sdk/Makefile M devel/rubygem-cairo-gobject/Makefile M devel/rubygem-coffee-rails41/Makefile M devel/rubygem-coffee-script/Makefile M devel/rubygem-console/Makefile M devel/rubygem-cool.io/Makefile M devel/rubygem-excon-gitlab/Makefile M devel/rubygem-fiber-local/Makefile M devel/rubygem-fog-core-gitlab/Makefile M devel/rubygem-fog-core/Makefile M devel/rubygem-fog-core1/Makefile M devel/rubygem-fog-json-gitlab/Makefile M devel/rubygem-fog-json/Makefile M devel/rubygem-formatador/Makefile M devel/rubygem-gapic-common-gitlab/Makefile M devel/rubygem-gapic-common/Makefile M devel/rubygem-gio2/Makefile M devel/rubygem-glib2/Makefile M devel/rubygem-gobject-introspection/Makefile M devel/rubygem-google-api-client/Makefile M devel/rubygem-google-apis-admin_directory_v1/Makefile M devel/rubygem-google-apis-androidpublisher_v3-gitlab/Makefile M devel/rubygem-google-apis-androidpublisher_v3/Makefile M devel/rubygem-google-apis-bigquery_v2/Makefile M devel/rubygem-google-apis-cloudbilling_v1/Makefile M devel/rubygem-google-apis-cloudkms_v1/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v1-gitlab/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v1/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v3/Makefile M devel/rubygem-google-apis-compute_v1-gitlab/Makefile M devel/rubygem-google-apis-compute_v1/Makefile M devel/rubygem-google-apis-container_v1/Makefile M devel/rubygem-google-apis-container_v1beta1/Makefile M devel/rubygem-google-apis-core/Makefile M devel/rubygem-google-apis-discovery_v1/Makefile M devel/rubygem-google-apis-drive_v3/Makefile M devel/rubygem-google-apis-iam_v1-gitlab/Makefile M devel/rubygem-google-apis-iam_v1/Makefile M devel/rubygem-google-apis-iam_v2/Makefile M devel/rubygem-google-apis-iam_v2beta/Makefile M devel/rubygem-google-apis-iamcredentials_v1-gitlab/Makefile M devel/rubygem-google-apis-iamcredentials_v1/Makefile M devel/rubygem-google-apis-monitoring_v3/Makefile M devel/rubygem-google-apis-sheets_v4/Makefile M devel/rubygem-google-apis-sqladmin_v1beta4-gitlab/Makefile M devel/rubygem-google-apis-sqladmin_v1beta4/Makefile M devel/rubygem-google-apis-storage_v1-gitlab/Makefile M devel/rubygem-google-apis-storage_v1/Makefile M devel/rubygem-google-cloud-common/Makefile M devel/rubygem-google-iam-credentials-v1/Makefile M devel/rubygem-google-iam-credentials/Makefile M devel/rubygem-google-iam-v1/Makefile M devel/rubygem-googleapis-common-protos-gitlab/Makefile M devel/rubygem-googleapis-common-protos-types-gitlab/Makefile M devel/rubygem-googleapis-common-protos/Makefile M devel/rubygem-graphql/Makefile M devel/rubygem-gyoku/Makefile M devel/rubygem-hashie-gitlab/Makefile M devel/rubygem-hoe/Makefile M devel/rubygem-mixlib-shellout/Makefile M devel/rubygem-ms_rest_azure/Makefile M devel/rubygem-nori/Makefile M devel/rubygem-parser/Makefile M devel/rubygem-rspec/Makefile M devel/rubygem-rubyinline/Makefile M devel/rubygem-snaky_hash-gitlab/Makefile M devel/rubygem-soap4r/Makefile M devel/rubygem-sprockets-rails-rails4/Makefile M devel/rubygem-svn2git/Makefile M devel/rubygem-time/Makefile M devel/rubygem-treetop/Makefile M devel/rubygem-uuid/Makefile M devel/rubygem-validate_email/Makefile M devel/rubygem-validate_url/Makefile M devel/rubygem-validates_timeliness/Makefile M devel/rubygem-validates_timeliness7/Makefile M devel/rubygem-web-console2/Makefile M devel/rubygem-webfinger/Makefile M dns/rubygem-google-apis-dns_v1-gitlab/Makefile M dns/rubygem-google-apis-dns_v1/Makefile M emulators/rubygem-fission/Makefile M filesystems/rubygem-chef-winrm-fs/Makefile M graphics/rubygem-blurhash/Makefile M graphics/rubygem-cairo/Makefile M graphics/rubygem-captcha/Makefile M graphics/rubygem-clutter-gdk/Makefile M graphics/rubygem-emoji/Makefile M graphics/rubygem-gemojione/Makefile M graphics/rubygem-gemojione32/Makefile M graphics/rubygem-gruff/Makefile M graphics/rubygem-image_processing/Makefile M graphics/rubygem-mini_magick/Makefile M graphics/rubygem-red-colors/Makefile M graphics/rubygem-rmagick/Makefile M graphics/rubygem-ruby-graphviz/Makefile M graphics/rubygem-ruby-vips/Makefile M graphics/rubygem-svg_optimizer/Makefile M graphics/rubygem-svg_sprite/Makefile M japanese/rubygem-mail-iso-2022-jp/Makefile M japanese/rubygem-myrurema/Makefile M mail/rubygem-actionmailer4/Makefile M mail/rubygem-email_validator/Makefile M mail/rubygem-net-imap/Makefile M mail/rubygem-net-pop/Makefile M mail/rubygem-net-smtp/Makefile M misc/rubygem-mime-types-gitlab/Makefile M net-im/rubygem-lita/Makefile M net/rubygem-activestorage-gitlab/Makefile M net/rubygem-activestorage52/Makefile M net/rubygem-activestorage60/Makefile M net/rubygem-activestorage61/Makefile M net/rubygem-activestorage70/Makefile M net/rubygem-activestorage71/Makefile M net/rubygem-activestorage72/Makefile M net/rubygem-activestorage80/Makefile M net/rubygem-activestorage81/Makefile M net/rubygem-amazon-ec2/Makefile M net/rubygem-amqp-utils/Makefile M net/rubygem-amqp/Makefile M net/rubygem-apollo_upload_server/Makefile M net/rubygem-app_store_connect/Makefile M net/rubygem-asset_sync/Makefile M net/rubygem-aws-s3/Makefile M net/rubygem-aws-ses/Makefile M net/rubygem-azure-core/Makefile M net/rubygem-azure/Makefile M net/rubygem-bunny/Makefile M net/rubygem-cloudflare/Makefile M net/rubygem-dogapi/Makefile M net/rubygem-domain_name/Makefile M net/rubygem-dropbox-sdk/Makefile M net/rubygem-epp-client-afnic/Makefile M net/rubygem-epp-client-base/Makefile M net/rubygem-epp-client-rgp/Makefile M net/rubygem-epp-client-secdns/Makefile M net/rubygem-epp-client-smallregistry/Makefile M net/rubygem-fog-aliyun-gitlab/Makefile M net/rubygem-fog-aliyun/Makefile M net/rubygem-fog-atmos/Makefile M net/rubygem-fog-aws-gitlab/Makefile M net/rubygem-fog-aws/Makefile M net/rubygem-fog-azure/Makefile M net/rubygem-fog-brightbox/Makefile M net/rubygem-fog-cloudatcost/Makefile M net/rubygem-fog-cloudstack/Makefile M net/rubygem-fog-digitalocean/Makefile M net/rubygem-fog-dnsimple/Makefile M net/rubygem-fog-dynect/Makefile M net/rubygem-fog-ecloud/Makefile M net/rubygem-fog-google-gitlab/Makefile M net/rubygem-fog-google/Makefile M net/rubygem-fog-gridscale/Makefile M net/rubygem-fog-internet-archive/Makefile M net/rubygem-fog-joyent/Makefile M net/rubygem-fog-local-gitlab/Makefile M net/rubygem-fog-local/Makefile M net/rubygem-fog-openstack/Makefile M net/rubygem-fog-ovirt/Makefile M net/rubygem-fog-powerdns/Makefile M net/rubygem-fog-profitbricks/Makefile M net/rubygem-fog-rackspace/Makefile M net/rubygem-fog-radosgw/Makefile M net/rubygem-fog-riakcs/Makefile M net/rubygem-fog-sakuracloud/Makefile M net/rubygem-fog-serverlove/Makefile M net/rubygem-fog-softlayer/Makefile M net/rubygem-fog-storm_on_demand/Makefile M net/rubygem-fog-terremark/Makefile M net/rubygem-fog-vmfusion/Makefile M net/rubygem-fog-voxel/Makefile M net/rubygem-fog-vsphere/Makefile M net/rubygem-fog-xenserver/Makefile M net/rubygem-gitaly-proto/Makefile M net/rubygem-gitaly/Makefile M net/rubygem-gitlab-fog-azure-rm/Makefile M net/rubygem-gitlab-kas-grpc/Makefile M net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile M net/rubygem-gitlab_omniauth-ldap/Makefile M net/rubygem-google-cloud-bigquery/Makefile M net/rubygem-google-cloud-bigtable-admin-v2/Makefile M net/rubygem-google-cloud-bigtable-v2/Makefile M net/rubygem-google-cloud-bigtable/Makefile M net/rubygem-google-cloud-compute-v1/Makefile M net/rubygem-google-cloud-core-gitlab/Makefile M net/rubygem-google-cloud-env-gitlab/Makefile M net/rubygem-google-cloud-location-gitlab/Makefile M net/rubygem-google-cloud-location/Makefile M net/rubygem-google-cloud-logging-v2/Makefile M net/rubygem-google-cloud-logging/Makefile M net/rubygem-google-cloud-monitoring-dashboard-v1/Makefile M net/rubygem-google-cloud-monitoring-metrics_scope-v1/Makefile M net/rubygem-google-cloud-monitoring-v3/Makefile M net/rubygem-google-cloud-monitoring/Makefile M net/rubygem-google-cloud-pubsub-v1/Makefile M net/rubygem-google-cloud-pubsub/Makefile M net/rubygem-google-cloud-resource_manager/Makefile M net/rubygem-google-cloud-spanner-admin-database-v1/Makefile M net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile M net/rubygem-google-cloud-spanner-v1/Makefile M net/rubygem-google-cloud-spanner/Makefile M net/rubygem-google-cloud-storage-gitlab/Makefile M net/rubygem-google-cloud-storage/Makefile M net/rubygem-google-cloud-storage_transfer-gitlab/Makefile M net/rubygem-google-cloud-storage_transfer-v1-gitlab/Makefile M net/rubygem-google-cloud-storage_transfer-v1/Makefile M net/rubygem-google-cloud-storage_transfer/Makefile M net/rubygem-google-cloud-storage_transfer12/Makefile M net/rubygem-google-cloud-trace-v1/Makefile M net/rubygem-google-cloud-trace-v2/Makefile M net/rubygem-google-cloud-trace/Makefile M net/rubygem-grpc-gitlab/Makefile M net/rubygem-grpc_reflection/Makefile M net/rubygem-http-parser/Makefile M net/rubygem-iproto/Makefile M net/rubygem-lita-gems/Makefile M net/rubygem-macaddr/Makefile M net/rubygem-net-ldap/Makefile M net/rubygem-net-netrc/Makefile M net/rubygem-net-protocol/Makefile M net/rubygem-net-protocol01/Makefile M net/rubygem-oauth-tty/Makefile M net/rubygem-oauth/Makefile M net/rubygem-oauth2-gitlab/Makefile M net/rubygem-oauth2/Makefile M net/rubygem-oauth21/Makefile M net/rubygem-octokit-gitlab/Makefile M net/rubygem-octokit/Makefile M net/rubygem-octokit4/Makefile M net/rubygem-octopress-deploy/Makefile M net/rubygem-omniauth-auth0-gitlab/Makefile M net/rubygem-omniauth-auth0/Makefile M net/rubygem-omniauth-authentiq/Makefile M net/rubygem-omniauth-azure-activedirectory-v2/Makefile M net/rubygem-omniauth-azure-oauth2/Makefile M net/rubygem-omniauth-facebook/Makefile M net/rubygem-omniauth-github-discourse/Makefile M net/rubygem-omniauth-github-gitlab/Makefile M net/rubygem-omniauth-github/Makefile M net/rubygem-omniauth-google-oauth2-gitlab/Makefile M net/rubygem-omniauth-google-oauth2/Makefile M net/rubygem-omniauth-kerberos/Makefile M net/rubygem-omniauth-oauth/Makefile M net/rubygem-omniauth-oauth2-gitlab/Makefile M net/rubygem-omniauth-oauth2/Makefile M net/rubygem-omniauth-openid/Makefile M net/rubygem-omniauth-salesforce/Makefile M net/rubygem-omniauth-twitter/Makefile M net/rubygem-omniauth-ultraauth/Makefile M net/rubygem-omniauth_openid_connect/Makefile M net/rubygem-open-uri/Makefile M net/rubygem-openid_connect/Makefile M net/rubygem-opennebula/Makefile M net/rubygem-orchestrator_client/Makefile M net/rubygem-ovirt-engine-sdk/Makefile M net/rubygem-packetfu/Makefile M net/rubygem-packetgen/Makefile M net/rubygem-qiniu/Makefile M net/rubygem-rsync/Makefile M net/rubygem-ruby_smb/Makefile M net/rubygem-rubytter/Makefile M net/rubygem-rudy/Makefile M net/rubygem-rye/Makefile M net/rubygem-serverengine/Makefile M net/rubygem-spamcheck/Makefile M net/rubygem-stackdriver-core/Makefile M net/rubygem-stompserver/Makefile M net/rubygem-t/Makefile M net/rubygem-train-rest/Makefile M net/rubygem-train-winrm/Makefile M net/rubygem-train/Makefile M net/rubygem-tweetstream/Makefile M net/rubygem-twitter-stream/Makefile M net/rubygem-twitter/Makefile M net/rubygem-twitter4r/Makefile M net/rubygem-x/Makefile M net/rubygem-xmlrpc/Makefile M print/rubygem-pdf-reader/Makefile M print/rubygem-prawn-icon3/Makefile M print/rubygem-prawn-svg036/Makefile M print/rubygem-prawn-table/Makefile M print/rubygem-prawn-templates/Makefile M print/rubygem-prawn/Makefile M print/rubygem-prawn24/Makefile M print/rubygem-ttfunk/Makefile M security/rubygem-digest-crc/Makefile M security/rubygem-googleauth/Makefile M security/rubygem-net-scp/Makefile M security/rubygem-net-scp1/Makefile M security/rubygem-omniauth-gl/Makefile M security/rubygem-omniauth-multipassword2/Makefile M security/rubygem-omniauth/Makefile M security/rubygem-omniauth1/Makefile M security/rubygem-openssl-ccm/Makefile M security/rubygem-openssl-cmac/Makefile M security/rubygem-rack-oauth2-gitlab/Makefile M security/rubygem-rack-oauth2/Makefile M security/rubygem-rasn1/Makefile M security/rubygem-twitter_oauth/Makefile M sysutils/rubygem-chef-utils/Makefile M sysutils/rubygem-chef-winrm-elevated/Makefile M sysutils/rubygem-chef-winrm/Makefile M sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile M sysutils/rubygem-fluent-plugin-config-expander/Makefile M sysutils/rubygem-fluent-plugin-file-alternative/Makefile M sysutils/rubygem-fluent-plugin-tail-asis/Makefile M sysutils/rubygem-fluentd/Makefile M sysutils/rubygem-winrm/Makefile M textproc/rubygem-asciidoctor-pdf/Makefile M textproc/rubygem-case_transform/Makefile M textproc/rubygem-css_parser/Makefile M textproc/rubygem-emot/Makefile M textproc/rubygem-fog-xml-gitlab/Makefile M textproc/rubygem-fog-xml/Makefile M textproc/rubygem-kramdown-parser-gfm/Makefile M textproc/rubygem-kramdown/Makefile M textproc/rubygem-loofah-gitlab/Makefile M textproc/rubygem-multi_xml/Makefile M textproc/rubygem-psych/Makefile M textproc/rubygem-rails-dom-testing-rails61/Makefile M textproc/rubygem-rails-dom-testing-rails81/Makefile M textproc/rubygem-rails-html-sanitizer-gitlab/Makefile M textproc/rubygem-rdtool/Makefile M textproc/rubygem-sass-rails-rails4/Makefile M textproc/rubygem-sass/Makefile M textproc/rubygem-xml-simple-gitlab/Makefile M textproc/rubygem-xml-simple/Makefile M www/rubygem-actionpack-gitlab/Makefile M www/rubygem-actionpack52/Makefile M www/rubygem-actionpack60/Makefile M www/rubygem-actionpack61/Makefile M www/rubygem-actionpack70/Makefile M www/rubygem-actionpack71/Makefile M www/rubygem-actionpack72/Makefile M www/rubygem-actionpack81/Makefile M www/rubygem-async-http/Makefile M www/rubygem-async-pool/Makefile M www/rubygem-async-rest/Makefile M www/rubygem-em-socksify/Makefile M www/rubygem-faraday-follow_redirects-gitlab/Makefile M www/rubygem-faraday-follow_redirects/Makefile M www/rubygem-faraday-http-cache-gitlab/Makefile M www/rubygem-faraday-http-cache/Makefile M www/rubygem-faraday-net_http-gitlab/Makefile M www/rubygem-faraday-net_http/Makefile M www/rubygem-faraday-net_http_persistent-gitlab/Makefile M www/rubygem-faraday-net_http_persistent/Makefile M www/rubygem-faraday-rack/Makefile M www/rubygem-faraday-retry/Makefile M www/rubygem-faraday-typhoeus-gitlab/Makefile M www/rubygem-faraday-typhoeus/Makefile M www/rubygem-faraday/Makefile M www/rubygem-http-cookie/Makefile M www/rubygem-http/Makefile M www/rubygem-http_router/Makefile M www/rubygem-httpclient/Makefile M www/rubygem-jquery-rails/Makefile M www/rubygem-json-jwt-gitlab/Makefile M www/rubygem-jwt/Makefile M www/rubygem-jwt2/Makefile M www/rubygem-net-http-gitlab/Makefile M www/rubygem-protocol-http1/Makefile M www/rubygem-protocol-http2/Makefile M www/rubygem-puma/Makefile M www/rubygem-rack-contrib/Makefile M www/rubygem-rack-protection-gitlab/Makefile M www/rubygem-rack-proxy/Makefile M www/rubygem-rack-session-gitlab/Makefile M www/rubygem-rack-session10/Makefile M www/rubygem-rack-ssl/Makefile M www/rubygem-rack-test-gitlab/Makefile M www/rubygem-rack_csrf/Makefile M www/rubygem-rackup10/Makefile M www/rubygem-rails4/Makefile M www/rubygem-rest-client-gitlab/Makefile M www/rubygem-rest-client/Makefile M www/rubygem-sawyer/Makefile M www/rubygem-typhoeus-gitlab/Makefile M www/rubygem-url_mount/Makefile M x11-toolkits/rubygem-gtk2/Makefile M x11-toolkits/rubygem-gtk3/Makefile M x11-toolkits/rubygem-gtk4/Makefile M x11-toolkits/rubygem-pango/Makefile Log Message: ----------- rubygems: add BUILD_DEPENDS= ${RUN_DEPENDS} to all affected ports The fake-qa QA check in Mk/scripts/qa.sh verifies that each gem's runtime dependencies are installed on the build machine by running `gem list -e`. Without BUILD_DEPENDS the runtime gems are not installed during the build phase and every affected port fails fake-qa with "RubyGem dependency X is not satisfied." Add BUILD_DEPENDS= ${RUN_DEPENDS} to all 655 rubygem-* ports that declare RUN_DEPENDS but have no BUILD_DEPENDS. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/c6e2f282b17d%5E...d343a1276240 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:32:07 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:32:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 355c69: databases/rubygem-*: fix maintainer, licenses, and... Message-ID: Branch: refs/heads/rubygem/add-build-depends Home: https://github.com/MidnightBSD/mports Commit: 355c69a3622b274c66dbf4aa13477123308862b3 https://github.com/MidnightBSD/mports/commit/355c69a3622b274c66dbf4aa13477123308862b3 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M databases/Makefile M databases/rubygem-activemodel-serializers-xml/Makefile M databases/rubygem-activerecord-explain-analyze/Makefile M databases/rubygem-activerecord-jdbc-adapter/Makefile M databases/rubygem-activerecord-jdbcmysql-adapter/Makefile M databases/rubygem-activerecord-session_store/Makefile M databases/rubygem-activerecord-trilogy-adapter/Makefile M databases/rubygem-amalgalite/Makefile M databases/rubygem-arel-helpers/Makefile M databases/rubygem-attr_json/Makefile M databases/rubygem-awesome_nested_set/Makefile M databases/rubygem-bigrecord/Makefile M databases/rubygem-brpoplpush-redis_script/Makefile M databases/rubygem-data_objects/Makefile M databases/rubygem-datamapper/Makefile M databases/rubygem-dbd-pg/Makefile M databases/rubygem-dbd-sqlite3/Makefile M databases/rubygem-dbf/Makefile M databases/rubygem-dbf4/Makefile M databases/rubygem-dm-aggregates/Makefile M databases/rubygem-dm-chunked_query/Makefile M databases/rubygem-dm-constraints/Makefile M databases/rubygem-dm-core/Makefile M databases/rubygem-dm-do-adapter/Makefile M databases/rubygem-dm-migrations/Makefile M databases/rubygem-dm-mysql-adapter/Makefile M databases/rubygem-dm-observer/Makefile M databases/rubygem-dm-pager/Makefile M databases/rubygem-dm-paperclip/Makefile M databases/rubygem-dm-postgres-adapter/Makefile M databases/rubygem-dm-serializer/Makefile M databases/rubygem-dm-timestamps/Makefile M databases/rubygem-dm-transactions/Makefile M databases/rubygem-dm-types/Makefile M databases/rubygem-dm-validations/Makefile M databases/rubygem-em-redis-unified/Makefile M databases/rubygem-familia/Makefile M databases/rubygem-flipper-active_record-rails-gitlab/Makefile M databases/rubygem-flipper-active_record-rails70/Makefile M databases/rubygem-flipper-active_record/Makefile M databases/rubygem-globalid-rails5/Makefile M databases/rubygem-globalid-rails50/Makefile M databases/rubygem-globalid-rails52/Makefile M databases/rubygem-google-cloud-datastore/Makefile M databases/rubygem-google-cloud-firestore-v1/Makefile M databases/rubygem-google-cloud-firestore/Makefile M databases/rubygem-her/Makefile M databases/rubygem-marginalia/Makefile M databases/rubygem-mario-redis-lock/Makefile M databases/rubygem-microscope/Makefile M databases/rubygem-neighbor/Makefile M databases/rubygem-openid-redis-store/Makefile M databases/rubygem-paranoia/Makefile M databases/rubygem-pghero-rails5/Makefile M databases/rubygem-pghero-rails50/Makefile M databases/rubygem-pl-puppetdb-ruby/Makefile M databases/rubygem-puppetdb_cli/Makefile M databases/rubygem-redis-actionpack-rails-gitlab/Makefile M databases/rubygem-redis-actionpack-rails5/Makefile M databases/rubygem-redis-actionpack-rails50/Makefile M databases/rubygem-redis-actionpack-rails52/Makefile M databases/rubygem-redis-actionpack-rails60/Makefile M databases/rubygem-redis-actionpack-rails61/Makefile M databases/rubygem-redis-actionpack-rails70/Makefile M databases/rubygem-redis-actionpack/Makefile M databases/rubygem-redis-namespace110/Makefile M databases/rubygem-seed-fu/Makefile M databases/rubygem-solid_cable-rails72/Makefile M databases/rubygem-solid_cable/Makefile M databases/rubygem-solid_cache-rails72/Makefile M databases/rubygem-solid_cache/Makefile M databases/rubygem-solid_queue-rails72/Makefile M databases/rubygem-solid_queue/Makefile M databases/rubygem-state_machines-activerecord/Makefile M databases/rubygem-state_machines-activerecord08/Makefile Log Message: ----------- databases/rubygem-*: fix maintainer, licenses, and add to Makefile For all 82 newly added databases/rubygem-* ports: - Fix MAINTAINER: replace @FreeBSD.org addresses with ports at MidnightBSD.org - Fix LICENSE identifiers to correct mports form: MIT -> mit, APACHE20 -> Apache-2.0, BSD3CLAUSE -> bsd3, BSD2CLAUSE -> bsd2, BSD2CLAUSE RUBY -> bsd2 ruby - Add all 82 ports to databases/Makefile in sorted order AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:36:36 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 17:36:36 +0000 (UTC) Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c3ce09: databases/rubygem-*: add distinfo and pkg-descr fo... Message-ID: Branch: refs/heads/rubygem/add-build-depends Home: https://github.com/MidnightBSD/mports Commit: c3ce092c7f30f17342e4d75b7cbd52285510fbd3 https://github.com/MidnightBSD/mports/commit/c3ce092c7f30f17342e4d75b7cbd52285510fbd3 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A databases/rubygem-activemodel-serializers-xml/distinfo A databases/rubygem-activemodel-serializers-xml/pkg-descr A databases/rubygem-activerecord-explain-analyze/distinfo A databases/rubygem-activerecord-explain-analyze/pkg-descr A databases/rubygem-activerecord-jdbc-adapter/distinfo A databases/rubygem-activerecord-jdbc-adapter/pkg-descr A databases/rubygem-activerecord-jdbcmysql-adapter/distinfo A databases/rubygem-activerecord-jdbcmysql-adapter/pkg-descr A databases/rubygem-activerecord-session_store/distinfo A databases/rubygem-activerecord-session_store/pkg-descr A databases/rubygem-activerecord-trilogy-adapter/distinfo A databases/rubygem-activerecord-trilogy-adapter/pkg-descr A databases/rubygem-after_commit_queue/distinfo A databases/rubygem-after_commit_queue/pkg-descr A databases/rubygem-amalgalite/distinfo A databases/rubygem-amalgalite/pkg-descr A databases/rubygem-arel-helpers/distinfo A databases/rubygem-arel-helpers/pkg-descr A databases/rubygem-attr_json/distinfo A databases/rubygem-attr_json/pkg-descr A databases/rubygem-awesome_nested_set/distinfo A databases/rubygem-awesome_nested_set/pkg-descr A databases/rubygem-bigrecord/distinfo A databases/rubygem-bigrecord/pkg-descr A databases/rubygem-brpoplpush-redis_script/distinfo A databases/rubygem-brpoplpush-redis_script/pkg-descr A databases/rubygem-data_objects/distinfo A databases/rubygem-data_objects/pkg-descr A databases/rubygem-datamapper/distinfo A databases/rubygem-datamapper/pkg-descr A databases/rubygem-dbd-mysql/distinfo A databases/rubygem-dbd-mysql/files/patch-statement.rb A databases/rubygem-dbd-mysql/pkg-descr A databases/rubygem-dbd-pg/distinfo A databases/rubygem-dbd-pg/files/patch-database.rb A databases/rubygem-dbd-pg/files/patch-statement.rb A databases/rubygem-dbd-pg/files/patch-type.rb A databases/rubygem-dbd-pg/pkg-descr A databases/rubygem-dbd-sqlite3/distinfo A databases/rubygem-dbd-sqlite3/pkg-descr A databases/rubygem-dbf/distinfo A databases/rubygem-dbf/pkg-descr A databases/rubygem-dbf4/distinfo A databases/rubygem-dbf4/pkg-descr A databases/rubygem-dbi/distinfo A databases/rubygem-dbi/files/patch-lib-dbi-row.rb A databases/rubygem-dbi/files/patch-test-dbi-tc_types.rb A databases/rubygem-dbi/pkg-descr A databases/rubygem-dm-aggregates/distinfo A databases/rubygem-dm-aggregates/pkg-descr A databases/rubygem-dm-chunked_query/distinfo A databases/rubygem-dm-chunked_query/pkg-descr A databases/rubygem-dm-constraints/distinfo A databases/rubygem-dm-constraints/pkg-descr A databases/rubygem-dm-core/distinfo A databases/rubygem-dm-core/pkg-descr A databases/rubygem-dm-do-adapter/distinfo A databases/rubygem-dm-do-adapter/pkg-descr A databases/rubygem-dm-migrations/distinfo A databases/rubygem-dm-migrations/pkg-descr A databases/rubygem-dm-mysql-adapter/distinfo A databases/rubygem-dm-mysql-adapter/pkg-descr A databases/rubygem-dm-observer/distinfo A databases/rubygem-dm-observer/pkg-descr A databases/rubygem-dm-pager/distinfo A databases/rubygem-dm-pager/pkg-descr A databases/rubygem-dm-paperclip/distinfo A databases/rubygem-dm-paperclip/pkg-descr A databases/rubygem-dm-postgres-adapter/distinfo A databases/rubygem-dm-postgres-adapter/pkg-descr A databases/rubygem-dm-serializer/distinfo A databases/rubygem-dm-serializer/pkg-descr A databases/rubygem-dm-timestamps/distinfo A databases/rubygem-dm-timestamps/pkg-descr A databases/rubygem-dm-transactions/distinfo A databases/rubygem-dm-transactions/pkg-descr A databases/rubygem-dm-types/distinfo A databases/rubygem-dm-types/files/patch-gemspec A databases/rubygem-dm-types/pkg-descr A databases/rubygem-dm-validations/distinfo A databases/rubygem-dm-validations/pkg-descr A databases/rubygem-do_mysql/distinfo A databases/rubygem-do_mysql/pkg-descr A databases/rubygem-do_postgres/distinfo A databases/rubygem-do_postgres/pkg-descr A databases/rubygem-do_sqlite3/distinfo A databases/rubygem-do_sqlite3/pkg-descr A databases/rubygem-em-redis-unified/distinfo A databases/rubygem-em-redis-unified/pkg-descr A databases/rubygem-familia/distinfo A databases/rubygem-familia/pkg-descr A databases/rubygem-flipper-active_record-rails-gitlab/distinfo A databases/rubygem-flipper-active_record-rails-gitlab/pkg-descr A databases/rubygem-flipper-active_record-rails70/distinfo A databases/rubygem-flipper-active_record-rails70/pkg-descr A databases/rubygem-flipper-active_record/distinfo A databases/rubygem-flipper-active_record/pkg-descr A databases/rubygem-globalid-rails5/distinfo A databases/rubygem-globalid-rails5/pkg-descr A databases/rubygem-globalid-rails50/distinfo A databases/rubygem-globalid-rails50/pkg-descr A databases/rubygem-globalid-rails52/distinfo A databases/rubygem-globalid-rails52/pkg-descr A databases/rubygem-google-cloud-datastore/distinfo A databases/rubygem-google-cloud-datastore/pkg-descr A databases/rubygem-google-cloud-firestore-v1/distinfo A databases/rubygem-google-cloud-firestore-v1/pkg-descr A databases/rubygem-google-cloud-firestore/distinfo A databases/rubygem-google-cloud-firestore/pkg-descr A databases/rubygem-her/distinfo A databases/rubygem-her/pkg-descr A databases/rubygem-marginalia/distinfo A databases/rubygem-marginalia/pkg-descr A databases/rubygem-mario-redis-lock/distinfo A databases/rubygem-mario-redis-lock/pkg-descr A databases/rubygem-microscope/distinfo A databases/rubygem-microscope/pkg-descr A databases/rubygem-neighbor/distinfo A databases/rubygem-neighbor/pkg-descr A databases/rubygem-openid-redis-store/distinfo A databases/rubygem-openid-redis-store/pkg-descr A databases/rubygem-paranoia/distinfo A databases/rubygem-paranoia/pkg-descr A databases/rubygem-pghero-rails5/distinfo A databases/rubygem-pghero-rails5/pkg-descr A databases/rubygem-pghero-rails50/distinfo A databases/rubygem-pghero-rails50/pkg-descr A databases/rubygem-pghero/distinfo A databases/rubygem-pghero/pkg-descr A databases/rubygem-pl-puppetdb-ruby/distinfo A databases/rubygem-pl-puppetdb-ruby/pkg-descr A databases/rubygem-puppetdb_cli/distinfo A databases/rubygem-puppetdb_cli/pkg-descr A databases/rubygem-redis-actionpack-rails-gitlab/distinfo A databases/rubygem-redis-actionpack-rails-gitlab/pkg-descr A databases/rubygem-redis-actionpack-rails5/distinfo A databases/rubygem-redis-actionpack-rails5/pkg-descr A databases/rubygem-redis-actionpack-rails50/distinfo A databases/rubygem-redis-actionpack-rails50/pkg-descr A databases/rubygem-redis-actionpack-rails52/distinfo A databases/rubygem-redis-actionpack-rails52/pkg-descr A databases/rubygem-redis-actionpack-rails60/distinfo A databases/rubygem-redis-actionpack-rails60/pkg-descr A databases/rubygem-redis-actionpack-rails61/distinfo A databases/rubygem-redis-actionpack-rails61/pkg-descr A databases/rubygem-redis-actionpack-rails70/distinfo A databases/rubygem-redis-actionpack-rails70/pkg-descr A databases/rubygem-redis-actionpack/distinfo A databases/rubygem-redis-actionpack/pkg-descr A databases/rubygem-redis-namespace110/distinfo A databases/rubygem-redis-namespace110/pkg-descr A databases/rubygem-seed-fu/distinfo A databases/rubygem-seed-fu/pkg-descr A databases/rubygem-solid_cable-rails72/distinfo A databases/rubygem-solid_cable-rails72/pkg-descr A databases/rubygem-solid_cable/distinfo A databases/rubygem-solid_cable/pkg-descr A databases/rubygem-solid_cache-rails72/distinfo A databases/rubygem-solid_cache-rails72/pkg-descr A databases/rubygem-solid_cache/distinfo A databases/rubygem-solid_cache/pkg-descr A databases/rubygem-solid_queue-rails72/distinfo A databases/rubygem-solid_queue-rails72/pkg-descr A databases/rubygem-solid_queue/distinfo A databases/rubygem-solid_queue/pkg-descr A databases/rubygem-state_machines-activemodel/distinfo A databases/rubygem-state_machines-activemodel/pkg-descr A databases/rubygem-state_machines-activerecord/distinfo A databases/rubygem-state_machines-activerecord/pkg-descr A databases/rubygem-state_machines-activerecord08/distinfo A databases/rubygem-state_machines-activerecord08/pkg-descr Log Message: ----------- databases/rubygem-*: add distinfo and pkg-descr for new ports These supporting files were present on disk but not staged in the initial commit that added the 82 new databases/rubygem-* ports. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:37:04 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:37:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 74a1a6: Rubygem/add build depends (#183) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 74a1a646999f0ddaad78ec7dfd64c9656bd07e63 https://github.com/MidnightBSD/mports/commit/74a1a646999f0ddaad78ec7dfd64c9656bd07e63 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M databases/Makefile M databases/rubygem-active_model_serializers/Makefile A databases/rubygem-activemodel-serializers-xml/Makefile A databases/rubygem-activemodel-serializers-xml/distinfo A databases/rubygem-activemodel-serializers-xml/pkg-descr M databases/rubygem-activemodel52/Makefile M databases/rubygem-activemodel60/Makefile M databases/rubygem-activemodel61/Makefile M databases/rubygem-activemodel71/Makefile M databases/rubygem-activemodel81/Makefile A databases/rubygem-activerecord-explain-analyze/Makefile A databases/rubygem-activerecord-explain-analyze/distinfo A databases/rubygem-activerecord-explain-analyze/pkg-descr A databases/rubygem-activerecord-jdbc-adapter/Makefile A databases/rubygem-activerecord-jdbc-adapter/distinfo A databases/rubygem-activerecord-jdbc-adapter/pkg-descr A databases/rubygem-activerecord-jdbcmysql-adapter/Makefile A databases/rubygem-activerecord-jdbcmysql-adapter/distinfo A databases/rubygem-activerecord-jdbcmysql-adapter/pkg-descr A databases/rubygem-activerecord-session_store/Makefile A databases/rubygem-activerecord-session_store/distinfo A databases/rubygem-activerecord-session_store/pkg-descr A databases/rubygem-activerecord-trilogy-adapter/Makefile A databases/rubygem-activerecord-trilogy-adapter/distinfo A databases/rubygem-activerecord-trilogy-adapter/pkg-descr M databases/rubygem-activerecord52/Makefile M databases/rubygem-activerecord60/Makefile M databases/rubygem-activerecord61/Makefile M databases/rubygem-activerecord70/Makefile M databases/rubygem-activerecord71/Makefile M databases/rubygem-activerecord72/Makefile M databases/rubygem-activerecord81/Makefile A databases/rubygem-after_commit_queue/Makefile A databases/rubygem-after_commit_queue/distinfo A databases/rubygem-after_commit_queue/pkg-descr A databases/rubygem-amalgalite/Makefile A databases/rubygem-amalgalite/distinfo A databases/rubygem-amalgalite/pkg-descr A databases/rubygem-arel-helpers/Makefile A databases/rubygem-arel-helpers/distinfo A databases/rubygem-arel-helpers/pkg-descr A databases/rubygem-attr_json/Makefile A databases/rubygem-attr_json/distinfo A databases/rubygem-attr_json/pkg-descr A databases/rubygem-awesome_nested_set/Makefile A databases/rubygem-awesome_nested_set/distinfo A databases/rubygem-awesome_nested_set/pkg-descr A databases/rubygem-bigrecord/Makefile A databases/rubygem-bigrecord/distinfo A databases/rubygem-bigrecord/pkg-descr A databases/rubygem-brpoplpush-redis_script/Makefile A databases/rubygem-brpoplpush-redis_script/distinfo A databases/rubygem-brpoplpush-redis_script/pkg-descr A databases/rubygem-data_objects/Makefile A databases/rubygem-data_objects/distinfo A databases/rubygem-data_objects/pkg-descr A databases/rubygem-datamapper/Makefile A databases/rubygem-datamapper/distinfo A databases/rubygem-datamapper/pkg-descr A databases/rubygem-dbd-mysql/Makefile A databases/rubygem-dbd-mysql/distinfo A databases/rubygem-dbd-mysql/files/patch-statement.rb A databases/rubygem-dbd-mysql/pkg-descr A databases/rubygem-dbd-pg/Makefile A databases/rubygem-dbd-pg/distinfo A databases/rubygem-dbd-pg/files/patch-database.rb A databases/rubygem-dbd-pg/files/patch-statement.rb A databases/rubygem-dbd-pg/files/patch-type.rb A databases/rubygem-dbd-pg/pkg-descr A databases/rubygem-dbd-sqlite3/Makefile A databases/rubygem-dbd-sqlite3/distinfo A databases/rubygem-dbd-sqlite3/pkg-descr A databases/rubygem-dbf/Makefile A databases/rubygem-dbf/distinfo A databases/rubygem-dbf/pkg-descr A databases/rubygem-dbf4/Makefile A databases/rubygem-dbf4/distinfo A databases/rubygem-dbf4/pkg-descr A databases/rubygem-dbi/Makefile A databases/rubygem-dbi/distinfo A databases/rubygem-dbi/files/patch-lib-dbi-row.rb A databases/rubygem-dbi/files/patch-test-dbi-tc_types.rb A databases/rubygem-dbi/pkg-descr A databases/rubygem-dm-aggregates/Makefile A databases/rubygem-dm-aggregates/distinfo A databases/rubygem-dm-aggregates/pkg-descr A databases/rubygem-dm-chunked_query/Makefile A databases/rubygem-dm-chunked_query/distinfo A databases/rubygem-dm-chunked_query/pkg-descr A databases/rubygem-dm-constraints/Makefile A databases/rubygem-dm-constraints/distinfo A databases/rubygem-dm-constraints/pkg-descr A databases/rubygem-dm-core/Makefile A databases/rubygem-dm-core/distinfo A databases/rubygem-dm-core/pkg-descr A databases/rubygem-dm-do-adapter/Makefile A databases/rubygem-dm-do-adapter/distinfo A databases/rubygem-dm-do-adapter/pkg-descr A databases/rubygem-dm-migrations/Makefile A databases/rubygem-dm-migrations/distinfo A databases/rubygem-dm-migrations/pkg-descr A databases/rubygem-dm-mysql-adapter/Makefile A databases/rubygem-dm-mysql-adapter/distinfo A databases/rubygem-dm-mysql-adapter/pkg-descr A databases/rubygem-dm-observer/Makefile A databases/rubygem-dm-observer/distinfo A databases/rubygem-dm-observer/pkg-descr A databases/rubygem-dm-pager/Makefile A databases/rubygem-dm-pager/distinfo A databases/rubygem-dm-pager/pkg-descr A databases/rubygem-dm-paperclip/Makefile A databases/rubygem-dm-paperclip/distinfo A databases/rubygem-dm-paperclip/pkg-descr A databases/rubygem-dm-postgres-adapter/Makefile A databases/rubygem-dm-postgres-adapter/distinfo A databases/rubygem-dm-postgres-adapter/pkg-descr A databases/rubygem-dm-serializer/Makefile A databases/rubygem-dm-serializer/distinfo A databases/rubygem-dm-serializer/pkg-descr A databases/rubygem-dm-timestamps/Makefile A databases/rubygem-dm-timestamps/distinfo A databases/rubygem-dm-timestamps/pkg-descr A databases/rubygem-dm-transactions/Makefile A databases/rubygem-dm-transactions/distinfo A databases/rubygem-dm-transactions/pkg-descr A databases/rubygem-dm-types/Makefile A databases/rubygem-dm-types/distinfo A databases/rubygem-dm-types/files/patch-gemspec A databases/rubygem-dm-types/pkg-descr A databases/rubygem-dm-validations/Makefile A databases/rubygem-dm-validations/distinfo A databases/rubygem-dm-validations/pkg-descr A databases/rubygem-do_mysql/Makefile A databases/rubygem-do_mysql/distinfo A databases/rubygem-do_mysql/pkg-descr A databases/rubygem-do_postgres/Makefile A databases/rubygem-do_postgres/distinfo A databases/rubygem-do_postgres/pkg-descr A databases/rubygem-do_sqlite3/Makefile A databases/rubygem-do_sqlite3/distinfo A databases/rubygem-do_sqlite3/pkg-descr A databases/rubygem-em-redis-unified/Makefile A databases/rubygem-em-redis-unified/distinfo A databases/rubygem-em-redis-unified/pkg-descr A databases/rubygem-familia/Makefile A databases/rubygem-familia/distinfo A databases/rubygem-familia/pkg-descr A databases/rubygem-flipper-active_record-rails-gitlab/Makefile A databases/rubygem-flipper-active_record-rails-gitlab/distinfo A databases/rubygem-flipper-active_record-rails-gitlab/pkg-descr A databases/rubygem-flipper-active_record-rails70/Makefile A databases/rubygem-flipper-active_record-rails70/distinfo A databases/rubygem-flipper-active_record-rails70/pkg-descr A databases/rubygem-flipper-active_record/Makefile A databases/rubygem-flipper-active_record/distinfo A databases/rubygem-flipper-active_record/pkg-descr M databases/rubygem-globalid-rails-gitlab/Makefile A databases/rubygem-globalid-rails5/Makefile A databases/rubygem-globalid-rails5/distinfo A databases/rubygem-globalid-rails5/pkg-descr A databases/rubygem-globalid-rails50/Makefile A databases/rubygem-globalid-rails50/distinfo A databases/rubygem-globalid-rails50/pkg-descr A databases/rubygem-globalid-rails52/Makefile A databases/rubygem-globalid-rails52/distinfo A databases/rubygem-globalid-rails52/pkg-descr M databases/rubygem-globalid-rails60/Makefile M databases/rubygem-globalid-rails61/Makefile M databases/rubygem-globalid-rails70/Makefile M databases/rubygem-globalid-rails71/Makefile M databases/rubygem-globalid-rails72/Makefile M databases/rubygem-globalid-rails80/Makefile M databases/rubygem-globalid-rails81/Makefile M databases/rubygem-google-cloud-datastore-v1/Makefile A databases/rubygem-google-cloud-datastore/Makefile A databases/rubygem-google-cloud-datastore/distinfo A databases/rubygem-google-cloud-datastore/pkg-descr A databases/rubygem-google-cloud-firestore-v1/Makefile A databases/rubygem-google-cloud-firestore-v1/distinfo A databases/rubygem-google-cloud-firestore-v1/pkg-descr A databases/rubygem-google-cloud-firestore/Makefile A databases/rubygem-google-cloud-firestore/distinfo A databases/rubygem-google-cloud-firestore/pkg-descr A databases/rubygem-her/Makefile A databases/rubygem-her/distinfo A databases/rubygem-her/pkg-descr M databases/rubygem-hiredis/Makefile M databases/rubygem-jdbc-mysql/Makefile A databases/rubygem-marginalia/Makefile A databases/rubygem-marginalia/distinfo A databases/rubygem-marginalia/pkg-descr A databases/rubygem-mario-redis-lock/Makefile A databases/rubygem-mario-redis-lock/distinfo A databases/rubygem-mario-redis-lock/pkg-descr A databases/rubygem-microscope/Makefile A databases/rubygem-microscope/distinfo A databases/rubygem-microscope/pkg-descr A databases/rubygem-neighbor/Makefile A databases/rubygem-neighbor/distinfo A databases/rubygem-neighbor/pkg-descr A databases/rubygem-openid-redis-store/Makefile A databases/rubygem-openid-redis-store/distinfo A databases/rubygem-openid-redis-store/pkg-descr A databases/rubygem-paranoia/Makefile A databases/rubygem-paranoia/distinfo A databases/rubygem-paranoia/pkg-descr A databases/rubygem-pghero-rails5/Makefile A databases/rubygem-pghero-rails5/distinfo A databases/rubygem-pghero-rails5/pkg-descr A databases/rubygem-pghero-rails50/Makefile A databases/rubygem-pghero-rails50/distinfo A databases/rubygem-pghero-rails50/pkg-descr A databases/rubygem-pghero/Makefile A databases/rubygem-pghero/distinfo A databases/rubygem-pghero/pkg-descr A databases/rubygem-pl-puppetdb-ruby/Makefile A databases/rubygem-pl-puppetdb-ruby/distinfo A databases/rubygem-pl-puppetdb-ruby/pkg-descr A databases/rubygem-puppetdb_cli/Makefile A databases/rubygem-puppetdb_cli/distinfo A databases/rubygem-puppetdb_cli/pkg-descr A databases/rubygem-redis-actionpack-rails-gitlab/Makefile A databases/rubygem-redis-actionpack-rails-gitlab/distinfo A databases/rubygem-redis-actionpack-rails-gitlab/pkg-descr A databases/rubygem-redis-actionpack-rails5/Makefile A databases/rubygem-redis-actionpack-rails5/distinfo A databases/rubygem-redis-actionpack-rails5/pkg-descr A databases/rubygem-redis-actionpack-rails50/Makefile A databases/rubygem-redis-actionpack-rails50/distinfo A databases/rubygem-redis-actionpack-rails50/pkg-descr A databases/rubygem-redis-actionpack-rails52/Makefile A databases/rubygem-redis-actionpack-rails52/distinfo A databases/rubygem-redis-actionpack-rails52/pkg-descr A databases/rubygem-redis-actionpack-rails60/Makefile A databases/rubygem-redis-actionpack-rails60/distinfo A databases/rubygem-redis-actionpack-rails60/pkg-descr A databases/rubygem-redis-actionpack-rails61/Makefile A databases/rubygem-redis-actionpack-rails61/distinfo A databases/rubygem-redis-actionpack-rails61/pkg-descr A databases/rubygem-redis-actionpack-rails70/Makefile A databases/rubygem-redis-actionpack-rails70/distinfo A databases/rubygem-redis-actionpack-rails70/pkg-descr A databases/rubygem-redis-actionpack/Makefile A databases/rubygem-redis-actionpack/distinfo A databases/rubygem-redis-actionpack/pkg-descr M databases/rubygem-redis-client/Makefile A databases/rubygem-redis-namespace110/Makefile A databases/rubygem-redis-namespace110/distinfo A databases/rubygem-redis-namespace110/pkg-descr A databases/rubygem-seed-fu/Makefile A databases/rubygem-seed-fu/distinfo A databases/rubygem-seed-fu/pkg-descr A databases/rubygem-solid_cable-rails72/Makefile A databases/rubygem-solid_cable-rails72/distinfo A databases/rubygem-solid_cable-rails72/pkg-descr A databases/rubygem-solid_cable/Makefile A databases/rubygem-solid_cable/distinfo A databases/rubygem-solid_cable/pkg-descr A databases/rubygem-solid_cache-rails72/Makefile A databases/rubygem-solid_cache-rails72/distinfo A databases/rubygem-solid_cache-rails72/pkg-descr A databases/rubygem-solid_cache/Makefile A databases/rubygem-solid_cache/distinfo A databases/rubygem-solid_cache/pkg-descr A databases/rubygem-solid_queue-rails72/Makefile A databases/rubygem-solid_queue-rails72/distinfo A databases/rubygem-solid_queue-rails72/pkg-descr A databases/rubygem-solid_queue/Makefile A databases/rubygem-solid_queue/distinfo A databases/rubygem-solid_queue/pkg-descr A databases/rubygem-state_machines-activemodel/Makefile A databases/rubygem-state_machines-activemodel/distinfo A databases/rubygem-state_machines-activemodel/pkg-descr A databases/rubygem-state_machines-activerecord/Makefile A databases/rubygem-state_machines-activerecord/distinfo A databases/rubygem-state_machines-activerecord/pkg-descr A databases/rubygem-state_machines-activerecord08/Makefile A databases/rubygem-state_machines-activerecord08/distinfo A databases/rubygem-state_machines-activerecord08/pkg-descr M databases/rubygem-tarantool/Makefile M devel/rubygem-CFPropertyList/Makefile M devel/rubygem-actionview-gitlab/Makefile M devel/rubygem-actionview52/Makefile M devel/rubygem-actionview60/Makefile M devel/rubygem-actionview61/Makefile M devel/rubygem-actionview70/Makefile M devel/rubygem-actionview71/Makefile M devel/rubygem-actionview72/Makefile M devel/rubygem-actionview81/Makefile M devel/rubygem-activejob-gitlab/Makefile M devel/rubygem-activejob60/Makefile M devel/rubygem-activejob61/Makefile M devel/rubygem-activejob70/Makefile M devel/rubygem-activejob71/Makefile M devel/rubygem-activejob72/Makefile M devel/rubygem-activejob81/Makefile M devel/rubygem-activesupport81/Makefile M devel/rubygem-aliyun-sdk-gitlab/Makefile M devel/rubygem-aliyun-sdk/Makefile M devel/rubygem-async/Makefile M devel/rubygem-azure-storage-blob/Makefile M devel/rubygem-azure-storage-common/Makefile M devel/rubygem-azure-storage-file/Makefile M devel/rubygem-azure-storage-queue/Makefile M devel/rubygem-azure-storage-table/Makefile M devel/rubygem-azure-storage/Makefile M devel/rubygem-azure_cognitiveservices_anomalydetector/Makefile M devel/rubygem-azure_cognitiveservices_autosuggest/Makefile M devel/rubygem-azure_cognitiveservices_computervision/Makefile M devel/rubygem-azure_cognitiveservices_contentmoderator/Makefile M devel/rubygem-azure_cognitiveservices_customimagesearch/Makefile M devel/rubygem-azure_cognitiveservices_customsearch/Makefile M devel/rubygem-azure_cognitiveservices_customvisionprediction/Makefile M devel/rubygem-azure_cognitiveservices_customvisiontraining/Makefile M devel/rubygem-azure_cognitiveservices_entitysearch/Makefile M devel/rubygem-azure_cognitiveservices_face/Makefile M devel/rubygem-azure_cognitiveservices_formrecognizer/Makefile M devel/rubygem-azure_cognitiveservices_imagesearch/Makefile M devel/rubygem-azure_cognitiveservices_localsearch/Makefile M devel/rubygem-azure_cognitiveservices_luisauthoring/Makefile M devel/rubygem-azure_cognitiveservices_luisruntime/Makefile M devel/rubygem-azure_cognitiveservices_newssearch/Makefile M devel/rubygem-azure_cognitiveservices_personalizer/Makefile M devel/rubygem-azure_cognitiveservices_qnamaker/Makefile M devel/rubygem-azure_cognitiveservices_qnamakerruntime/Makefile M devel/rubygem-azure_cognitiveservices_spellcheck/Makefile M devel/rubygem-azure_cognitiveservices_textanalytics/Makefile M devel/rubygem-azure_cognitiveservices_videosearch/Makefile M devel/rubygem-azure_cognitiveservices_visualsearch/Makefile M devel/rubygem-azure_cognitiveservices_websearch/Makefile M devel/rubygem-azure_event_grid/Makefile M devel/rubygem-azure_graph_rbac/Makefile M devel/rubygem-azure_key_vault/Makefile M devel/rubygem-azure_mgmt_adhybridhealth_service/Makefile M devel/rubygem-azure_mgmt_advisor/Makefile M devel/rubygem-azure_mgmt_alerts_management/Makefile M devel/rubygem-azure_mgmt_analysis_services/Makefile M devel/rubygem-azure_mgmt_api_management/Makefile M devel/rubygem-azure_mgmt_appconfiguration/Makefile M devel/rubygem-azure_mgmt_attestation/Makefile M devel/rubygem-azure_mgmt_authorization/Makefile M devel/rubygem-azure_mgmt_automanage/Makefile M devel/rubygem-azure_mgmt_automation/Makefile M devel/rubygem-azure_mgmt_azurestack/Makefile M devel/rubygem-azure_mgmt_azurestack_hci/Makefile M devel/rubygem-azure_mgmt_batch/Makefile M devel/rubygem-azure_mgmt_batchai/Makefile M devel/rubygem-azure_mgmt_billing/Makefile M devel/rubygem-azure_mgmt_bot_service/Makefile M devel/rubygem-azure_mgmt_cdn/Makefile M devel/rubygem-azure_mgmt_cognitive_services/Makefile M devel/rubygem-azure_mgmt_commerce/Makefile M devel/rubygem-azure_mgmt_compute/Makefile M devel/rubygem-azure_mgmt_consumption/Makefile M devel/rubygem-azure_mgmt_container_instance/Makefile M devel/rubygem-azure_mgmt_container_registry/Makefile M devel/rubygem-azure_mgmt_container_service/Makefile M devel/rubygem-azure_mgmt_cosmosdb/Makefile M devel/rubygem-azure_mgmt_cost_management/Makefile M devel/rubygem-azure_mgmt_customer_insights/Makefile M devel/rubygem-azure_mgmt_data_factory/Makefile M devel/rubygem-azure_mgmt_data_migration/Makefile M devel/rubygem-azure_mgmt_databox/Makefile M devel/rubygem-azure_mgmt_datalake_analytics/Makefile M devel/rubygem-azure_mgmt_datalake_store/Makefile M devel/rubygem-azure_mgmt_datashare/Makefile M devel/rubygem-azure_mgmt_deployment_manager/Makefile M devel/rubygem-azure_mgmt_dev_spaces/Makefile M devel/rubygem-azure_mgmt_devtestlabs/Makefile M devel/rubygem-azure_mgmt_digitaltwins/Makefile M devel/rubygem-azure_mgmt_dns/Makefile M devel/rubygem-azure_mgmt_edgegateway/Makefile M devel/rubygem-azure_mgmt_event_grid/Makefile M devel/rubygem-azure_mgmt_event_hub/Makefile M devel/rubygem-azure_mgmt_features/Makefile M devel/rubygem-azure_mgmt_hanaonazure/Makefile M devel/rubygem-azure_mgmt_hdinsight/Makefile M devel/rubygem-azure_mgmt_hybrid_compute/Makefile M devel/rubygem-azure_mgmt_import_export/Makefile M devel/rubygem-azure_mgmt_iot_central/Makefile M devel/rubygem-azure_mgmt_iot_hub/Makefile M devel/rubygem-azure_mgmt_key_vault/Makefile M devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile M devel/rubygem-azure_mgmt_kusto/Makefile M devel/rubygem-azure_mgmt_labservices/Makefile M devel/rubygem-azure_mgmt_links/Makefile M devel/rubygem-azure_mgmt_locks/Makefile M devel/rubygem-azure_mgmt_logic/Makefile M devel/rubygem-azure_mgmt_machine_learning/Makefile M devel/rubygem-azure_mgmt_machine_learning_services/Makefile M devel/rubygem-azure_mgmt_maintenance/Makefile M devel/rubygem-azure_mgmt_managed_applications/Makefile M devel/rubygem-azure_mgmt_mariadb/Makefile M devel/rubygem-azure_mgmt_marketplace_ordering/Makefile M devel/rubygem-azure_mgmt_media_services/Makefile M devel/rubygem-azure_mgmt_migrate/Makefile M devel/rubygem-azure_mgmt_mixedreality/Makefile M devel/rubygem-azure_mgmt_monitor/Makefile M devel/rubygem-azure_mgmt_msi/Makefile M devel/rubygem-azure_mgmt_mysql/Makefile M devel/rubygem-azure_mgmt_netapp/Makefile M devel/rubygem-azure_mgmt_network/Makefile M devel/rubygem-azure_mgmt_notification_hubs/Makefile M devel/rubygem-azure_mgmt_operational_insights/Makefile M devel/rubygem-azure_mgmt_operations_management/Makefile M devel/rubygem-azure_mgmt_peering/Makefile M devel/rubygem-azure_mgmt_policy/Makefile M devel/rubygem-azure_mgmt_policy_insights/Makefile M devel/rubygem-azure_mgmt_portal/Makefile M devel/rubygem-azure_mgmt_postgresql/Makefile M devel/rubygem-azure_mgmt_powerbi_dedicated/Makefile M devel/rubygem-azure_mgmt_powerbi_embedded/Makefile M devel/rubygem-azure_mgmt_privatedns/Makefile M devel/rubygem-azure_mgmt_recovery_services/Makefile M devel/rubygem-azure_mgmt_recovery_services_backup/Makefile M devel/rubygem-azure_mgmt_recovery_services_site_recovery/Makefile M devel/rubygem-azure_mgmt_redis/Makefile M devel/rubygem-azure_mgmt_relay/Makefile M devel/rubygem-azure_mgmt_reservations/Makefile M devel/rubygem-azure_mgmt_resource_health/Makefile M devel/rubygem-azure_mgmt_resourcegraph/Makefile M devel/rubygem-azure_mgmt_resources/Makefile M devel/rubygem-azure_mgmt_resources_management/Makefile M devel/rubygem-azure_mgmt_scheduler/Makefile M devel/rubygem-azure_mgmt_search/Makefile M devel/rubygem-azure_mgmt_security/Makefile M devel/rubygem-azure_mgmt_serialconsole/Makefile M devel/rubygem-azure_mgmt_service_bus/Makefile M devel/rubygem-azure_mgmt_service_fabric/Makefile M devel/rubygem-azure_mgmt_signalr/Makefile M devel/rubygem-azure_mgmt_sql/Makefile M devel/rubygem-azure_mgmt_sqlvirtualmachine/Makefile M devel/rubygem-azure_mgmt_stor_simple8000_series/Makefile M devel/rubygem-azure_mgmt_storage/Makefile M devel/rubygem-azure_mgmt_storagecache/Makefile M devel/rubygem-azure_mgmt_storagesync/Makefile M devel/rubygem-azure_mgmt_stream_analytics/Makefile M devel/rubygem-azure_mgmt_subscriptions/Makefile M devel/rubygem-azure_mgmt_support/Makefile M devel/rubygem-azure_mgmt_synapse/Makefile M devel/rubygem-azure_mgmt_time_series_insights/Makefile M devel/rubygem-azure_mgmt_traffic_manager/Makefile M devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile M devel/rubygem-azure_mgmt_web/Makefile M devel/rubygem-azure_sdk/Makefile M devel/rubygem-cairo-gobject/Makefile M devel/rubygem-coffee-rails41/Makefile M devel/rubygem-coffee-script/Makefile M devel/rubygem-console/Makefile M devel/rubygem-cool.io/Makefile M devel/rubygem-excon-gitlab/Makefile M devel/rubygem-fiber-local/Makefile M devel/rubygem-fog-core-gitlab/Makefile M devel/rubygem-fog-core/Makefile M devel/rubygem-fog-core1/Makefile M devel/rubygem-fog-json-gitlab/Makefile M devel/rubygem-fog-json/Makefile M devel/rubygem-formatador/Makefile M devel/rubygem-gapic-common-gitlab/Makefile M devel/rubygem-gapic-common/Makefile M devel/rubygem-gio2/Makefile M devel/rubygem-glib2/Makefile M devel/rubygem-gobject-introspection/Makefile M devel/rubygem-google-api-client/Makefile M devel/rubygem-google-apis-admin_directory_v1/Makefile M devel/rubygem-google-apis-androidpublisher_v3-gitlab/Makefile M devel/rubygem-google-apis-androidpublisher_v3/Makefile M devel/rubygem-google-apis-bigquery_v2/Makefile M devel/rubygem-google-apis-cloudbilling_v1/Makefile M devel/rubygem-google-apis-cloudkms_v1/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v1-gitlab/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v1/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v3/Makefile M devel/rubygem-google-apis-compute_v1-gitlab/Makefile M devel/rubygem-google-apis-compute_v1/Makefile M devel/rubygem-google-apis-container_v1/Makefile M devel/rubygem-google-apis-container_v1beta1/Makefile M devel/rubygem-google-apis-core/Makefile M devel/rubygem-google-apis-discovery_v1/Makefile M devel/rubygem-google-apis-drive_v3/Makefile M devel/rubygem-google-apis-iam_v1-gitlab/Makefile M devel/rubygem-google-apis-iam_v1/Makefile M devel/rubygem-google-apis-iam_v2/Makefile M devel/rubygem-google-apis-iam_v2beta/Makefile M devel/rubygem-google-apis-iamcredentials_v1-gitlab/Makefile M devel/rubygem-google-apis-iamcredentials_v1/Makefile M devel/rubygem-google-apis-monitoring_v3/Makefile M devel/rubygem-google-apis-sheets_v4/Makefile M devel/rubygem-google-apis-sqladmin_v1beta4-gitlab/Makefile M devel/rubygem-google-apis-sqladmin_v1beta4/Makefile M devel/rubygem-google-apis-storage_v1-gitlab/Makefile M devel/rubygem-google-apis-storage_v1/Makefile M devel/rubygem-google-cloud-common/Makefile M devel/rubygem-google-iam-credentials-v1/Makefile M devel/rubygem-google-iam-credentials/Makefile M devel/rubygem-google-iam-v1/Makefile M devel/rubygem-googleapis-common-protos-gitlab/Makefile M devel/rubygem-googleapis-common-protos-types-gitlab/Makefile M devel/rubygem-googleapis-common-protos/Makefile M devel/rubygem-graphql/Makefile M devel/rubygem-gyoku/Makefile M devel/rubygem-hashie-gitlab/Makefile M devel/rubygem-hoe/Makefile M devel/rubygem-mixlib-shellout/Makefile M devel/rubygem-ms_rest_azure/Makefile M devel/rubygem-nori/Makefile M devel/rubygem-parser/Makefile M devel/rubygem-rspec/Makefile M devel/rubygem-rubyinline/Makefile M devel/rubygem-snaky_hash-gitlab/Makefile M devel/rubygem-soap4r/Makefile M devel/rubygem-sprockets-rails-rails4/Makefile M devel/rubygem-svn2git/Makefile M devel/rubygem-time/Makefile M devel/rubygem-treetop/Makefile M devel/rubygem-uuid/Makefile M devel/rubygem-validate_email/Makefile M devel/rubygem-validate_url/Makefile M devel/rubygem-validates_timeliness/Makefile M devel/rubygem-validates_timeliness7/Makefile M devel/rubygem-web-console2/Makefile M devel/rubygem-webfinger/Makefile M dns/rubygem-google-apis-dns_v1-gitlab/Makefile M dns/rubygem-google-apis-dns_v1/Makefile M emulators/rubygem-fission/Makefile M filesystems/rubygem-chef-winrm-fs/Makefile M graphics/rubygem-blurhash/Makefile M graphics/rubygem-cairo/Makefile M graphics/rubygem-captcha/Makefile M graphics/rubygem-clutter-gdk/Makefile M graphics/rubygem-emoji/Makefile M graphics/rubygem-gemojione/Makefile M graphics/rubygem-gemojione32/Makefile M graphics/rubygem-gruff/Makefile M graphics/rubygem-image_processing/Makefile M graphics/rubygem-mini_magick/Makefile M graphics/rubygem-red-colors/Makefile M graphics/rubygem-rmagick/Makefile M graphics/rubygem-ruby-graphviz/Makefile M graphics/rubygem-ruby-vips/Makefile M graphics/rubygem-svg_optimizer/Makefile M graphics/rubygem-svg_sprite/Makefile M japanese/rubygem-mail-iso-2022-jp/Makefile M japanese/rubygem-myrurema/Makefile M mail/rubygem-actionmailer4/Makefile M mail/rubygem-email_validator/Makefile M mail/rubygem-net-imap/Makefile M mail/rubygem-net-pop/Makefile M mail/rubygem-net-smtp/Makefile M misc/rubygem-mime-types-gitlab/Makefile M net-im/rubygem-lita/Makefile M net/rubygem-activestorage-gitlab/Makefile M net/rubygem-activestorage52/Makefile M net/rubygem-activestorage60/Makefile M net/rubygem-activestorage61/Makefile M net/rubygem-activestorage70/Makefile M net/rubygem-activestorage71/Makefile M net/rubygem-activestorage72/Makefile M net/rubygem-activestorage80/Makefile M net/rubygem-activestorage81/Makefile M net/rubygem-amazon-ec2/Makefile M net/rubygem-amqp-utils/Makefile M net/rubygem-amqp/Makefile M net/rubygem-apollo_upload_server/Makefile M net/rubygem-app_store_connect/Makefile M net/rubygem-asset_sync/Makefile M net/rubygem-aws-s3/Makefile M net/rubygem-aws-ses/Makefile M net/rubygem-azure-core/Makefile M net/rubygem-azure/Makefile M net/rubygem-bunny/Makefile M net/rubygem-cloudflare/Makefile M net/rubygem-dogapi/Makefile M net/rubygem-domain_name/Makefile M net/rubygem-dropbox-sdk/Makefile M net/rubygem-epp-client-afnic/Makefile M net/rubygem-epp-client-base/Makefile M net/rubygem-epp-client-rgp/Makefile M net/rubygem-epp-client-secdns/Makefile M net/rubygem-epp-client-smallregistry/Makefile M net/rubygem-fog-aliyun-gitlab/Makefile M net/rubygem-fog-aliyun/Makefile M net/rubygem-fog-atmos/Makefile M net/rubygem-fog-aws-gitlab/Makefile M net/rubygem-fog-aws/Makefile M net/rubygem-fog-azure/Makefile M net/rubygem-fog-brightbox/Makefile M net/rubygem-fog-cloudatcost/Makefile M net/rubygem-fog-cloudstack/Makefile M net/rubygem-fog-digitalocean/Makefile M net/rubygem-fog-dnsimple/Makefile M net/rubygem-fog-dynect/Makefile M net/rubygem-fog-ecloud/Makefile M net/rubygem-fog-google-gitlab/Makefile M net/rubygem-fog-google/Makefile M net/rubygem-fog-gridscale/Makefile M net/rubygem-fog-internet-archive/Makefile M net/rubygem-fog-joyent/Makefile M net/rubygem-fog-local-gitlab/Makefile M net/rubygem-fog-local/Makefile M net/rubygem-fog-openstack/Makefile M net/rubygem-fog-ovirt/Makefile M net/rubygem-fog-powerdns/Makefile M net/rubygem-fog-profitbricks/Makefile M net/rubygem-fog-rackspace/Makefile M net/rubygem-fog-radosgw/Makefile M net/rubygem-fog-riakcs/Makefile M net/rubygem-fog-sakuracloud/Makefile M net/rubygem-fog-serverlove/Makefile M net/rubygem-fog-softlayer/Makefile M net/rubygem-fog-storm_on_demand/Makefile M net/rubygem-fog-terremark/Makefile M net/rubygem-fog-vmfusion/Makefile M net/rubygem-fog-voxel/Makefile M net/rubygem-fog-vsphere/Makefile M net/rubygem-fog-xenserver/Makefile M net/rubygem-gitaly-proto/Makefile M net/rubygem-gitaly/Makefile M net/rubygem-gitlab-fog-azure-rm/Makefile M net/rubygem-gitlab-kas-grpc/Makefile M net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile M net/rubygem-gitlab_omniauth-ldap/Makefile M net/rubygem-google-cloud-bigquery/Makefile M net/rubygem-google-cloud-bigtable-admin-v2/Makefile M net/rubygem-google-cloud-bigtable-v2/Makefile M net/rubygem-google-cloud-bigtable/Makefile M net/rubygem-google-cloud-compute-v1/Makefile M net/rubygem-google-cloud-core-gitlab/Makefile M net/rubygem-google-cloud-env-gitlab/Makefile M net/rubygem-google-cloud-location-gitlab/Makefile M net/rubygem-google-cloud-location/Makefile M net/rubygem-google-cloud-logging-v2/Makefile M net/rubygem-google-cloud-logging/Makefile M net/rubygem-google-cloud-monitoring-dashboard-v1/Makefile M net/rubygem-google-cloud-monitoring-metrics_scope-v1/Makefile M net/rubygem-google-cloud-monitoring-v3/Makefile M net/rubygem-google-cloud-monitoring/Makefile M net/rubygem-google-cloud-pubsub-v1/Makefile M net/rubygem-google-cloud-pubsub/Makefile M net/rubygem-google-cloud-resource_manager/Makefile M net/rubygem-google-cloud-spanner-admin-database-v1/Makefile M net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile M net/rubygem-google-cloud-spanner-v1/Makefile M net/rubygem-google-cloud-spanner/Makefile M net/rubygem-google-cloud-storage-gitlab/Makefile M net/rubygem-google-cloud-storage/Makefile M net/rubygem-google-cloud-storage_transfer-gitlab/Makefile M net/rubygem-google-cloud-storage_transfer-v1-gitlab/Makefile M net/rubygem-google-cloud-storage_transfer-v1/Makefile M net/rubygem-google-cloud-storage_transfer/Makefile M net/rubygem-google-cloud-storage_transfer12/Makefile M net/rubygem-google-cloud-trace-v1/Makefile M net/rubygem-google-cloud-trace-v2/Makefile M net/rubygem-google-cloud-trace/Makefile M net/rubygem-grpc-gitlab/Makefile M net/rubygem-grpc_reflection/Makefile M net/rubygem-http-parser/Makefile M net/rubygem-iproto/Makefile M net/rubygem-lita-gems/Makefile M net/rubygem-macaddr/Makefile M net/rubygem-net-ldap/Makefile M net/rubygem-net-netrc/Makefile M net/rubygem-net-protocol/Makefile M net/rubygem-net-protocol01/Makefile M net/rubygem-oauth-tty/Makefile M net/rubygem-oauth/Makefile M net/rubygem-oauth2-gitlab/Makefile M net/rubygem-oauth2/Makefile M net/rubygem-oauth21/Makefile M net/rubygem-octokit-gitlab/Makefile M net/rubygem-octokit/Makefile M net/rubygem-octokit4/Makefile M net/rubygem-octopress-deploy/Makefile M net/rubygem-omniauth-auth0-gitlab/Makefile M net/rubygem-omniauth-auth0/Makefile M net/rubygem-omniauth-authentiq/Makefile M net/rubygem-omniauth-azure-activedirectory-v2/Makefile M net/rubygem-omniauth-azure-oauth2/Makefile M net/rubygem-omniauth-facebook/Makefile M net/rubygem-omniauth-github-discourse/Makefile M net/rubygem-omniauth-github-gitlab/Makefile M net/rubygem-omniauth-github/Makefile M net/rubygem-omniauth-google-oauth2-gitlab/Makefile M net/rubygem-omniauth-google-oauth2/Makefile M net/rubygem-omniauth-kerberos/Makefile M net/rubygem-omniauth-oauth/Makefile M net/rubygem-omniauth-oauth2-gitlab/Makefile M net/rubygem-omniauth-oauth2/Makefile M net/rubygem-omniauth-openid/Makefile M net/rubygem-omniauth-salesforce/Makefile M net/rubygem-omniauth-twitter/Makefile M net/rubygem-omniauth-ultraauth/Makefile M net/rubygem-omniauth_openid_connect/Makefile M net/rubygem-open-uri/Makefile M net/rubygem-openid_connect/Makefile M net/rubygem-opennebula/Makefile M net/rubygem-orchestrator_client/Makefile M net/rubygem-ovirt-engine-sdk/Makefile M net/rubygem-packetfu/Makefile M net/rubygem-packetgen/Makefile M net/rubygem-qiniu/Makefile M net/rubygem-rsync/Makefile M net/rubygem-ruby_smb/Makefile M net/rubygem-rubytter/Makefile M net/rubygem-rudy/Makefile M net/rubygem-rye/Makefile M net/rubygem-serverengine/Makefile M net/rubygem-spamcheck/Makefile M net/rubygem-stackdriver-core/Makefile M net/rubygem-stompserver/Makefile M net/rubygem-t/Makefile M net/rubygem-train-rest/Makefile M net/rubygem-train-winrm/Makefile M net/rubygem-train/Makefile M net/rubygem-tweetstream/Makefile M net/rubygem-twitter-stream/Makefile M net/rubygem-twitter/Makefile M net/rubygem-twitter4r/Makefile M net/rubygem-x/Makefile M net/rubygem-xmlrpc/Makefile M print/rubygem-pdf-reader/Makefile M print/rubygem-prawn-icon3/Makefile M print/rubygem-prawn-svg036/Makefile M print/rubygem-prawn-table/Makefile M print/rubygem-prawn-templates/Makefile M print/rubygem-prawn/Makefile M print/rubygem-prawn24/Makefile M print/rubygem-ttfunk/Makefile M security/rubygem-digest-crc/Makefile M security/rubygem-googleauth/Makefile M security/rubygem-net-scp/Makefile M security/rubygem-net-scp1/Makefile M security/rubygem-omniauth-gl/Makefile M security/rubygem-omniauth-multipassword2/Makefile M security/rubygem-omniauth/Makefile M security/rubygem-omniauth1/Makefile M security/rubygem-openssl-ccm/Makefile M security/rubygem-openssl-cmac/Makefile M security/rubygem-rack-oauth2-gitlab/Makefile M security/rubygem-rack-oauth2/Makefile M security/rubygem-rasn1/Makefile M security/rubygem-twitter_oauth/Makefile M sysutils/rubygem-chef-utils/Makefile M sysutils/rubygem-chef-winrm-elevated/Makefile M sysutils/rubygem-chef-winrm/Makefile M sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile M sysutils/rubygem-fluent-plugin-config-expander/Makefile M sysutils/rubygem-fluent-plugin-file-alternative/Makefile M sysutils/rubygem-fluent-plugin-tail-asis/Makefile M sysutils/rubygem-fluentd/Makefile M sysutils/rubygem-winrm/Makefile M textproc/rubygem-asciidoctor-pdf/Makefile M textproc/rubygem-case_transform/Makefile M textproc/rubygem-css_parser/Makefile M textproc/rubygem-emot/Makefile M textproc/rubygem-fog-xml-gitlab/Makefile M textproc/rubygem-fog-xml/Makefile M textproc/rubygem-kramdown-parser-gfm/Makefile M textproc/rubygem-kramdown/Makefile M textproc/rubygem-loofah-gitlab/Makefile M textproc/rubygem-multi_xml/Makefile M textproc/rubygem-psych/Makefile M textproc/rubygem-rails-dom-testing-rails61/Makefile M textproc/rubygem-rails-dom-testing-rails81/Makefile M textproc/rubygem-rails-html-sanitizer-gitlab/Makefile M textproc/rubygem-rdtool/Makefile M textproc/rubygem-sass-rails-rails4/Makefile M textproc/rubygem-sass/Makefile M textproc/rubygem-xml-simple-gitlab/Makefile M textproc/rubygem-xml-simple/Makefile M www/rubygem-actionpack-gitlab/Makefile M www/rubygem-actionpack52/Makefile M www/rubygem-actionpack60/Makefile M www/rubygem-actionpack61/Makefile M www/rubygem-actionpack70/Makefile M www/rubygem-actionpack71/Makefile M www/rubygem-actionpack72/Makefile M www/rubygem-actionpack81/Makefile M www/rubygem-async-http/Makefile M www/rubygem-async-pool/Makefile M www/rubygem-async-rest/Makefile M www/rubygem-em-socksify/Makefile M www/rubygem-faraday-follow_redirects-gitlab/Makefile M www/rubygem-faraday-follow_redirects/Makefile M www/rubygem-faraday-http-cache-gitlab/Makefile M www/rubygem-faraday-http-cache/Makefile M www/rubygem-faraday-net_http-gitlab/Makefile M www/rubygem-faraday-net_http/Makefile M www/rubygem-faraday-net_http_persistent-gitlab/Makefile M www/rubygem-faraday-net_http_persistent/Makefile M www/rubygem-faraday-rack/Makefile M www/rubygem-faraday-retry/Makefile M www/rubygem-faraday-typhoeus-gitlab/Makefile M www/rubygem-faraday-typhoeus/Makefile M www/rubygem-faraday/Makefile M www/rubygem-http-cookie/Makefile M www/rubygem-http/Makefile M www/rubygem-http_router/Makefile M www/rubygem-httpclient/Makefile M www/rubygem-jquery-rails/Makefile M www/rubygem-json-jwt-gitlab/Makefile M www/rubygem-jwt/Makefile M www/rubygem-jwt2/Makefile M www/rubygem-net-http-gitlab/Makefile M www/rubygem-protocol-http1/Makefile M www/rubygem-protocol-http2/Makefile M www/rubygem-puma/Makefile M www/rubygem-rack-contrib/Makefile M www/rubygem-rack-protection-gitlab/Makefile M www/rubygem-rack-proxy/Makefile M www/rubygem-rack-session-gitlab/Makefile M www/rubygem-rack-session10/Makefile M www/rubygem-rack-ssl/Makefile M www/rubygem-rack-test-gitlab/Makefile M www/rubygem-rack_csrf/Makefile M www/rubygem-rackup10/Makefile M www/rubygem-rails4/Makefile M www/rubygem-rest-client-gitlab/Makefile M www/rubygem-rest-client/Makefile M www/rubygem-sawyer/Makefile M www/rubygem-typhoeus-gitlab/Makefile M www/rubygem-url_mount/Makefile M x11-toolkits/rubygem-gtk2/Makefile M x11-toolkits/rubygem-gtk3/Makefile M x11-toolkits/rubygem-gtk4/Makefile M x11-toolkits/rubygem-pango/Makefile Log Message: ----------- Rubygem/add build depends (#183) * www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * rubygems: add BUILD_DEPENDS= ${RUN_DEPENDS} to all affected ports The fake-qa QA check in Mk/scripts/qa.sh verifies that each gem's runtime dependencies are installed on the build machine by running `gem list -e`. Without BUILD_DEPENDS the runtime gems are not installed during the build phase and every affected port fails fake-qa with "RubyGem dependency X is not satisfied." Add BUILD_DEPENDS= ${RUN_DEPENDS} to all 655 rubygem-* ports that declare RUN_DEPENDS but have no BUILD_DEPENDS. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * databases/rubygem-*: fix maintainer, licenses, and add to Makefile For all 82 newly added databases/rubygem-* ports: - Fix MAINTAINER: replace @FreeBSD.org addresses with ports at MidnightBSD.org - Fix LICENSE identifiers to correct mports form: MIT -> mit, APACHE20 -> Apache-2.0, BSD3CLAUSE -> bsd3, BSD2CLAUSE -> bsd2, BSD2CLAUSE RUBY -> bsd2 ruby - Add all 82 ports to databases/Makefile in sorted order AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * databases/rubygem-*: add distinfo and pkg-descr for new ports These supporting files were present on disk but not staged in the initial commit that added the 82 new databases/rubygem-* ports. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:37:07 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:37:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/rubygem/add-build-depends Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 13:58:23 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 10:58:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 78a81e: lang/spidermonkey128: fix typed array i386 alignment Message-ID: Branch: refs/heads/lang/spidermonkey128 Home: https://github.com/MidnightBSD/mports Commit: 78a81e5b840af296a43e17cbafdf2fd35ec67650 https://github.com/MidnightBSD/mports/commit/78a81e5b840af296a43e17cbafdf2fd35ec67650 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A lang/spidermonkey128/files/patch-js_src_vm_TypedArrayObject-inl.h Log Message: ----------- lang/spidermonkey128: fix typed array i386 alignment Use ArrayBufferObject::ARRAY_BUFFER_ALIGNMENT for the TypedArrayObject alignment assertion instead of std::max_align_t. On i386, max_align_t is 4 while 64-bit typed array elements are 8 bytes, but ArrayBuffer data is guaranteed to be 8-byte aligned. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 14:53:11 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 11:53:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 64f003: lang/spidermonkey128: fix typed array i386 alignme... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 64f003878821cdf51b5f67b2f9f26786b435c425 https://github.com/MidnightBSD/mports/commit/64f003878821cdf51b5f67b2f9f26786b435c425 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A lang/spidermonkey128/files/patch-js_src_vm_TypedArrayObject-inl.h Log Message: ----------- lang/spidermonkey128: fix typed array i386 alignment (#184) Use ArrayBufferObject::ARRAY_BUFFER_ALIGNMENT for the TypedArrayObject alignment assertion instead of std::max_align_t. On i386, max_align_t is 4 while 64-bit typed array elements are 8 bytes, but ArrayBuffer data is guaranteed to be 8-byte aligned. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 14:53:14 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 11:53:14 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/lang/spidermonkey128 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 16:17:28 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 13:17:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9b5899: Add Magus MCP top blockers tool Message-ID: Branch: refs/heads/magus/mcp-top-blockers Home: https://github.com/MidnightBSD/mports Commit: 9b5899a051675bd32c8d602e07a2034c5b439b1a https://github.com/MidnightBSD/mports/commit/9b5899a051675bd32c8d602e07a2034c5b439b1a Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Add Magus MCP top blockers tool Expose a top_blockers MCP tool that ranks failed or skipped ports by propagated dependency weight so agents can prioritize high-impact build failures. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 16:24:42 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 13:24:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3d7c64: Add Magus MCP top blockers tool (#185) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3d7c648ee3929cdc1b9e3fbabeefa4f15df95f47 https://github.com/MidnightBSD/mports/commit/3d7c648ee3929cdc1b9e3fbabeefa4f15df95f47 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Add Magus MCP top blockers tool (#185) Expose a top_blockers MCP tool that ranks failed or skipped ports by propagated dependency weight so agents can prioritize high-impact build failures. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 16:24:46 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 13:24:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/magus/mcp-top-blockers Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 17:20:30 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:20:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c6e2f2: www/p5-WWW-Mechanize-Cached: add 2.00, fix securit... Message-ID: Branch: refs/heads/databases-devel/new-ports-batch1 Home: https://github.com/MidnightBSD/mports Commit: c6e2f282b17de9c11272a1ab5c6c15e522570334 https://github.com/MidnightBSD/mports/commit/c6e2f282b17de9c11272a1ab5c6c15e522570334 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/Makefile A devel/p5-File-XDG/Makefile A devel/p5-File-XDG/distinfo A devel/p5-File-XDG/pkg-descr A devel/p5-File-XDG/pkg-plist M devel/p5-Path-Tiny/Makefile M devel/p5-Path-Tiny/distinfo M www/Makefile A www/p5-WWW-Mechanize-Cached/Makefile A www/p5-WWW-Mechanize-Cached/distinfo A www/p5-WWW-Mechanize-Cached/pkg-descr A www/p5-WWW-Mechanize-Cached/pkg-plist Log Message: ----------- www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 https://github.com/MidnightBSD/mports/commit/c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json A misc/gemini-cli/pkg-deinstall M misc/gemini-cli/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Commit: da79de9c5b6f0621868e62875abca1b57ae3f832 https://github.com/MidnightBSD/mports/commit/da79de9c5b6f0621868e62875abca1b57ae3f832 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Mk/extensions/cargo.mk M Mk/extensions/shared-mime-info.mk M Mk/extensions/ssl.mk M audio/Makefile A audio/audio-editing/Makefile A audio/audio-editing/pkg-descr M audio/sratom/Makefile M audio/sratom/distinfo M cad/surelog/Makefile A cad/surelog/files/patch-third_party-antlr4-runtime-Cpp-CMakeLists.txt M cad/z88/Makefile M deskutils/javajj/Makefile M devel/R-cran-rJava/Makefile M devel/aws-sdk-cpp/Makefile M devel/cmake-gui/Makefile M devel/devhelp/Makefile M devel/efl/Makefile M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock M devel/gdb/Makefile M devel/git-tools/Makefile M devel/git-tools/pkg-descr M devel/git/Makefile M devel/gitaly/Makefile M devel/gitaly/distinfo A devel/gitaly/files/patch-Makefile M devel/py-stone/Makefile M devel/py-stone/distinfo M devel/py-stone/files/patch-setup.py R devel/py-stone/files/requirements.txt M devel/py-stone/pkg-descr M devel/rubygem-actionview4/Makefile M devel/serd/Makefile M devel/serd/distinfo M devel/serd/pkg-plist M devel/sord/Makefile M devel/sord/distinfo M devel/tinysparql/Makefile A devel/tinysparql/files/patch-examples_meson.build M games/openra/Makefile M games/openra/pkg-plist M irc/irssi-scripts/Makefile M lang/Makefile A lang/dotnet/Makefile A lang/dotnet/distinfo A lang/dotnet/files/0002-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet/files/extra-patch-base-openssl A lang/dotnet/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet/files/patch-src_roslyn-analyzers_src_PerformanceTests_Tests_PerformanceTests.csproj A lang/dotnet/files/patch-src_runtime_src_native_libs_System.IO.Compression.Native_CMakeLists.txt A lang/dotnet/pkg-descr A lang/dotnet/pkg-plist A lang/dotnet8/Makefile A lang/dotnet8/distinfo A lang/dotnet8/files/0003-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet8/files/patch-build.proj A lang/dotnet8/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet8/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet8/files/patch-src_aspnetcore_eng_Dependencies.props A lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet8/files/patch-src_installer_src_redist_targets_GenerateBundledVersions.targets A lang/dotnet8/files/patch-src_runtime_src_coreclr_gc_unix_gcenv.unix.cpp A lang/dotnet8/files/patch-src_runtime_src_coreclr_vm_jitinterface.cpp A lang/dotnet8/files/patch-src_runtime_src_libraries_System.Runtime_tests_System_GCTests.cs A lang/dotnet8/files/patch-src_runtime_src_native_libs_System.Native_pal__networkstatistics.c A lang/dotnet8/pkg-descr A lang/dotnet8/pkg-plist M lang/mono5.10/Makefile A lang/spidermonkey128/files/patch-js_public_Utility.h M misc/gemini-cli/Makefile M misc/grok-cli/files/package-lock.json M misc/linux-claude/Makefile M misc/linux-claude/distinfo M misc/linux-claude/pkg-descr M sysutils/filelight/distinfo M textproc/xml2rfc/Makefile M textproc/xml2rfc/distinfo A textproc/xml2rfc/files/patch-pyproject.toml R textproc/xml2rfc/files/patch-requirements.txt R textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt M textproc/xml2rfc/pkg-descr M textproc/xml2rfc/pkg-message M www/gitlab/Makefile.common M www/qt6-webengine/Makefile M www/yt-dlp/Makefile M x11-toolkits/amtk/Makefile M x11/xwayland-satellite/Makefile Log Message: ----------- Merge remote-tracking branch 'origin/master' Commit: 38a17ee9dd56ef2ec72cf5ab8817a15d6f256626 https://github.com/MidnightBSD/mports/commit/38a17ee9dd56ef2ec72cf5ab8817a15d6f256626 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M databases/Makefile A databases/arrow-glib/Makefile A databases/arrow-glib/distinfo A databases/arrow-glib/pkg-descr A databases/arrow-glib/pkg-plist A databases/arrow/Makefile A databases/arrow/distinfo A databases/arrow/files/patch-CMakeLists.txt A databases/arrow/files/patch-build-support_asan__symbolize.py A databases/arrow/files/patch-cmake__modules_Findc-ares.cmake A databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake A databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake A databases/arrow/files/patch-src_gandiva_symbols.map A databases/arrow/files/patch-src_parquet_symbols.map A databases/arrow/files/patch-thirdparty_download__dependencies.sh A databases/arrow/pkg-descr A databases/arrow/pkg-plist A databases/rubygem-active_record_query_trace/Makefile A databases/rubygem-active_record_query_trace/distinfo A databases/rubygem-active_record_query_trace/pkg-descr A databases/rubygem-bdb1/Makefile A databases/rubygem-bdb1/distinfo A databases/rubygem-bdb1/files/patch-ext_bdb1_bdb1.c A databases/rubygem-bdb1/files/patch-ext_bdb1_delegate.c A databases/rubygem-bdb1/files/patch-ext_bdb1_recnum.c A databases/rubygem-bdb1/pkg-descr A databases/rubygem-dalli/Makefile A databases/rubygem-dalli/distinfo A databases/rubygem-dalli/pkg-descr A databases/rubygem-dbm/Makefile A databases/rubygem-dbm/distinfo A databases/rubygem-dbm/files/patch-ext_dbm_extconf.rb A databases/rubygem-dbm/pkg-descr A databases/rubygem-fabrication/Makefile A databases/rubygem-fabrication/distinfo A databases/rubygem-fabrication/pkg-descr A databases/rubygem-influxdb/Makefile A databases/rubygem-influxdb/distinfo A databases/rubygem-influxdb/pkg-descr A databases/rubygem-leo_manager_client/Makefile A databases/rubygem-leo_manager_client/distinfo A databases/rubygem-leo_manager_client/pkg-descr A databases/rubygem-pg_query/Makefile A databases/rubygem-pg_query/distinfo A databases/rubygem-pg_query/pkg-descr A databases/rubygem-red-arrow-dataset/Makefile A databases/rubygem-red-arrow-dataset/distinfo A databases/rubygem-red-arrow-dataset/pkg-descr A databases/rubygem-red-arrow-flight/Makefile A databases/rubygem-red-arrow-flight/distinfo A databases/rubygem-red-arrow-flight/pkg-descr A databases/rubygem-red-arrow/Makefile A databases/rubygem-red-arrow/distinfo A databases/rubygem-red-arrow/files/patch-ext-arrow-extconf.rb A databases/rubygem-red-arrow/pkg-descr A databases/rubygem-red-gandiva/Makefile A databases/rubygem-red-gandiva/distinfo A databases/rubygem-red-gandiva/pkg-descr A databases/rubygem-red-parquet/Makefile A databases/rubygem-red-parquet/distinfo A databases/rubygem-red-parquet/pkg-descr M devel/Makefile A devel/R-cran-Rdpack/Makefile A devel/R-cran-Rdpack/distinfo A devel/R-cran-Rdpack/pkg-descr A devel/R-cran-TH.data/Makefile A devel/R-cran-TH.data/distinfo A devel/R-cran-TH.data/pkg-descr A devel/R-cran-bindrcpp/Makefile A devel/R-cran-bindrcpp/distinfo A devel/R-cran-bindrcpp/pkg-descr A devel/R-cran-caTools/Makefile A devel/R-cran-caTools/distinfo A devel/R-cran-caTools/pkg-descr A devel/R-cran-caret/Makefile A devel/R-cran-caret/distinfo A devel/R-cran-caret/pkg-descr A devel/R-cran-chk/Makefile A devel/R-cran-chk/distinfo A devel/R-cran-chk/pkg-descr A devel/R-cran-cliapp/Makefile A devel/R-cran-cliapp/distinfo A devel/R-cran-cliapp/pkg-descr A devel/R-cran-clisymbols/Makefile A devel/R-cran-clisymbols/distinfo A devel/R-cran-clisymbols/pkg-descr A devel/R-cran-collapse/Makefile A devel/R-cran-collapse/distinfo A devel/R-cran-collapse/pkg-descr A devel/R-cran-devtools/Makefile A devel/R-cran-devtools/distinfo A devel/R-cran-devtools/pkg-descr A devel/R-cran-doParallel/Makefile A devel/R-cran-doParallel/distinfo A devel/R-cran-doParallel/pkg-descr A devel/R-cran-future.apply/Makefile A devel/R-cran-future.apply/distinfo A devel/R-cran-future.apply/pkg-descr A devel/R-cran-gbRd/Makefile A devel/R-cran-gbRd/distinfo A devel/R-cran-gbRd/pkg-descr A devel/R-cran-gbm/Makefile A devel/R-cran-gbm/distinfo A devel/R-cran-gbm/pkg-descr A devel/R-cran-gdata/Makefile A devel/R-cran-gdata/distinfo A devel/R-cran-gdata/pkg-descr A devel/R-cran-getopt/Makefile A devel/R-cran-getopt/distinfo A devel/R-cran-getopt/pkg-descr A devel/R-cran-glmnet/Makefile A devel/R-cran-glmnet/distinfo A devel/R-cran-glmnet/pkg-descr A devel/R-cran-gmodels/Makefile A devel/R-cran-gmodels/distinfo A devel/R-cran-gmodels/pkg-descr A devel/R-cran-gtools/Makefile A devel/R-cran-gtools/distinfo A devel/R-cran-gtools/pkg-descr A devel/R-cran-hardhat/Makefile A devel/R-cran-hardhat/distinfo A devel/R-cran-hardhat/pkg-descr A devel/R-cran-itertools/Makefile A devel/R-cran-itertools/distinfo A devel/R-cran-itertools/pkg-descr A devel/R-cran-kit/Makefile A devel/R-cran-kit/distinfo A devel/R-cran-kit/pkg-descr A devel/R-cran-msm/Makefile A devel/R-cran-msm/distinfo A devel/R-cran-msm/pkg-descr A devel/R-cran-msm/pkg-plist A devel/R-cran-multicool/Makefile A devel/R-cran-multicool/distinfo A devel/R-cran-multicool/pkg-descr A devel/R-cran-multicool/pkg-plist A devel/R-cran-optparse/Makefile A devel/R-cran-optparse/distinfo A devel/R-cran-optparse/pkg-descr A devel/R-cran-pkgmaker/Makefile A devel/R-cran-pkgmaker/distinfo A devel/R-cran-pkgmaker/pkg-descr A devel/R-cran-prettycode/Makefile A devel/R-cran-prettycode/distinfo A devel/R-cran-prettycode/pkg-descr A devel/R-cran-progressr/Makefile A devel/R-cran-progressr/distinfo A devel/R-cran-progressr/pkg-descr A devel/R-cran-rcmdcheck/Makefile A devel/R-cran-rcmdcheck/distinfo A devel/R-cran-rcmdcheck/pkg-descr A devel/R-cran-repr/Makefile A devel/R-cran-repr/distinfo A devel/R-cran-repr/pkg-descr A devel/R-cran-reshape2/Makefile A devel/R-cran-reshape2/distinfo A devel/R-cran-reshape2/pkg-descr A devel/R-cran-rgexf/Makefile A devel/R-cran-rgexf/distinfo A devel/R-cran-rgexf/pkg-descr A devel/rubygem-extpp/Makefile A devel/rubygem-extpp/distinfo A devel/rubygem-extpp/pkg-descr A devel/rubygem-pathname/Makefile A devel/rubygem-pathname/distinfo A devel/rubygem-pathname/pkg-descr A devel/thrift-cpp/Makefile A devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc A devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_protocol_TProtocol.h A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSocket.cpp A devel/thrift-cpp/pkg-descr A devel/thrift-cpp/pkg-plist A devel/thrift/Makefile A devel/thrift/bsd.thrift.mk A devel/thrift/distinfo A devel/thrift/files/patch-lib_lua_src_usocket.c A devel/thrift/pkg-descr A devel/thrift/pkg-plist M math/Makefile A math/R-cran-expm/Makefile A math/R-cran-expm/distinfo A math/R-cran-expm/pkg-descr Log Message: ----------- databases,devel,math: add 44 new ports plus dependencies Add the following new ports, adapting from FreeBSD ports with MidnightBSD conventions (maintainer: ports at MidnightBSD.org, correct lowercase license identifiers): databases/: rubygem-active_record_query_trace, rubygem-bdb1, rubygem-dalli, rubygem-dbm, rubygem-fabrication, rubygem-influxdb, rubygem-leo_manager_client, rubygem-pg_query, rubygem-red-arrow, rubygem-red-arrow-dataset, rubygem-red-arrow-flight, rubygem-red-gandiva, rubygem-red-parquet, arrow, arrow-glib devel/: R-cran-Rdpack, R-cran-TH.data, R-cran-bindrcpp (+ add LICENSE=mit), R-cran-caTools, R-cran-caret, R-cran-chk, R-cran-cliapp, R-cran-clisymbols, R-cran-collapse, R-cran-devtools, R-cran-doParallel, R-cran-future.apply, R-cran-gbRd, R-cran-gbm, R-cran-gdata, R-cran-getopt, R-cran-glmnet, R-cran-gmodels, R-cran-gtools, R-cran-hardhat, R-cran-itertools, R-cran-kit, R-cran-msm, R-cran-multicool, R-cran-optparse, R-cran-pkgmaker, R-cran-prettycode, R-cran-progressr, R-cran-rcmdcheck, R-cran-repr, R-cran-reshape2, R-cran-rgexf, rubygem-extpp, rubygem-pathname, thrift, thrift-cpp math/: R-cran-expm (dependency of R-cran-msm) Dependencies pulled from /usr/ports and adapted for MidnightBSD: devel/thrift, devel/thrift-cpp, databases/arrow, databases/arrow-glib, devel/rubygem-pathname, devel/rubygem-extpp, math/R-cran-expm AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/c6e2f282b17d%5E...38a17ee9dd56 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 17:23:15 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:23:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c54e29: databases, devel, math: add 44 new ports plus depend... Message-ID: Branch: refs/heads/databases-devel/new-ports-batch1 Home: https://github.com/MidnightBSD/mports Commit: c54e297d8ffdf2604ffe4b9bf3853419ba087485 https://github.com/MidnightBSD/mports/commit/c54e297d8ffdf2604ffe4b9bf3853419ba087485 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M databases/Makefile A databases/arrow-glib/Makefile A databases/arrow-glib/distinfo A databases/arrow-glib/pkg-descr A databases/arrow-glib/pkg-plist A databases/arrow/Makefile A databases/arrow/distinfo A databases/arrow/files/patch-CMakeLists.txt A databases/arrow/files/patch-build-support_asan__symbolize.py A databases/arrow/files/patch-cmake__modules_Findc-ares.cmake A databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake A databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake A databases/arrow/files/patch-src_gandiva_symbols.map A databases/arrow/files/patch-src_parquet_symbols.map A databases/arrow/files/patch-thirdparty_download__dependencies.sh A databases/arrow/pkg-descr A databases/arrow/pkg-plist A databases/rubygem-active_record_query_trace/Makefile A databases/rubygem-active_record_query_trace/distinfo A databases/rubygem-active_record_query_trace/pkg-descr A databases/rubygem-bdb1/Makefile A databases/rubygem-bdb1/distinfo A databases/rubygem-bdb1/files/patch-ext_bdb1_bdb1.c A databases/rubygem-bdb1/files/patch-ext_bdb1_delegate.c A databases/rubygem-bdb1/files/patch-ext_bdb1_recnum.c A databases/rubygem-bdb1/pkg-descr A databases/rubygem-dalli/Makefile A databases/rubygem-dalli/distinfo A databases/rubygem-dalli/pkg-descr A databases/rubygem-dbm/Makefile A databases/rubygem-dbm/distinfo A databases/rubygem-dbm/files/patch-ext_dbm_extconf.rb A databases/rubygem-dbm/pkg-descr A databases/rubygem-fabrication/Makefile A databases/rubygem-fabrication/distinfo A databases/rubygem-fabrication/pkg-descr A databases/rubygem-influxdb/Makefile A databases/rubygem-influxdb/distinfo A databases/rubygem-influxdb/pkg-descr A databases/rubygem-leo_manager_client/Makefile A databases/rubygem-leo_manager_client/distinfo A databases/rubygem-leo_manager_client/pkg-descr A databases/rubygem-pg_query/Makefile A databases/rubygem-pg_query/distinfo A databases/rubygem-pg_query/pkg-descr A databases/rubygem-red-arrow-dataset/Makefile A databases/rubygem-red-arrow-dataset/distinfo A databases/rubygem-red-arrow-dataset/pkg-descr A databases/rubygem-red-arrow-flight/Makefile A databases/rubygem-red-arrow-flight/distinfo A databases/rubygem-red-arrow-flight/pkg-descr A databases/rubygem-red-arrow/Makefile A databases/rubygem-red-arrow/distinfo A databases/rubygem-red-arrow/files/patch-ext-arrow-extconf.rb A databases/rubygem-red-arrow/pkg-descr A databases/rubygem-red-gandiva/Makefile A databases/rubygem-red-gandiva/distinfo A databases/rubygem-red-gandiva/pkg-descr A databases/rubygem-red-parquet/Makefile A databases/rubygem-red-parquet/distinfo A databases/rubygem-red-parquet/pkg-descr M devel/Makefile A devel/R-cran-Rdpack/Makefile A devel/R-cran-Rdpack/distinfo A devel/R-cran-Rdpack/pkg-descr A devel/R-cran-TH.data/Makefile A devel/R-cran-TH.data/distinfo A devel/R-cran-TH.data/pkg-descr A devel/R-cran-bindrcpp/Makefile A devel/R-cran-bindrcpp/distinfo A devel/R-cran-bindrcpp/pkg-descr A devel/R-cran-caTools/Makefile A devel/R-cran-caTools/distinfo A devel/R-cran-caTools/pkg-descr A devel/R-cran-caret/Makefile A devel/R-cran-caret/distinfo A devel/R-cran-caret/pkg-descr A devel/R-cran-chk/Makefile A devel/R-cran-chk/distinfo A devel/R-cran-chk/pkg-descr A devel/R-cran-cliapp/Makefile A devel/R-cran-cliapp/distinfo A devel/R-cran-cliapp/pkg-descr A devel/R-cran-clisymbols/Makefile A devel/R-cran-clisymbols/distinfo A devel/R-cran-clisymbols/pkg-descr A devel/R-cran-collapse/Makefile A devel/R-cran-collapse/distinfo A devel/R-cran-collapse/pkg-descr A devel/R-cran-devtools/Makefile A devel/R-cran-devtools/distinfo A devel/R-cran-devtools/pkg-descr A devel/R-cran-doParallel/Makefile A devel/R-cran-doParallel/distinfo A devel/R-cran-doParallel/pkg-descr A devel/R-cran-future.apply/Makefile A devel/R-cran-future.apply/distinfo A devel/R-cran-future.apply/pkg-descr A devel/R-cran-gbRd/Makefile A devel/R-cran-gbRd/distinfo A devel/R-cran-gbRd/pkg-descr A devel/R-cran-gbm/Makefile A devel/R-cran-gbm/distinfo A devel/R-cran-gbm/pkg-descr A devel/R-cran-gdata/Makefile A devel/R-cran-gdata/distinfo A devel/R-cran-gdata/pkg-descr A devel/R-cran-getopt/Makefile A devel/R-cran-getopt/distinfo A devel/R-cran-getopt/pkg-descr A devel/R-cran-glmnet/Makefile A devel/R-cran-glmnet/distinfo A devel/R-cran-glmnet/pkg-descr A devel/R-cran-gmodels/Makefile A devel/R-cran-gmodels/distinfo A devel/R-cran-gmodels/pkg-descr A devel/R-cran-gtools/Makefile A devel/R-cran-gtools/distinfo A devel/R-cran-gtools/pkg-descr A devel/R-cran-hardhat/Makefile A devel/R-cran-hardhat/distinfo A devel/R-cran-hardhat/pkg-descr A devel/R-cran-itertools/Makefile A devel/R-cran-itertools/distinfo A devel/R-cran-itertools/pkg-descr A devel/R-cran-kit/Makefile A devel/R-cran-kit/distinfo A devel/R-cran-kit/pkg-descr A devel/R-cran-msm/Makefile A devel/R-cran-msm/distinfo A devel/R-cran-msm/pkg-descr A devel/R-cran-msm/pkg-plist A devel/R-cran-multicool/Makefile A devel/R-cran-multicool/distinfo A devel/R-cran-multicool/pkg-descr A devel/R-cran-multicool/pkg-plist A devel/R-cran-optparse/Makefile A devel/R-cran-optparse/distinfo A devel/R-cran-optparse/pkg-descr A devel/R-cran-pkgmaker/Makefile A devel/R-cran-pkgmaker/distinfo A devel/R-cran-pkgmaker/pkg-descr A devel/R-cran-prettycode/Makefile A devel/R-cran-prettycode/distinfo A devel/R-cran-prettycode/pkg-descr A devel/R-cran-progressr/Makefile A devel/R-cran-progressr/distinfo A devel/R-cran-progressr/pkg-descr A devel/R-cran-rcmdcheck/Makefile A devel/R-cran-rcmdcheck/distinfo A devel/R-cran-rcmdcheck/pkg-descr A devel/R-cran-repr/Makefile A devel/R-cran-repr/distinfo A devel/R-cran-repr/pkg-descr A devel/R-cran-reshape2/Makefile A devel/R-cran-reshape2/distinfo A devel/R-cran-reshape2/pkg-descr A devel/R-cran-rgexf/Makefile A devel/R-cran-rgexf/distinfo A devel/R-cran-rgexf/pkg-descr A devel/rubygem-extpp/Makefile A devel/rubygem-extpp/distinfo A devel/rubygem-extpp/pkg-descr A devel/rubygem-pathname/Makefile A devel/rubygem-pathname/distinfo A devel/rubygem-pathname/pkg-descr A devel/thrift-cpp/Makefile A devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc A devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_protocol_TProtocol.h A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSocket.cpp A devel/thrift-cpp/pkg-descr A devel/thrift-cpp/pkg-plist A devel/thrift/Makefile A devel/thrift/bsd.thrift.mk A devel/thrift/distinfo A devel/thrift/files/patch-lib_lua_src_usocket.c A devel/thrift/pkg-descr A devel/thrift/pkg-plist M math/Makefile A math/R-cran-expm/Makefile A math/R-cran-expm/distinfo A math/R-cran-expm/pkg-descr Log Message: ----------- databases,devel,math: add 44 new ports plus dependencies Add the following new ports, adapting from FreeBSD ports with MidnightBSD conventions (maintainer: ports at MidnightBSD.org, correct lowercase license identifiers): databases/: rubygem-active_record_query_trace, rubygem-bdb1, rubygem-dalli, rubygem-dbm, rubygem-fabrication, rubygem-influxdb, rubygem-leo_manager_client, rubygem-pg_query, rubygem-red-arrow, rubygem-red-arrow-dataset, rubygem-red-arrow-flight, rubygem-red-gandiva, rubygem-red-parquet, arrow, arrow-glib devel/: R-cran-Rdpack, R-cran-TH.data, R-cran-bindrcpp (+ add LICENSE=mit), R-cran-caTools, R-cran-caret, R-cran-chk, R-cran-cliapp, R-cran-clisymbols, R-cran-collapse, R-cran-devtools, R-cran-doParallel, R-cran-future.apply, R-cran-gbRd, R-cran-gbm, R-cran-gdata, R-cran-getopt, R-cran-glmnet, R-cran-gmodels, R-cran-gtools, R-cran-hardhat, R-cran-itertools, R-cran-kit, R-cran-msm, R-cran-multicool, R-cran-optparse, R-cran-pkgmaker, R-cran-prettycode, R-cran-progressr, R-cran-rcmdcheck, R-cran-repr, R-cran-reshape2, R-cran-rgexf, rubygem-extpp, rubygem-pathname, thrift, thrift-cpp math/: R-cran-expm (dependency of R-cran-msm) Dependencies pulled from /usr/ports and adapted for MidnightBSD: devel/thrift, devel/thrift-cpp, databases/arrow, databases/arrow-glib, devel/rubygem-pathname, devel/rubygem-extpp, math/R-cran-expm AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 17:23:28 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:23:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] d1f0d9: cat: add -A flag (equivalent to GNU cat -A) Message-ID: Branch: refs/heads/feature/cat-A-flag Home: https://github.com/MidnightBSD/src Commit: d1f0d93485ce32cda6b340a47d2412345ddfb890 https://github.com/MidnightBSD/src/commit/d1f0d93485ce32cda6b340a47d2412345ddfb890 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M bin/cat/cat.1 M bin/cat/cat.c A bin/cat/tests/A_flag_test.sh M bin/cat/tests/Makefile Log Message: ----------- cat: add -A flag (equivalent to GNU cat -A) Add -A flag to cat(1) utility, which is equivalent to -et (enables vflag, eflag, and tflag). This matches the behavior of GNU cat. Updated man page and added a new ATF test case to verify equivalence. AI-Assisted-by: Gemini CLI To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Sat May 16 17:29:14 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:29:14 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 2a74cc: cat: add -A flag (equivalent to GNU cat -A) (#357) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 2a74ccd5e9503593ebfb39f2ae4ed5019ae0c10a https://github.com/MidnightBSD/src/commit/2a74ccd5e9503593ebfb39f2ae4ed5019ae0c10a Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M bin/cat/cat.1 M bin/cat/cat.c A bin/cat/tests/A_flag_test.sh M bin/cat/tests/Makefile Log Message: ----------- cat: add -A flag (equivalent to GNU cat -A) (#357) Add -A flag to cat(1) utility, which is equivalent to -et (enables vflag, eflag, and tflag). This matches the behavior of GNU cat. Updated man page and added a new ATF test case to verify equivalence. AI-Assisted-by: Gemini CLI To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Sat May 16 17:29:17 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:29:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/heads/feature/cat-A-flag Home: https://github.com/MidnightBSD/src To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Sat May 16 17:29:42 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:29:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 630030: devel/R-cran-{optparse, collapse, getopt}: fix malfo... Message-ID: Branch: refs/heads/databases-devel/new-ports-batch1 Home: https://github.com/MidnightBSD/mports Commit: 630030cf9956b46b98bd06154657fe50305a9f23 https://github.com/MidnightBSD/mports/commit/630030cf9956b46b98bd06154657fe50305a9f23 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/R-cran-collapse/Makefile M devel/R-cran-getopt/Makefile M devel/R-cran-optparse/Makefile Log Message: ----------- devel/R-cran-{optparse,collapse,getopt}: fix malformed LICENSE lines LICENSE= and LICENSE_FILE= were concatenated on one line; split them. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 17:30:07 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:30:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6875bf: Databases devel/new ports batch1 (#186) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 6875bf7bacd0c59ade8cee91c1090bf3b769d2b1 https://github.com/MidnightBSD/mports/commit/6875bf7bacd0c59ade8cee91c1090bf3b769d2b1 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M databases/Makefile A databases/arrow-glib/Makefile A databases/arrow-glib/distinfo A databases/arrow-glib/pkg-descr A databases/arrow-glib/pkg-plist A databases/arrow/Makefile A databases/arrow/distinfo A databases/arrow/files/patch-CMakeLists.txt A databases/arrow/files/patch-build-support_asan__symbolize.py A databases/arrow/files/patch-cmake__modules_Findc-ares.cmake A databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake A databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake A databases/arrow/files/patch-src_gandiva_symbols.map A databases/arrow/files/patch-src_parquet_symbols.map A databases/arrow/files/patch-thirdparty_download__dependencies.sh A databases/arrow/pkg-descr A databases/arrow/pkg-plist A databases/rubygem-active_record_query_trace/Makefile A databases/rubygem-active_record_query_trace/distinfo A databases/rubygem-active_record_query_trace/pkg-descr A databases/rubygem-bdb1/Makefile A databases/rubygem-bdb1/distinfo A databases/rubygem-bdb1/files/patch-ext_bdb1_bdb1.c A databases/rubygem-bdb1/files/patch-ext_bdb1_delegate.c A databases/rubygem-bdb1/files/patch-ext_bdb1_recnum.c A databases/rubygem-bdb1/pkg-descr A databases/rubygem-dalli/Makefile A databases/rubygem-dalli/distinfo A databases/rubygem-dalli/pkg-descr A databases/rubygem-dbm/Makefile A databases/rubygem-dbm/distinfo A databases/rubygem-dbm/files/patch-ext_dbm_extconf.rb A databases/rubygem-dbm/pkg-descr A databases/rubygem-fabrication/Makefile A databases/rubygem-fabrication/distinfo A databases/rubygem-fabrication/pkg-descr A databases/rubygem-influxdb/Makefile A databases/rubygem-influxdb/distinfo A databases/rubygem-influxdb/pkg-descr A databases/rubygem-leo_manager_client/Makefile A databases/rubygem-leo_manager_client/distinfo A databases/rubygem-leo_manager_client/pkg-descr A databases/rubygem-pg_query/Makefile A databases/rubygem-pg_query/distinfo A databases/rubygem-pg_query/pkg-descr A databases/rubygem-red-arrow-dataset/Makefile A databases/rubygem-red-arrow-dataset/distinfo A databases/rubygem-red-arrow-dataset/pkg-descr A databases/rubygem-red-arrow-flight/Makefile A databases/rubygem-red-arrow-flight/distinfo A databases/rubygem-red-arrow-flight/pkg-descr A databases/rubygem-red-arrow/Makefile A databases/rubygem-red-arrow/distinfo A databases/rubygem-red-arrow/files/patch-ext-arrow-extconf.rb A databases/rubygem-red-arrow/pkg-descr A databases/rubygem-red-gandiva/Makefile A databases/rubygem-red-gandiva/distinfo A databases/rubygem-red-gandiva/pkg-descr A databases/rubygem-red-parquet/Makefile A databases/rubygem-red-parquet/distinfo A databases/rubygem-red-parquet/pkg-descr M devel/Makefile A devel/R-cran-Rdpack/Makefile A devel/R-cran-Rdpack/distinfo A devel/R-cran-Rdpack/pkg-descr A devel/R-cran-TH.data/Makefile A devel/R-cran-TH.data/distinfo A devel/R-cran-TH.data/pkg-descr A devel/R-cran-bindrcpp/Makefile A devel/R-cran-bindrcpp/distinfo A devel/R-cran-bindrcpp/pkg-descr A devel/R-cran-caTools/Makefile A devel/R-cran-caTools/distinfo A devel/R-cran-caTools/pkg-descr A devel/R-cran-caret/Makefile A devel/R-cran-caret/distinfo A devel/R-cran-caret/pkg-descr A devel/R-cran-chk/Makefile A devel/R-cran-chk/distinfo A devel/R-cran-chk/pkg-descr A devel/R-cran-cliapp/Makefile A devel/R-cran-cliapp/distinfo A devel/R-cran-cliapp/pkg-descr A devel/R-cran-clisymbols/Makefile A devel/R-cran-clisymbols/distinfo A devel/R-cran-clisymbols/pkg-descr A devel/R-cran-collapse/Makefile A devel/R-cran-collapse/distinfo A devel/R-cran-collapse/pkg-descr A devel/R-cran-devtools/Makefile A devel/R-cran-devtools/distinfo A devel/R-cran-devtools/pkg-descr A devel/R-cran-doParallel/Makefile A devel/R-cran-doParallel/distinfo A devel/R-cran-doParallel/pkg-descr A devel/R-cran-future.apply/Makefile A devel/R-cran-future.apply/distinfo A devel/R-cran-future.apply/pkg-descr A devel/R-cran-gbRd/Makefile A devel/R-cran-gbRd/distinfo A devel/R-cran-gbRd/pkg-descr A devel/R-cran-gbm/Makefile A devel/R-cran-gbm/distinfo A devel/R-cran-gbm/pkg-descr A devel/R-cran-gdata/Makefile A devel/R-cran-gdata/distinfo A devel/R-cran-gdata/pkg-descr A devel/R-cran-getopt/Makefile A devel/R-cran-getopt/distinfo A devel/R-cran-getopt/pkg-descr A devel/R-cran-glmnet/Makefile A devel/R-cran-glmnet/distinfo A devel/R-cran-glmnet/pkg-descr A devel/R-cran-gmodels/Makefile A devel/R-cran-gmodels/distinfo A devel/R-cran-gmodels/pkg-descr A devel/R-cran-gtools/Makefile A devel/R-cran-gtools/distinfo A devel/R-cran-gtools/pkg-descr A devel/R-cran-hardhat/Makefile A devel/R-cran-hardhat/distinfo A devel/R-cran-hardhat/pkg-descr A devel/R-cran-itertools/Makefile A devel/R-cran-itertools/distinfo A devel/R-cran-itertools/pkg-descr A devel/R-cran-kit/Makefile A devel/R-cran-kit/distinfo A devel/R-cran-kit/pkg-descr A devel/R-cran-msm/Makefile A devel/R-cran-msm/distinfo A devel/R-cran-msm/pkg-descr A devel/R-cran-msm/pkg-plist A devel/R-cran-multicool/Makefile A devel/R-cran-multicool/distinfo A devel/R-cran-multicool/pkg-descr A devel/R-cran-multicool/pkg-plist A devel/R-cran-optparse/Makefile A devel/R-cran-optparse/distinfo A devel/R-cran-optparse/pkg-descr A devel/R-cran-pkgmaker/Makefile A devel/R-cran-pkgmaker/distinfo A devel/R-cran-pkgmaker/pkg-descr A devel/R-cran-prettycode/Makefile A devel/R-cran-prettycode/distinfo A devel/R-cran-prettycode/pkg-descr A devel/R-cran-progressr/Makefile A devel/R-cran-progressr/distinfo A devel/R-cran-progressr/pkg-descr A devel/R-cran-rcmdcheck/Makefile A devel/R-cran-rcmdcheck/distinfo A devel/R-cran-rcmdcheck/pkg-descr A devel/R-cran-repr/Makefile A devel/R-cran-repr/distinfo A devel/R-cran-repr/pkg-descr A devel/R-cran-reshape2/Makefile A devel/R-cran-reshape2/distinfo A devel/R-cran-reshape2/pkg-descr A devel/R-cran-rgexf/Makefile A devel/R-cran-rgexf/distinfo A devel/R-cran-rgexf/pkg-descr A devel/rubygem-extpp/Makefile A devel/rubygem-extpp/distinfo A devel/rubygem-extpp/pkg-descr A devel/rubygem-pathname/Makefile A devel/rubygem-pathname/distinfo A devel/rubygem-pathname/pkg-descr A devel/thrift-cpp/Makefile A devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc A devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_protocol_TProtocol.h A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSocket.cpp A devel/thrift-cpp/pkg-descr A devel/thrift-cpp/pkg-plist A devel/thrift/Makefile A devel/thrift/bsd.thrift.mk A devel/thrift/distinfo A devel/thrift/files/patch-lib_lua_src_usocket.c A devel/thrift/pkg-descr A devel/thrift/pkg-plist M math/Makefile A math/R-cran-expm/Makefile A math/R-cran-expm/distinfo A math/R-cran-expm/pkg-descr Log Message: ----------- Databases devel/new ports batch1 (#186) * databases,devel,math: add 44 new ports plus dependencies Add the following new ports, adapting from FreeBSD ports with MidnightBSD conventions (maintainer: ports at MidnightBSD.org, correct lowercase license identifiers): databases/: rubygem-active_record_query_trace, rubygem-bdb1, rubygem-dalli, rubygem-dbm, rubygem-fabrication, rubygem-influxdb, rubygem-leo_manager_client, rubygem-pg_query, rubygem-red-arrow, rubygem-red-arrow-dataset, rubygem-red-arrow-flight, rubygem-red-gandiva, rubygem-red-parquet, arrow, arrow-glib devel/: R-cran-Rdpack, R-cran-TH.data, R-cran-bindrcpp (+ add LICENSE=mit), R-cran-caTools, R-cran-caret, R-cran-chk, R-cran-cliapp, R-cran-clisymbols, R-cran-collapse, R-cran-devtools, R-cran-doParallel, R-cran-future.apply, R-cran-gbRd, R-cran-gbm, R-cran-gdata, R-cran-getopt, R-cran-glmnet, R-cran-gmodels, R-cran-gtools, R-cran-hardhat, R-cran-itertools, R-cran-kit, R-cran-msm, R-cran-multicool, R-cran-optparse, R-cran-pkgmaker, R-cran-prettycode, R-cran-progressr, R-cran-rcmdcheck, R-cran-repr, R-cran-reshape2, R-cran-rgexf, rubygem-extpp, rubygem-pathname, thrift, thrift-cpp math/: R-cran-expm (dependency of R-cran-msm) Dependencies pulled from /usr/ports and adapted for MidnightBSD: devel/thrift, devel/thrift-cpp, databases/arrow, databases/arrow-glib, devel/rubygem-pathname, devel/rubygem-extpp, math/R-cran-expm AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * devel/R-cran-{optparse,collapse,getopt}: fix malformed LICENSE lines LICENSE= and LICENSE_FILE= were concatenated on one line; split them. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 17:30:11 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:30:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/databases-devel/new-ports-batch1 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 17:31:54 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:31:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] dedf83: lang/spidermonkey128: fix fdlibm typedefs on i386 Message-ID: Branch: refs/heads/lang/spidermonkey128-fdlibm Home: https://github.com/MidnightBSD/mports Commit: dedf8333c47f01b96652af9ebdb762ef802bc60e https://github.com/MidnightBSD/mports/commit/dedf8333c47f01b96652af9ebdb762ef802bc60e Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A lang/spidermonkey128/files/patch-modules_fdlibm_src_math__private.h Log Message: ----------- lang/spidermonkey128: fix fdlibm typedefs on i386 Align fdlibm's internal floating-point typedefs with the platform definitions on 32-bit builds to avoid conflicting __double_t and __float_t definitions during the i386 build. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 17:33:21 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:33:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b17624: lang/spidermonkey128: fix fdlibm typedefs on i386 ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: b176240d97f744668a1a4a00722de04916109325 https://github.com/MidnightBSD/mports/commit/b176240d97f744668a1a4a00722de04916109325 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A lang/spidermonkey128/files/patch-modules_fdlibm_src_math__private.h Log Message: ----------- lang/spidermonkey128: fix fdlibm typedefs on i386 (#187) Align fdlibm's internal floating-point typedefs with the platform definitions on 32-bit builds to avoid conflicting __double_t and __float_t definitions during the i386 build. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 17:33:22 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:33:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/lang/spidermonkey128-fdlibm Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 17:42:46 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 14:42:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 73222d: devel/qt5-script: fix CMake include path Message-ID: Branch: refs/heads/devel/qt5-script Home: https://github.com/MidnightBSD/mports Commit: 73222dc55236d4cb35ea1758c811e2bec4ccc7af https://github.com/MidnightBSD/mports/commit/73222dc55236d4cb35ea1758c811e2bec4ccc7af Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/qt5-script/Makefile Log Message: ----------- devel/qt5-script: fix CMake include path Normalize generated Qt5Script CMake include paths so consumers do not fail when the generated config references /usr/include/qt5 instead of the Qt include directory under PREFIX. Bump PORTREVISION for the package metadata change and make the inherited license explicit for lint. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:06:10 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:06:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6cf495: devel/qt5-script: fix CMake include path (#188) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 6cf49586899f7ad5f1dbdcadf6743a36f177ff0c https://github.com/MidnightBSD/mports/commit/6cf49586899f7ad5f1dbdcadf6743a36f177ff0c Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/qt5-script/Makefile Log Message: ----------- devel/qt5-script: fix CMake include path (#188) Normalize generated Qt5Script CMake include paths so consumers do not fail when the generated config references /usr/include/qt5 instead of the Qt include directory under PREFIX. Bump PORTREVISION for the package metadata change and make the inherited license explicit for lint. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:06:12 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:06:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/qt5-script Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:12:13 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:12:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 90b3bc: net/gstreamer1-plugins-sctp: fix usrsctp on Midnig... Message-ID: Branch: refs/heads/net/gstreamer1-plugins-sctp Home: https://github.com/MidnightBSD/mports Commit: 90b3bc401fc0976adfd397b475a42ae045033451 https://github.com/MidnightBSD/mports/commit/90b3bc401fc0976adfd397b475a42ae045033451 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A multimedia/gstreamer1-plugins-bad/files/patch-ext_sctp_usrsctp_meson.build Log Message: ----------- net/gstreamer1-plugins-sctp: fix usrsctp on MidnightBSD Treat MidnightBSD like FreeBSD when configuring the bundled usrsctp library so the SCTP plugin can configure without a system libusrsctp. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:13:24 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:13:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/net/gstreamer1-plugins-sctp Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:21:53 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:21:53 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0c26b1: sysutils/rust-coreutils: use cargo target in install Message-ID: Branch: refs/heads/sysutils/rust-coreutils Home: https://github.com/MidnightBSD/mports Commit: 0c26b10f904d929b08918993d7180c91e8685e08 https://github.com/MidnightBSD/mports/commit/0c26b10f904d929b08918993d7180c91e8685e08 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M sysutils/rust-coreutils/Makefile Log Message: ----------- sysutils/rust-coreutils: use cargo target in install Use CARGO_BUILD_TARGET for the staged binary and helper paths so non-amd64 builds install from the correct Cargo target directory. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:22:34 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:22:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 57606e: sysutils/rust-coreutils: use cargo target in insta... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 57606e4fa0e090b9b0e36e31ed6400c28223f9e8 https://github.com/MidnightBSD/mports/commit/57606e4fa0e090b9b0e36e31ed6400c28223f9e8 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M sysutils/rust-coreutils/Makefile Log Message: ----------- sysutils/rust-coreutils: use cargo target in install (#190) Use CARGO_BUILD_TARGET for the staged binary and helper paths so non-amd64 builds install from the correct Cargo target directory. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:22:36 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:22:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/sysutils/rust-coreutils Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:27:22 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:27:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c6e2f2: www/p5-WWW-Mechanize-Cached: add 2.00, fix securit... Message-ID: Branch: refs/heads/math/py-pandas Home: https://github.com/MidnightBSD/mports Commit: c6e2f282b17de9c11272a1ab5c6c15e522570334 https://github.com/MidnightBSD/mports/commit/c6e2f282b17de9c11272a1ab5c6c15e522570334 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/Makefile A devel/p5-File-XDG/Makefile A devel/p5-File-XDG/distinfo A devel/p5-File-XDG/pkg-descr A devel/p5-File-XDG/pkg-plist M devel/p5-Path-Tiny/Makefile M devel/p5-Path-Tiny/distinfo M www/Makefile A www/p5-WWW-Mechanize-Cached/Makefile A www/p5-WWW-Mechanize-Cached/distinfo A www/p5-WWW-Mechanize-Cached/pkg-descr A www/p5-WWW-Mechanize-Cached/pkg-plist Log Message: ----------- www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 https://github.com/MidnightBSD/mports/commit/c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json A misc/gemini-cli/pkg-deinstall M misc/gemini-cli/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Commit: da79de9c5b6f0621868e62875abca1b57ae3f832 https://github.com/MidnightBSD/mports/commit/da79de9c5b6f0621868e62875abca1b57ae3f832 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Mk/extensions/cargo.mk M Mk/extensions/shared-mime-info.mk M Mk/extensions/ssl.mk M audio/Makefile A audio/audio-editing/Makefile A audio/audio-editing/pkg-descr M audio/sratom/Makefile M audio/sratom/distinfo M cad/surelog/Makefile A cad/surelog/files/patch-third_party-antlr4-runtime-Cpp-CMakeLists.txt M cad/z88/Makefile M deskutils/javajj/Makefile M devel/R-cran-rJava/Makefile M devel/aws-sdk-cpp/Makefile M devel/cmake-gui/Makefile M devel/devhelp/Makefile M devel/efl/Makefile M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock M devel/gdb/Makefile M devel/git-tools/Makefile M devel/git-tools/pkg-descr M devel/git/Makefile M devel/gitaly/Makefile M devel/gitaly/distinfo A devel/gitaly/files/patch-Makefile M devel/py-stone/Makefile M devel/py-stone/distinfo M devel/py-stone/files/patch-setup.py R devel/py-stone/files/requirements.txt M devel/py-stone/pkg-descr M devel/rubygem-actionview4/Makefile M devel/serd/Makefile M devel/serd/distinfo M devel/serd/pkg-plist M devel/sord/Makefile M devel/sord/distinfo M devel/tinysparql/Makefile A devel/tinysparql/files/patch-examples_meson.build M games/openra/Makefile M games/openra/pkg-plist M irc/irssi-scripts/Makefile M lang/Makefile A lang/dotnet/Makefile A lang/dotnet/distinfo A lang/dotnet/files/0002-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet/files/extra-patch-base-openssl A lang/dotnet/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet/files/patch-src_roslyn-analyzers_src_PerformanceTests_Tests_PerformanceTests.csproj A lang/dotnet/files/patch-src_runtime_src_native_libs_System.IO.Compression.Native_CMakeLists.txt A lang/dotnet/pkg-descr A lang/dotnet/pkg-plist A lang/dotnet8/Makefile A lang/dotnet8/distinfo A lang/dotnet8/files/0003-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet8/files/patch-build.proj A lang/dotnet8/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet8/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet8/files/patch-src_aspnetcore_eng_Dependencies.props A lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet8/files/patch-src_installer_src_redist_targets_GenerateBundledVersions.targets A lang/dotnet8/files/patch-src_runtime_src_coreclr_gc_unix_gcenv.unix.cpp A lang/dotnet8/files/patch-src_runtime_src_coreclr_vm_jitinterface.cpp A lang/dotnet8/files/patch-src_runtime_src_libraries_System.Runtime_tests_System_GCTests.cs A lang/dotnet8/files/patch-src_runtime_src_native_libs_System.Native_pal__networkstatistics.c A lang/dotnet8/pkg-descr A lang/dotnet8/pkg-plist M lang/mono5.10/Makefile A lang/spidermonkey128/files/patch-js_public_Utility.h M misc/gemini-cli/Makefile M misc/grok-cli/files/package-lock.json M misc/linux-claude/Makefile M misc/linux-claude/distinfo M misc/linux-claude/pkg-descr M sysutils/filelight/distinfo M textproc/xml2rfc/Makefile M textproc/xml2rfc/distinfo A textproc/xml2rfc/files/patch-pyproject.toml R textproc/xml2rfc/files/patch-requirements.txt R textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt M textproc/xml2rfc/pkg-descr M textproc/xml2rfc/pkg-message M www/gitlab/Makefile.common M www/qt6-webengine/Makefile M www/yt-dlp/Makefile M x11-toolkits/amtk/Makefile M x11/xwayland-satellite/Makefile Log Message: ----------- Merge remote-tracking branch 'origin/master' Commit: 4d5830b44706b1b3e096833bcade5d96aadfcc5c https://github.com/MidnightBSD/mports/commit/4d5830b44706b1b3e096833bcade5d96aadfcc5c Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M math/py-pandas/Makefile A math/py-pandas/files/patch-pandas__libs_tslibs_np_datetime.pxd A math/py-pandas/files/patch-pandas__libs_tslibs_np_datetime.pyx M math/py-pandas/files/patch-pyproject.toml Log Message: ----------- math/py-pandas: fix Cython 3 signature mismatch in np_datetime Cython 3.x enforces strict signature matching between .pxd declarations and .pyx definitions. The Python annotation-style type `str | None` for the `format` parameter in np_datetime.pxd did not match the .pyx definition under Cython 3.2.4, causing a CompileError. Change the parameter type to `object` (Cython-style) in both files so the signatures match across all Cython versions. Also remove the <3 upper bound on Cython in pyproject.toml since we now support Cython 3. Fixes build failure on both amd64 and i386 for MidnightBSD 4.0. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/c6e2f282b17d%5E...4d5830b44706 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:29:16 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:29:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e53f18: Math/py pandas (#191) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e53f1897a24a5afc5fc178c83004732ca86536f1 https://github.com/MidnightBSD/mports/commit/e53f1897a24a5afc5fc178c83004732ca86536f1 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M math/py-pandas/Makefile A math/py-pandas/files/patch-pandas__libs_tslibs_np_datetime.pxd A math/py-pandas/files/patch-pandas__libs_tslibs_np_datetime.pyx M math/py-pandas/files/patch-pyproject.toml Log Message: ----------- Math/py pandas (#191) * www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * math/py-pandas: fix Cython 3 signature mismatch in np_datetime Cython 3.x enforces strict signature matching between .pxd declarations and .pyx definitions. The Python annotation-style type `str | None` for the `format` parameter in np_datetime.pxd did not match the .pyx definition under Cython 3.2.4, causing a CompileError. Change the parameter type to `object` (Cython-style) in both files so the signatures match across all Cython versions. Also remove the <3 upper bound on Cython in pyproject.toml since we now support Cython 3. Fixes build failure on both amd64 and i386 for MidnightBSD 4.0. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:29:22 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:29:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/math/py-pandas Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:32:20 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:32:20 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c6e2f2: www/p5-WWW-Mechanize-Cached: add 2.00, fix securit... Message-ID: Branch: refs/heads/java/maven363 Home: https://github.com/MidnightBSD/mports Commit: c6e2f282b17de9c11272a1ab5c6c15e522570334 https://github.com/MidnightBSD/mports/commit/c6e2f282b17de9c11272a1ab5c6c15e522570334 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/Makefile A devel/p5-File-XDG/Makefile A devel/p5-File-XDG/distinfo A devel/p5-File-XDG/pkg-descr A devel/p5-File-XDG/pkg-plist M devel/p5-Path-Tiny/Makefile M devel/p5-Path-Tiny/distinfo M www/Makefile A www/p5-WWW-Mechanize-Cached/Makefile A www/p5-WWW-Mechanize-Cached/distinfo A www/p5-WWW-Mechanize-Cached/pkg-descr A www/p5-WWW-Mechanize-Cached/pkg-plist Log Message: ----------- www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 https://github.com/MidnightBSD/mports/commit/c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json A misc/gemini-cli/pkg-deinstall M misc/gemini-cli/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Commit: da79de9c5b6f0621868e62875abca1b57ae3f832 https://github.com/MidnightBSD/mports/commit/da79de9c5b6f0621868e62875abca1b57ae3f832 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Mk/extensions/cargo.mk M Mk/extensions/shared-mime-info.mk M Mk/extensions/ssl.mk M audio/Makefile A audio/audio-editing/Makefile A audio/audio-editing/pkg-descr M audio/sratom/Makefile M audio/sratom/distinfo M cad/surelog/Makefile A cad/surelog/files/patch-third_party-antlr4-runtime-Cpp-CMakeLists.txt M cad/z88/Makefile M deskutils/javajj/Makefile M devel/R-cran-rJava/Makefile M devel/aws-sdk-cpp/Makefile M devel/cmake-gui/Makefile M devel/devhelp/Makefile M devel/efl/Makefile M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock M devel/gdb/Makefile M devel/git-tools/Makefile M devel/git-tools/pkg-descr M devel/git/Makefile M devel/gitaly/Makefile M devel/gitaly/distinfo A devel/gitaly/files/patch-Makefile M devel/py-stone/Makefile M devel/py-stone/distinfo M devel/py-stone/files/patch-setup.py R devel/py-stone/files/requirements.txt M devel/py-stone/pkg-descr M devel/rubygem-actionview4/Makefile M devel/serd/Makefile M devel/serd/distinfo M devel/serd/pkg-plist M devel/sord/Makefile M devel/sord/distinfo M devel/tinysparql/Makefile A devel/tinysparql/files/patch-examples_meson.build M games/openra/Makefile M games/openra/pkg-plist M irc/irssi-scripts/Makefile M lang/Makefile A lang/dotnet/Makefile A lang/dotnet/distinfo A lang/dotnet/files/0002-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet/files/extra-patch-base-openssl A lang/dotnet/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet/files/patch-src_roslyn-analyzers_src_PerformanceTests_Tests_PerformanceTests.csproj A lang/dotnet/files/patch-src_runtime_src_native_libs_System.IO.Compression.Native_CMakeLists.txt A lang/dotnet/pkg-descr A lang/dotnet/pkg-plist A lang/dotnet8/Makefile A lang/dotnet8/distinfo A lang/dotnet8/files/0003-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet8/files/patch-build.proj A lang/dotnet8/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet8/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet8/files/patch-src_aspnetcore_eng_Dependencies.props A lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet8/files/patch-src_installer_src_redist_targets_GenerateBundledVersions.targets A lang/dotnet8/files/patch-src_runtime_src_coreclr_gc_unix_gcenv.unix.cpp A lang/dotnet8/files/patch-src_runtime_src_coreclr_vm_jitinterface.cpp A lang/dotnet8/files/patch-src_runtime_src_libraries_System.Runtime_tests_System_GCTests.cs A lang/dotnet8/files/patch-src_runtime_src_native_libs_System.Native_pal__networkstatistics.c A lang/dotnet8/pkg-descr A lang/dotnet8/pkg-plist M lang/mono5.10/Makefile A lang/spidermonkey128/files/patch-js_public_Utility.h M misc/gemini-cli/Makefile M misc/grok-cli/files/package-lock.json M misc/linux-claude/Makefile M misc/linux-claude/distinfo M misc/linux-claude/pkg-descr M sysutils/filelight/distinfo M textproc/xml2rfc/Makefile M textproc/xml2rfc/distinfo A textproc/xml2rfc/files/patch-pyproject.toml R textproc/xml2rfc/files/patch-requirements.txt R textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt M textproc/xml2rfc/pkg-descr M textproc/xml2rfc/pkg-message M www/gitlab/Makefile.common M www/qt6-webengine/Makefile M www/yt-dlp/Makefile M x11-toolkits/amtk/Makefile M x11/xwayland-satellite/Makefile Log Message: ----------- Merge remote-tracking branch 'origin/master' Commit: c3a63007cd0a3b21df6456e6e5ddd5efd269e520 https://github.com/MidnightBSD/mports/commit/c3a63007cd0a3b21df6456e6e5ddd5efd269e520 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M java/maven363/Makefile Log Message: ----------- java/maven363: fix CATEGORIES order Put java first so the port origin resolves to java/maven363, matching the actual directory and consistent with all other maven ports (maven, maven39, maven-wrapper, maven-ant-tasks). AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/c6e2f282b17d%5E...c3a63007cd0a To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:32:56 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:32:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c4637a: Java/maven363 (#192) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c4637afd2dba967d028601c9579c57832cd4c9f5 https://github.com/MidnightBSD/mports/commit/c4637afd2dba967d028601c9579c57832cd4c9f5 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M java/maven363/Makefile Log Message: ----------- Java/maven363 (#192) * www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * java/maven363: fix CATEGORIES order Put java first so the port origin resolves to java/maven363, matching the actual directory and consistent with all other maven ports (maven, maven39, maven-wrapper, maven-ant-tasks). AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:32:59 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:32:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/java/maven363 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:02:21 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:02:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 66e5e4: sysutils/cinnamon-control-center: fix build with c... Message-ID: Branch: refs/heads/sysutils/cinnamon-control-center Home: https://github.com/MidnightBSD/mports Commit: 66e5e4aadff14661e65e6d20223abc63de7cee4e https://github.com/MidnightBSD/mports/commit/66e5e4aadff14661e65e6d20223abc63de7cee4e Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A sysutils/cinnamon-control-center/files/patch-panels_color_cc-color-panel.c A sysutils/cinnamon-control-center/files/patch-panels_online-accounts_cc-online-accounts-panel.c Log Message: ----------- sysutils/cinnamon-control-center: fix build with current deps Remove the obsolete cinnamon-desktop installer API include and update Online Accounts calls for the current GOA async provider API. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:03:50 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:03:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 29df65: sysutils/cinnamon-control-center: fix build with c... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 29df6504207b8df4351fe558b4a4c7d708cfa032 https://github.com/MidnightBSD/mports/commit/29df6504207b8df4351fe558b4a4c7d708cfa032 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A sysutils/cinnamon-control-center/files/patch-panels_color_cc-color-panel.c A sysutils/cinnamon-control-center/files/patch-panels_online-accounts_cc-online-accounts-panel.c Log Message: ----------- sysutils/cinnamon-control-center: fix build with current deps (#193) Remove the obsolete cinnamon-desktop installer API include and update Online Accounts calls for the current GOA async provider API. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:03:53 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:03:53 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/sysutils/cinnamon-control-center Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:41:30 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:41:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 47c9f8: editors/gnome-latex: fix build with libgedit tepl Message-ID: Branch: refs/heads/editors/gnome-latex Home: https://github.com/MidnightBSD/mports Commit: 47c9f8b7afbb5edeffa01f464b51323554f68416 https://github.com/MidnightBSD/mports/commit/47c9f8b7afbb5edeffa01f464b51323554f68416 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M editors/gnome-latex/Makefile A editors/gnome-latex/files/patch-src_completion.c A editors/gnome-latex/files/patch-src_factory.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-buffer.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-latex-commands.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-prefs.c A editors/gnome-latex/files/patch-src_main__window.c Log Message: ----------- editors/gnome-latex: fix build with libgedit tepl Update the port to use the current libgedit AMTK, GtkSourceView, and Tepl pkg-config names, and patch generated sources for Tepl API changes. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:42:49 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:42:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 56ede4: editors/gnome-latex: fix build with libgedit tepl ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 56ede4006cd321ac336c09314ce5130b443c170f https://github.com/MidnightBSD/mports/commit/56ede4006cd321ac336c09314ce5130b443c170f Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M editors/gnome-latex/Makefile A editors/gnome-latex/files/patch-src_completion.c A editors/gnome-latex/files/patch-src_factory.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-buffer.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-latex-commands.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-prefs.c A editors/gnome-latex/files/patch-src_main__window.c Log Message: ----------- editors/gnome-latex: fix build with libgedit tepl (#194) Update the port to use the current libgedit AMTK, GtkSourceView, and Tepl pkg-config names, and patch generated sources for Tepl API changes. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:42:54 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:42:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/editors/gnome-latex Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:43:50 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:43:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 458810: editors/neovim-gtk: fix fake-inst path contaminati... Message-ID: Branch: refs/heads/editors/neovim-gtk Home: https://github.com/MidnightBSD/mports Commit: 4588105e0a8e8b981f0ab91af127dae552efedb8 https://github.com/MidnightBSD/mports/commit/4588105e0a8e8b981f0ab91af127dae552efedb8 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M editors/neovim-gtk/Makefile Log Message: ----------- editors/neovim-gtk: fix fake-inst path contamination and missing gdk-pixbuf dep - Add gdkpixbuf to USE_GNOME: binary links libgdk_pixbuf-2.0.so.0 but it was not declared as a dependency - Add CARGO_ENV+=PREFIX=${LOCALBASE}: build.rs reads PREFIX to construct a compile-time RUNTIME_PATH; during make fake MAKE_ENV sets PREFIX to the fake-inst directory, baking a wrong path into the binary - Replace SED desktop file install with INSTALL_DATA: the sed expansion of ${PREFIX} wrote the fake-inst path into Exec= in the .desktop file; bare 'Exec=nvim-gtk' is valid per the desktop file spec - Remove atk from USE_GNOME: flagged as an unnecessary explicit dep Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:44:25 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:44:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2ee507: editors/neovim-gtk: fix fake-inst path contaminati... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2ee5070c2480689ba97524538edbcecf6acabbf3 https://github.com/MidnightBSD/mports/commit/2ee5070c2480689ba97524538edbcecf6acabbf3 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M editors/neovim-gtk/Makefile Log Message: ----------- editors/neovim-gtk: fix fake-inst path contamination and missing gdk-pixbuf dep (#195) - Add gdkpixbuf to USE_GNOME: binary links libgdk_pixbuf-2.0.so.0 but it was not declared as a dependency - Add CARGO_ENV+=PREFIX=${LOCALBASE}: build.rs reads PREFIX to construct a compile-time RUNTIME_PATH; during make fake MAKE_ENV sets PREFIX to the fake-inst directory, baking a wrong path into the binary - Replace SED desktop file install with INSTALL_DATA: the sed expansion of ${PREFIX} wrote the fake-inst path into Exec= in the .desktop file; bare 'Exec=nvim-gtk' is valid per the desktop file spec - Remove atk from USE_GNOME: flagged as an unnecessary explicit dep Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:44:28 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:44:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/editors/neovim-gtk Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:46:37 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:46:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 47c9f8: editors/gnome-latex: fix build with libgedit tepl Message-ID: Branch: refs/heads/editors/slime Home: https://github.com/MidnightBSD/mports Commit: 47c9f8b7afbb5edeffa01f464b51323554f68416 https://github.com/MidnightBSD/mports/commit/47c9f8b7afbb5edeffa01f464b51323554f68416 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M editors/gnome-latex/Makefile A editors/gnome-latex/files/patch-src_completion.c A editors/gnome-latex/files/patch-src_factory.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-buffer.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-latex-commands.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-prefs.c A editors/gnome-latex/files/patch-src_main__window.c Log Message: ----------- editors/gnome-latex: fix build with libgedit tepl Update the port to use the current libgedit AMTK, GtkSourceView, and Tepl pkg-config names, and patch generated sources for Tepl API changes. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Commit: 7e32769b438611c10af88fe17dc4d7d4072a08ec https://github.com/MidnightBSD/mports/commit/7e32769b438611c10af88fe17dc4d7d4072a08ec Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Mk/extensions/emacs.mk Log Message: ----------- Mk/extensions/emacs.mk: update EMACS_VER to 30.2 editors/emacs was updated to 30.2 but emacs.mk still referenced 30.1, causing all USES=emacs ports to depend on /usr/local/bin/emacs-30.1 which no longer exists. Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/47c9f8b7afbb%5E...7e32769b4386 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:47:53 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:47:53 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f0ad96: Editors/slime (#196) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f0ad96aa202609a6ef4ebdf04a666c174e547ae2 https://github.com/MidnightBSD/mports/commit/f0ad96aa202609a6ef4ebdf04a666c174e547ae2 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Mk/extensions/emacs.mk Log Message: ----------- Editors/slime (#196) * editors/gnome-latex: fix build with libgedit tepl Update the port to use the current libgedit AMTK, GtkSourceView, and Tepl pkg-config names, and patch generated sources for Tepl API changes. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt * Mk/extensions/emacs.mk: update EMACS_VER to 30.2 editors/emacs was updated to 30.2 but emacs.mk still referenced 30.1, causing all USES=emacs ports to depend on /usr/local/bin/emacs-30.1 which no longer exists. Co-Authored-By: Claude Sonnet 4.6 --------- Signed-off-by: Lucas Holt Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:47:55 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:47:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/editors/slime Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:55:54 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:55:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] cc7c1d: editors/ted: fix build by adding -lfreetype to lin... Message-ID: Branch: refs/heads/editors/ted Home: https://github.com/MidnightBSD/mports Commit: cc7c1dbfa71bef04a1d1c7e6fe894bb21b3c20f7 https://github.com/MidnightBSD/mports/commit/cc7c1dbfa71bef04a1d1c7e6fe894bb21b3c20f7 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M editors/ted/Makefile Log Message: ----------- editors/ted: fix build by adding -lfreetype to link step pkg-config --libs xft on this system returns only -lXft without -lfreetype, but ted (via appFontConfig.c) calls FreeType functions directly. Add a post-configure hook to patch the generated Ted/makefile to add -lfreetype after -lXft so the linker can resolve FT_New_Face and friends. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:56:44 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:56:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5b7e5d: editors/ted: fix build by adding -lfreetype to lin... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 5b7e5d6dfd81c464ce1c7682186b9f588b13d00e https://github.com/MidnightBSD/mports/commit/5b7e5d6dfd81c464ce1c7682186b9f588b13d00e Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M editors/ted/Makefile Log Message: ----------- editors/ted: fix build by adding -lfreetype to link step (#197) pkg-config --libs xft on this system returns only -lXft without -lfreetype, but ted (via appFontConfig.c) calls FreeType functions directly. Add a post-configure hook to patch the generated Ted/makefile to add -lfreetype after -lXft so the linker can resolve FT_New_Face and friends. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 19:56:50 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 16:56:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/editors/ted Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:03:27 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:03:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 084bd7: emulators/higan: fix i386 build failure due to mis... Message-ID: Branch: refs/heads/emulators/higan Home: https://github.com/MidnightBSD/mports Commit: 084bd7851ff51359d157860b8310392f328803e4 https://github.com/MidnightBSD/mports/commit/084bd7851ff51359d157860b8310392f328803e4 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M emulators/higan/Makefile A emulators/higan/files/patch-nall_arithmetic.hpp Log Message: ----------- emulators/higan: fix i386 build failure due to missing nall/arithmetic/natural.hpp uses std::runtime_error without including . On i386, uint128_t is emulated via nall's multi-precision arithmetic (INTMAX_BITS < 128), causing natural.hpp to be instantiated for more types than on amd64 where __int128 is native. Add the missing include to nall/arithmetic.hpp before natural.hpp is pulled in. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:08:45 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:08:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a4a8fd: emulators/higan: fix i386 build failure due to mis... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a4a8fd41c2adc716e135694675ba05cd42c695af https://github.com/MidnightBSD/mports/commit/a4a8fd41c2adc716e135694675ba05cd42c695af Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M emulators/higan/Makefile A emulators/higan/files/patch-nall_arithmetic.hpp Log Message: ----------- emulators/higan: fix i386 build failure due to missing (#198) nall/arithmetic/natural.hpp uses std::runtime_error without including . On i386, uint128_t is emulated via nall's multi-precision arithmetic (INTMAX_BITS < 128), causing natural.hpp to be instantiated for more types than on amd64 where __int128 is native. Add the missing include to nall/arithmetic.hpp before natural.hpp is pulled in. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:08:50 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:08:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/emulators/higan Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:16:59 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:16:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 38722b: multimedia/ffmpegthumbnailer: fix build with new F... Message-ID: Branch: refs/heads/multimedia/ffmpegthumbnailer Home: https://github.com/MidnightBSD/mports Commit: 38722b44e0e0bd0b4faefcd081abaf2f6f54ae1f https://github.com/MidnightBSD/mports/commit/38722b44e0e0bd0b4faefcd081abaf2f6f54ae1f Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_moviedecoder.cpp Log Message: ----------- multimedia/ffmpegthumbnailer: fix build with new FFmpeg Adapt moviedecoder.cpp for FFmpeg APIs that moved frame state to flags and stream display matrix data to codec parameters. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:18:08 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:18:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 92f85c: multimedia/ffmpegthumbnailer: fix build with new F... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 92f85c776d9a135e73c69914b357e6d306617b27 https://github.com/MidnightBSD/mports/commit/92f85c776d9a135e73c69914b357e6d306617b27 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_moviedecoder.cpp Log Message: ----------- multimedia/ffmpegthumbnailer: fix build with new FFmpeg (#199) Adapt moviedecoder.cpp for FFmpeg APIs that moved frame state to flags and stream display matrix data to codec parameters. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:18:11 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:18:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/multimedia/ffmpegthumbnailer Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:25:30 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:25:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9e0bc0: net/gtk-vnc: remove GTK2-only symbols from GTK3 ve... Message-ID: Branch: refs/heads/net/gtk-vnc Home: https://github.com/MidnightBSD/mports Commit: 9e0bc04edbe9472dd1ec1b1a5226b3cb321f8742 https://github.com/MidnightBSD/mports/commit/9e0bc04edbe9472dd1ec1b1a5226b3cb321f8742 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M net/gtk-vnc/Makefile A net/gtk-vnc/files/patch-src_libgtk-vnc_sym.version Log Message: ----------- net/gtk-vnc: remove GTK2-only symbols from GTK3 version script libgtk-vnc_sym.version exports vnc_image_framebuffer_* symbols, but vncimageframebuffer.c is only compiled when HAVE_GTK_2 is set. Building against GTK3 leaves those symbols undefined, which the linker now rejects with --no-undefined. Strip the three GTK2-only symbols from the version script. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:27:34 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:27:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a8e57d: net/gtk-vnc: remove GTK2-only symbols from GTK3 ve... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a8e57ddb26978522944f4378b5c97d388f27764b https://github.com/MidnightBSD/mports/commit/a8e57ddb26978522944f4378b5c97d388f27764b Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M net/gtk-vnc/Makefile A net/gtk-vnc/files/patch-src_libgtk-vnc_sym.version Log Message: ----------- net/gtk-vnc: remove GTK2-only symbols from GTK3 version script (#200) libgtk-vnc_sym.version exports vnc_image_framebuffer_* symbols, but vncimageframebuffer.c is only compiled when HAVE_GTK_2 is set. Building against GTK3 leaves those symbols undefined, which the linker now rejects with --no-undefined. Strip the three GTK2-only symbols from the version script. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:27:37 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:27:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/net/gtk-vnc Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:29:22 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:29:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 87dbc4: games/aisleriot: mark as not for i386 Message-ID: Branch: refs/heads/games/aisleriot Home: https://github.com/MidnightBSD/mports Commit: 87dbc400ff257ecd77af162b3e34c513394ed18c https://github.com/MidnightBSD/mports/commit/87dbc400ff257ecd77af162b3e34c513394ed18c Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M games/aisleriot/Makefile Log Message: ----------- games/aisleriot: mark as not for i386 Dependencies do not support the i386 architecture. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:31:23 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:31:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 46c604: games/aisleriot: mark as not for i386 (#201) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 46c60442b2d10fb9324bc492e53295ac7e609c8a https://github.com/MidnightBSD/mports/commit/46c60442b2d10fb9324bc492e53295ac7e609c8a Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M games/aisleriot/Makefile Log Message: ----------- games/aisleriot: mark as not for i386 (#201) Dependencies do not support the i386 architecture. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:31:27 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:31:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/games/aisleriot Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:33:04 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:33:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0932b0: games/gnome-games: only depend on aisleriot on amd64 Message-ID: Branch: refs/heads/games/gnome-games Home: https://github.com/MidnightBSD/mports Commit: 0932b0e2df95980d1c1291094ed8cd62a06198de https://github.com/MidnightBSD/mports/commit/0932b0e2df95980d1c1291094ed8cd62a06198de Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M games/gnome-games/Makefile Log Message: ----------- games/gnome-games: only depend on aisleriot on amd64 aisleriot has dependencies that do not support i386, so limit it to amd64 only. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:33:42 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:33:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f556a3: games/gnome-games: only depend on aisleriot on amd... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f556a3f3a7fe58c2631fe503d67e6a382f19bda2 https://github.com/MidnightBSD/mports/commit/f556a3f3a7fe58c2631fe503d67e6a382f19bda2 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M games/gnome-games/Makefile Log Message: ----------- games/gnome-games: only depend on aisleriot on amd64 (#202) aisleriot has dependencies that do not support i386, so limit it to amd64 only. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:33:45 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:33:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/games/gnome-games Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:35:57 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:35:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9df02c: irc/polari: fix redefinition of GjsContext autoptr... Message-ID: Branch: refs/heads/irc/polari Home: https://github.com/MidnightBSD/mports Commit: 9df02c6fe13ac2e72f278851052cf8be2b4a5299 https://github.com/MidnightBSD/mports/commit/9df02c6fe13ac2e72f278851052cf8be2b4a5299 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M irc/polari/Makefile A irc/polari/files/patch-src_polari.c Log Message: ----------- irc/polari: fix redefinition of GjsContext autoptr cleanup func Newer GJS defines glib_autoptr_clear_GjsContext and friends via G_DECLARE_FINAL_TYPE in gjs/context.h. The manual G_DEFINE_AUTOPTR_CLEANUP_FUNC in src/polari.c is now redundant and causes a redefinition error. Remove it. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:37:28 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:37:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c0b06f: irc/polari: fix redefinition of GjsContext autoptr... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c0b06f65816c50f778b434172369f77fc02a745d https://github.com/MidnightBSD/mports/commit/c0b06f65816c50f778b434172369f77fc02a745d Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M irc/polari/Makefile A irc/polari/files/patch-src_polari.c Log Message: ----------- irc/polari: fix redefinition of GjsContext autoptr cleanup func (#203) Newer GJS defines glib_autoptr_clear_GjsContext and friends via G_DECLARE_FINAL_TYPE in gjs/context.h. The manual G_DEFINE_AUTOPTR_CLEANUP_FUNC in src/polari.c is now redundant and causes a redefinition error. Remove it. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:37:30 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:37:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/irc/polari Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:42:27 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:42:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] af580c: x11-toolkits/libspelling: update to 0.4.10 Message-ID: Branch: refs/heads/x11-toolkits/libspelling Home: https://github.com/MidnightBSD/mports Commit: af580c256d342b982ef28403c2a8c2a186619b0b https://github.com/MidnightBSD/mports/commit/af580c256d342b982ef28403c2a8c2a186619b0b Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M x11-toolkits/libspelling/Makefile M x11-toolkits/libspelling/distinfo R x11-toolkits/libspelling/files/patch-lib_meson.build M x11-toolkits/libspelling/files/patch-meson.build Log Message: ----------- x11-toolkits/libspelling: update to 0.4.10 Required by devel/gnome-builder 47.2 which needs libspelling >= 0.3. Sync with FreeBSD: add DIST_SUBDIR, gettext-tools, -Dsysprof=false, and update the HAVE_ENCHANT patch to use if/else instead of set10 (which is not supported by this version of meson). Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:44:04 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:44:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a23bc3: x11-toolkits/libspelling: update to 0.4.10 (#204) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a23bc35d1cb4ea8a0605f1a887ab8fa638b8ec45 https://github.com/MidnightBSD/mports/commit/a23bc35d1cb4ea8a0605f1a887ab8fa638b8ec45 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M x11-toolkits/libspelling/Makefile M x11-toolkits/libspelling/distinfo R x11-toolkits/libspelling/files/patch-lib_meson.build M x11-toolkits/libspelling/files/patch-meson.build Log Message: ----------- x11-toolkits/libspelling: update to 0.4.10 (#204) Required by devel/gnome-builder 47.2 which needs libspelling >= 0.3. Sync with FreeBSD: add DIST_SUBDIR, gettext-tools, -Dsysprof=false, and update the HAVE_ENCHANT patch to use if/else instead of set10 (which is not supported by this version of meson). Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:44:07 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:44:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/x11-toolkits/libspelling Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:51:24 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:51:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1be4e5: devel/valgrind: add MidnightBSD 4.x kernel version... Message-ID: Branch: refs/heads/devel/valgrind Home: https://github.com/MidnightBSD/mports Commit: 1be4e521cb3e7f110f314cc67271f9aa03f25b66 https://github.com/MidnightBSD/mports/commit/1be4e521cb3e7f110f314cc67271f9aa03f25b66 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/valgrind/Makefile M devel/valgrind/files/patch-configure.ac Log Message: ----------- devel/valgrind: add MidnightBSD 4.x kernel version support The configure script checks uname -r and only accepts FreeBSD 10-15. MidnightBSD 4.0 reports kernel 4.0.x which fell through to the error case. Add a 4.*) case mapped to FREEBSD_14, and set CONFIGURE_TARGET to freebsd14.0 for MidnightBSD 4.x (OSVERSION >= 400000). Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:52:26 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:52:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 77716a: devel/valgrind: use FREEBSD_13_2 for MidnightBSD 4... Message-ID: Branch: refs/heads/devel/valgrind Home: https://github.com/MidnightBSD/mports Commit: 77716ab68d45abec194fc3fef93d27e8d310397b https://github.com/MidnightBSD/mports/commit/77716ab68d45abec194fc3fef93d27e8d310397b Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/valgrind/Makefile M devel/valgrind/files/patch-configure.ac Log Message: ----------- devel/valgrind: use FREEBSD_13_2 for MidnightBSD 4.x (based on FreeBSD 13.4) MidnightBSD 4.0 is based on FreeBSD 13.4; correct the 4.*) kernel mapping to FREEBSD_13_2 (closest supported 13.x in valgrind 3.22.0) and set CONFIGURE_TARGET to freebsd13.2 accordingly. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:53:49 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:53:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e80256: Devel/valgrind (#205) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e80256058f5845f63086d348f98ec799075f5d1e https://github.com/MidnightBSD/mports/commit/e80256058f5845f63086d348f98ec799075f5d1e Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M devel/valgrind/Makefile M devel/valgrind/files/patch-configure.ac Log Message: ----------- Devel/valgrind (#205) * devel/valgrind: add MidnightBSD 4.x kernel version support The configure script checks uname -r and only accepts FreeBSD 10-15. MidnightBSD 4.0 reports kernel 4.0.x which fell through to the error case. Add a 4.*) case mapped to FREEBSD_14, and set CONFIGURE_TARGET to freebsd14.0 for MidnightBSD 4.x (OSVERSION >= 400000). Co-Authored-By: Claude Sonnet 4.6 * devel/valgrind: use FREEBSD_13_2 for MidnightBSD 4.x (based on FreeBSD 13.4) MidnightBSD 4.0 is based on FreeBSD 13.4; correct the 4.*) kernel mapping to FREEBSD_13_2 (closest supported 13.x in valgrind 3.22.0) and set CONFIGURE_TARGET to freebsd13.2 accordingly. Co-Authored-By: Claude Sonnet 4.6 --------- Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 22:53:56 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 19:53:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/valgrind Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:06:46 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:06:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 520027: emulators/wine: fix i386 plist for import library ... Message-ID: Branch: refs/heads/emulators/wine Home: https://github.com/MidnightBSD/mports Commit: 52002738b0196f6d672393a4af972452e47f4af0 https://github.com/MidnightBSD/mports/commit/52002738b0196f6d672393a4af972452e47f4af0 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M emulators/wine/Makefile M emulators/wine/pkg-plist Log Message: ----------- emulators/wine: fix i386 plist for import library location On i386, wine installs .a import libraries under lib/wine/i386-windows/ rather than lib/wine/i386-unix/ (as on amd64). Add a WINEIMPORTDIR plist substitution (x86_64-unix on amd64, i386-windows on i386) and use it for all lib/wine/*/lib*.a plist entries. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:07:38 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:07:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8fdf9b: emulators/wine: fix i386 plist for import library ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 8fdf9b40bc98f69ce53f7849a585e2a274b61ad6 https://github.com/MidnightBSD/mports/commit/8fdf9b40bc98f69ce53f7849a585e2a274b61ad6 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M emulators/wine/Makefile M emulators/wine/pkg-plist Log Message: ----------- emulators/wine: fix i386 plist for import library location (#206) On i386, wine installs .a import libraries under lib/wine/i386-windows/ rather than lib/wine/i386-unix/ (as on amd64). Add a WINEIMPORTDIR plist substitution (x86_64-unix on amd64, i386-windows on i386) and use it for all lib/wine/*/lib*.a plist entries. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:07:41 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:07:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/emulators/wine Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:13:58 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:13:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 520027: emulators/wine: fix i386 plist for import library ... Message-ID: Branch: refs/heads/graphics/inkscape Home: https://github.com/MidnightBSD/mports Commit: 52002738b0196f6d672393a4af972452e47f4af0 https://github.com/MidnightBSD/mports/commit/52002738b0196f6d672393a4af972452e47f4af0 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M emulators/wine/Makefile M emulators/wine/pkg-plist Log Message: ----------- emulators/wine: fix i386 plist for import library location On i386, wine installs .a import libraries under lib/wine/i386-windows/ rather than lib/wine/i386-unix/ (as on amd64). Add a WINEIMPORTDIR plist substitution (x86_64-unix on amd64, i386-windows on i386) and use it for all lib/wine/*/lib*.a plist entries. Co-Authored-By: Claude Sonnet 4.6 Commit: 2a7a49d754c983e92a2c10a139ab82683ef169a5 https://github.com/MidnightBSD/mports/commit/2a7a49d754c983e92a2c10a139ab82683ef169a5 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/inkscape/Makefile Log Message: ----------- graphics/inkscape: mark tests unsafe and add pre-test target Some tests fail due to missing input files (upstream packaging issue), and test executables are not built before the test phase runs. Add TESTING_UNSAFE to prevent test failures from blocking builds, and add a pre-test target to build test executables first when tests are run. Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/52002738b019%5E...2a7a49d754c9 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:14:40 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:14:40 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8c835a: Graphics/inkscape (#207) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 8c835afc025343058d0a198d06af0a46eee13ffe https://github.com/MidnightBSD/mports/commit/8c835afc025343058d0a198d06af0a46eee13ffe Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/inkscape/Makefile Log Message: ----------- Graphics/inkscape (#207) * emulators/wine: fix i386 plist for import library location On i386, wine installs .a import libraries under lib/wine/i386-windows/ rather than lib/wine/i386-unix/ (as on amd64). Add a WINEIMPORTDIR plist substitution (x86_64-unix on amd64, i386-windows on i386) and use it for all lib/wine/*/lib*.a plist entries. Co-Authored-By: Claude Sonnet 4.6 * graphics/inkscape: mark tests unsafe and add pre-test target Some tests fail due to missing input files (upstream packaging issue), and test executables are not built before the test phase runs. Add TESTING_UNSAFE to prevent test failures from blocking builds, and add a pre-test target to build test executables first when tests are run. Co-Authored-By: Claude Sonnet 4.6 --------- Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:14:43 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:14:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/graphics/inkscape Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:17:56 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:17:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] dcd4c8: graphics/libkexiv2: update distinfo to 25.12.0 Message-ID: Branch: refs/heads/graphics/libkexiv2 Home: https://github.com/MidnightBSD/mports Commit: dcd4c823582f6a44972588702edc22f519926726 https://github.com/MidnightBSD/mports/commit/dcd4c823582f6a44972588702edc22f519926726 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/libkexiv2/distinfo Log Message: ----------- graphics/libkexiv2: update distinfo to 25.12.0 KDE_APPLICATIONS6_VERSION is 25.12.0 but distinfo still referenced 25.04.1. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:18:43 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:18:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d9daa9: graphics/libkexiv2: update distinfo to 25.12.0 (#208) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d9daa92827eb0bcc0d38c384ee32cb3cec536745 https://github.com/MidnightBSD/mports/commit/d9daa92827eb0bcc0d38c384ee32cb3cec536745 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/libkexiv2/distinfo Log Message: ----------- graphics/libkexiv2: update distinfo to 25.12.0 (#208) KDE_APPLICATIONS6_VERSION is 25.12.0 but distinfo still referenced 25.04.1. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:18:46 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:18:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/graphics/libkexiv2 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:21:42 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:21:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 669973: graphics/libksane: update distinfo to 25.12.0 Message-ID: Branch: refs/heads/graphics/libksane Home: https://github.com/MidnightBSD/mports Commit: 669973780cb7722aaa145b77fec76d738f8eb579 https://github.com/MidnightBSD/mports/commit/669973780cb7722aaa145b77fec76d738f8eb579 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/libksane/distinfo Log Message: ----------- graphics/libksane: update distinfo to 25.12.0 distinfo still referenced 25.04.1 while KDE_APPLICATIONS6_VERSION is 25.12.0. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:25:26 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:25:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0ffc0b: graphics/librsvg2: remove old C-based version Message-ID: Branch: refs/heads/graphics/librsvg2-removal Home: https://github.com/MidnightBSD/mports Commit: 0ffc0b624d37cda3962d08f836d2117fb71beac1 https://github.com/MidnightBSD/mports/commit/0ffc0b624d37cda3962d08f836d2117fb71beac1 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M MOVED R graphics/librsvg2/Makefile R graphics/librsvg2/distinfo R graphics/librsvg2/pkg-descr R graphics/librsvg2/pkg-plist Log Message: ----------- graphics/librsvg2: remove old C-based version LIBRSVG2_DEFAULT=rust means all ports using USE_GNOME=librsvg2 already pull in graphics/librsvg2-rust, which builds successfully on both amd64 and i386. The old 2.40.21 C version has no reverse dependencies. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:29:38 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:29:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e396e7: graphics/Makefile: remove librsvg2 entry Message-ID: Branch: refs/heads/graphics/librsvg2-removal Home: https://github.com/MidnightBSD/mports Commit: e396e7fed5a8a86143cf29e9a81ab3a751296d62 https://github.com/MidnightBSD/mports/commit/e396e7fed5a8a86143cf29e9a81ab3a751296d62 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/Makefile Log Message: ----------- graphics/Makefile: remove librsvg2 entry Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:30:30 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:30:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 81ff54: graphics/libksane: update distinfo to 25.12.0 (#209) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 81ff547df2cabceeddbb87443813dd16219749d4 https://github.com/MidnightBSD/mports/commit/81ff547df2cabceeddbb87443813dd16219749d4 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/libksane/distinfo Log Message: ----------- graphics/libksane: update distinfo to 25.12.0 (#209) distinfo still referenced 25.04.1 while KDE_APPLICATIONS6_VERSION is 25.12.0. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:30:33 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:30:33 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/graphics/libksane Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:31:00 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:31:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] dbd3c4: Graphics/librsvg2 removal (#210) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: dbd3c42c63630c9bc1912976038a68da014c77ec https://github.com/MidnightBSD/mports/commit/dbd3c42c63630c9bc1912976038a68da014c77ec Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M MOVED M graphics/Makefile R graphics/librsvg2/Makefile R graphics/librsvg2/distinfo R graphics/librsvg2/pkg-descr R graphics/librsvg2/pkg-plist Log Message: ----------- Graphics/librsvg2 removal (#210) * graphics/librsvg2: remove old C-based version LIBRSVG2_DEFAULT=rust means all ports using USE_GNOME=librsvg2 already pull in graphics/librsvg2-rust, which builds successfully on both amd64 and i386. The old 2.40.21 C version has no reverse dependencies. Co-Authored-By: Claude Sonnet 4.6 * graphics/Makefile: remove librsvg2 entry Co-Authored-By: Claude Sonnet 4.6 --------- Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:31:06 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:31:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/graphics/librsvg2-removal Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:34:57 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:34:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0dff68: graphics/plasma6-spectacle: lower OpenCV version r... Message-ID: Branch: refs/heads/graphics/plasma6-spectacle Home: https://github.com/MidnightBSD/mports Commit: 0dff68831b3a7e5802497f3c7333217adf904118 https://github.com/MidnightBSD/mports/commit/0dff68831b3a7e5802497f3c7333217adf904118 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/plasma6-spectacle/Makefile A graphics/plasma6-spectacle/files/patch-CMakeLists.txt Log Message: ----------- graphics/plasma6-spectacle: lower OpenCV version requirement to 4.6 Spectacle requires OpenCV 4.7 but mports only has 4.6.0. Lower the minimum version requirement to match what is available. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:37:19 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:37:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5bd459: graphics/plasma6-spectacle: lower OpenCV version r... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 5bd4596586050c5587da034ccd5b007951292dd3 https://github.com/MidnightBSD/mports/commit/5bd4596586050c5587da034ccd5b007951292dd3 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/plasma6-spectacle/Makefile A graphics/plasma6-spectacle/files/patch-CMakeLists.txt Log Message: ----------- graphics/plasma6-spectacle: lower OpenCV version requirement to 4.6 (#211) Spectacle requires OpenCV 4.7 but mports only has 4.6.0. Lower the minimum version requirement to match what is available. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:37:23 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:37:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/graphics/plasma6-spectacle Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:56:07 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:56:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] eb1909: graphics/opencv: update to 4.13.0 Message-ID: Branch: refs/heads/graphics/opencv Home: https://github.com/MidnightBSD/mports Commit: eb1909309effe20bef23b6dbbc829c262f179108 https://github.com/MidnightBSD/mports/commit/eb1909309effe20bef23b6dbbc829c262f179108 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/opencv/Makefile M graphics/opencv/distinfo R graphics/opencv/files/extra-patch-modules_dnn__modern_CMakeLists.txt R graphics/opencv/files/extra-patch-modules_sfm_CMakeLists.txt R graphics/opencv/files/extra-patch-modules_sfm_src__libmv__light_libmv_numeric_numeric.h R graphics/opencv/files/extra-patch-modules_sfm_src_libmv__light_libmv_numeric_numeric.cc R graphics/opencv/files/extra-patch-modules_stereo_src_descriptor.cpp R graphics/opencv/files/patch-CMakeLists.txt R graphics/opencv/files/patch-cmake_OpenCVFindLibsGrfmt.cmake M graphics/opencv/files/patch-contrib_modules_sfm_src_libmv__light_libmv_numeric_numeric.h A graphics/opencv/files/patch-contrib_modules_viz_src_vtk_vtkVizInteractorStyle.cpp A graphics/opencv/files/patch-contrib_modules_viz_src_widget.cpp R graphics/opencv/files/patch-modules_core_include_opencv2_core_types__c.h A graphics/opencv/files/patch-modules_core_include_opencv2_core_vsx__utils.hpp A graphics/opencv/files/patch-modules_core_src_system.cpp M graphics/opencv/files/patch-modules_gapi_cmake_DownloadADE.cmake R graphics/opencv/files/patch-modules_imgcodecs_src_grfmt__png.cpp M graphics/opencv/pkg-plist Log Message: ----------- graphics/opencv: update to 4.13.0 Sync with FreeBSD ports. Key changes: - Update from 4.6.0 to 4.13.0 - Simplified GH sources (removed wechat/face/xfeatures2d prefetch) - Updated ippicv and ade versions - gflags/glog moved to EIGEN option dependency - Added AVIF image format option - Added USE_LDCONFIG, OPENCV_SKIP_CMAKE_CXX_STANDARD - Removed old 4.6.0-specific patches, imported FreeBSD patches - Updated pkg-plist for new version Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:57:11 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:57:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f96529: graphics/opencv: update to 4.13.0 (#212) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f96529f7f465a97af8241ef217de0b294576af52 https://github.com/MidnightBSD/mports/commit/f96529f7f465a97af8241ef217de0b294576af52 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M graphics/opencv/Makefile M graphics/opencv/distinfo R graphics/opencv/files/extra-patch-modules_dnn__modern_CMakeLists.txt R graphics/opencv/files/extra-patch-modules_sfm_CMakeLists.txt R graphics/opencv/files/extra-patch-modules_sfm_src__libmv__light_libmv_numeric_numeric.h R graphics/opencv/files/extra-patch-modules_sfm_src_libmv__light_libmv_numeric_numeric.cc R graphics/opencv/files/extra-patch-modules_stereo_src_descriptor.cpp R graphics/opencv/files/patch-CMakeLists.txt R graphics/opencv/files/patch-cmake_OpenCVFindLibsGrfmt.cmake M graphics/opencv/files/patch-contrib_modules_sfm_src_libmv__light_libmv_numeric_numeric.h A graphics/opencv/files/patch-contrib_modules_viz_src_vtk_vtkVizInteractorStyle.cpp A graphics/opencv/files/patch-contrib_modules_viz_src_widget.cpp R graphics/opencv/files/patch-modules_core_include_opencv2_core_types__c.h A graphics/opencv/files/patch-modules_core_include_opencv2_core_vsx__utils.hpp A graphics/opencv/files/patch-modules_core_src_system.cpp M graphics/opencv/files/patch-modules_gapi_cmake_DownloadADE.cmake R graphics/opencv/files/patch-modules_imgcodecs_src_grfmt__png.cpp M graphics/opencv/pkg-plist Log Message: ----------- graphics/opencv: update to 4.13.0 (#212) Sync with FreeBSD ports. Key changes: - Update from 4.6.0 to 4.13.0 - Simplified GH sources (removed wechat/face/xfeatures2d prefetch) - Updated ippicv and ade versions - gflags/glog moved to EIGEN option dependency - Added AVIF image format option - Added USE_LDCONFIG, OPENCV_SKIP_CMAKE_CXX_STANDARD - Removed old 4.6.0-specific patches, imported FreeBSD patches - Updated pkg-plist for new version Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 23:57:15 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 20:57:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/graphics/opencv Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:12:13 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:12:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9d6ab6: lang/spidermonkey78: add icu-uc to pkg-config chec... Message-ID: Branch: refs/heads/lang/spidermonkey78 Home: https://github.com/MidnightBSD/mports Commit: 9d6ab672436ed33712432771b5ca2e9d527c94b6 https://github.com/MidnightBSD/mports/commit/9d6ab672436ed33712432771b5ca2e9d527c94b6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/spidermonkey78/Makefile Log Message: ----------- lang/spidermonkey78: add icu-uc to pkg-config check for ICU ICU 74+ moved icu-uc from a public to a private dependency of icu-i18n in its pkg-config files. This causes the linker to miss libicuuc, leaving u_init, icu::UnicodeSet, and related symbols undefined. Replace the icu-i18n pkg-config module with 'icu-uc icu-i18n' so both libraries are explicitly linked, mirroring the fix already applied in lang/spidermonkey128. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:13:28 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:13:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a39eff: lang/spidermonkey78: add icu-uc to pkg-config chec... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a39eff5d98aa07c80ac858edd4faa51a0b26e59a https://github.com/MidnightBSD/mports/commit/a39eff5d98aa07c80ac858edd4faa51a0b26e59a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/spidermonkey78/Makefile Log Message: ----------- lang/spidermonkey78: add icu-uc to pkg-config check for ICU (#213) ICU 74+ moved icu-uc from a public to a private dependency of icu-i18n in its pkg-config files. This causes the linker to miss libicuuc, leaving u_init, icu::UnicodeSet, and related symbols undefined. Replace the icu-i18n pkg-config module with 'icu-uc icu-i18n' so both libraries are explicitly linked, mirroring the fix already applied in lang/spidermonkey128. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:13:36 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:13:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/lang/spidermonkey78 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:25:04 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:25:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9d6ab6: lang/spidermonkey78: add icu-uc to pkg-config chec... Message-ID: Branch: refs/heads/devel/apache-ant-java8 Home: https://github.com/MidnightBSD/mports Commit: 9d6ab672436ed33712432771b5ca2e9d527c94b6 https://github.com/MidnightBSD/mports/commit/9d6ab672436ed33712432771b5ca2e9d527c94b6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/spidermonkey78/Makefile Log Message: ----------- lang/spidermonkey78: add icu-uc to pkg-config check for ICU ICU 74+ moved icu-uc from a public to a private dependency of icu-i18n in its pkg-config files. This causes the linker to miss libicuuc, leaving u_init, icu::UnicodeSet, and related symbols undefined. Replace the icu-i18n pkg-config module with 'icu-uc icu-i18n' so both libraries are explicitly linked, mirroring the fix already applied in lang/spidermonkey128. Co-Authored-By: Claude Sonnet 4.6 Commit: ac429573e0e027609999fe98f29211b99092fdaa https://github.com/MidnightBSD/mports/commit/ac429573e0e027609999fe98f29211b99092fdaa Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/apache-ant/Makefile Log Message: ----------- devel/apache-ant: set JAVA_VERSION=8, bump PORTREVISION Apache Ant 1.10.x minimum requirement is Java 8. Setting JAVA_VERSION=8 ensures the built package declares openjdk8-bin as its dependency, allowing it to install in build environments that only have openjdk8 (e.g. java/java3d which requires JAVA_VERSION=8). Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/9d6ab672436e%5E...ac429573e0e0 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:26:51 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:26:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bc2b51: Devel/apache ant java8 (#214) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: bc2b51c5bbdf2e639a24f32dde3831fa4df3ad3e https://github.com/MidnightBSD/mports/commit/bc2b51c5bbdf2e639a24f32dde3831fa4df3ad3e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/apache-ant/Makefile Log Message: ----------- Devel/apache ant java8 (#214) * lang/spidermonkey78: add icu-uc to pkg-config check for ICU ICU 74+ moved icu-uc from a public to a private dependency of icu-i18n in its pkg-config files. This causes the linker to miss libicuuc, leaving u_init, icu::UnicodeSet, and related symbols undefined. Replace the icu-i18n pkg-config module with 'icu-uc icu-i18n' so both libraries are explicitly linked, mirroring the fix already applied in lang/spidermonkey128. Co-Authored-By: Claude Sonnet 4.6 * devel/apache-ant: set JAVA_VERSION=8, bump PORTREVISION Apache Ant 1.10.x minimum requirement is Java 8. Setting JAVA_VERSION=8 ensures the built package declares openjdk8-bin as its dependency, allowing it to install in build environments that only have openjdk8 (e.g. java/java3d which requires JAVA_VERSION=8). Co-Authored-By: Claude Sonnet 4.6 --------- Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:26:54 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:26:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/devel/apache-ant-java8 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:36:10 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:36:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 906759: databases/akonadi: add missing 25.12.0 files to plist Message-ID: Branch: refs/heads/databases/akonadi-plist Home: https://github.com/MidnightBSD/mports Commit: 906759723feb2f340732b0dccf12fa395aa5b5ec https://github.com/MidnightBSD/mports/commit/906759723feb2f340732b0dccf12fa395aa5b5ec Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/akonadi/Makefile M databases/akonadi/pkg-plist Log Message: ----------- databases/akonadi: add missing 25.12.0 files to plist The 25.12.0 release added a new KPim6AkonadiAgentWidgetBase library and several other new files that were missing from pkg-plist, causing downstream ports (net/akonadi-mime) to fail configure because the CMake targets file references libKPim6AkonadiAgentWidgetBase.so.6.6.0. Synced with FreeBSD to add: bin/akonadiagentconfigdialog, AkonadiAgentWidgetBase headers and library, ColorProxyModel header, QML plugin files, config dialog desktop file, new dbus interface, and additional locale files. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:39:46 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:39:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e13e60: databases/akonadi: add missing 25.12.0 files to pl... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e13e60831cd101e7f82532690d2b190195563d73 https://github.com/MidnightBSD/mports/commit/e13e60831cd101e7f82532690d2b190195563d73 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/akonadi/Makefile M databases/akonadi/pkg-plist Log Message: ----------- databases/akonadi: add missing 25.12.0 files to plist (#215) The 25.12.0 release added a new KPim6AkonadiAgentWidgetBase library and several other new files that were missing from pkg-plist, causing downstream ports (net/akonadi-mime) to fail configure because the CMake targets file references libKPim6AkonadiAgentWidgetBase.so.6.6.0. Synced with FreeBSD to add: bin/akonadiagentconfigdialog, AkonadiAgentWidgetBase headers and library, ColorProxyModel header, QML plugin files, config dialog desktop file, new dbus interface, and additional locale files. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:39:51 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:39:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/databases/akonadi-plist Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:53:23 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:53:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a93b38: Bump PORTREVISION on ports depending on devel/icu Message-ID: Branch: refs/heads/icu-portrevision-bump Home: https://github.com/MidnightBSD/mports Commit: a93b3827c592a4dd607cf48fbeba055ad850e75b https://github.com/MidnightBSD/mports/commit/a93b3827c592a4dd607cf48fbeba055ad850e75b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/zim-tools/Makefile M audio/musicpd/Makefile M audio/strawberry/Makefile M databases/couchdb3/Makefile M databases/evolution-data-server/Makefile M databases/firebird30-server/Makefile M databases/firebird40-server/Makefile M databases/mongodb60/Makefile M databases/mysql80-server/Makefile M databases/mysql84-server/Makefile M databases/mysql90-server/Makefile M databases/postgresql13-server/Makefile M databases/postgresql14-server/Makefile M deskutils/calibre/Makefile M devel/R-cran-rJava/Makefile M devel/dee/Makefile M devel/electron28/Makefile M devel/libical/Makefile M devel/libphonenumber/Makefile M devel/libzim/Makefile M devel/qt5-core/Makefile M devel/qt6-5compat/Makefile M devel/qt6-base/Makefile M devel/tinysparql/Makefile M editors/gnome-text-editor/Makefile M editors/libreoffice/Makefile M editors/vscode/Makefile M games/freeciv/Makefile M games/openrct2/Makefile M games/wesnoth/Makefile M irc/znc-push/Makefile M irc/znc/Makefile M java/openjfx14/Makefile M lang/dotnet/Makefile M lang/spidermonkey102/Makefile M lang/spidermonkey128/Makefile M lang/spidermonkey78/Makefile M lang/spidermonkey91/Makefile M lang/v8/Makefile M mail/rspamd/Makefile M mail/thunderbird-freebsd/Makefile M math/libqalculate/Makefile M net/openldap25-server/Makefile M net/openldap26-server/Makefile M net/yaz/Makefile M sysutils/tracker3/Makefile M www/chromium/Makefile M www/firefox-esr/Makefile M www/firefox-freebsd/Makefile M www/firefox/Makefile M www/ungoogled-chromium/Makefile M www/webkit2-gtk/Makefile Log Message: ----------- Bump PORTREVISION on ports depending on devel/icu Rebuilds required after ICU ABI update. Bumps 52 ports with unconditional devel/icu dependencies; option-gated ICU ports (e.g. boost-libs, sqlite3) excluded. openldap ports bump PORTREVISION_SERVER only (server-side dep). Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:57:32 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:57:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 40e8c4: Bump PORTREVISION on ports depending on devel/icu ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 40e8c4a080933ecd0f97f8f3f7470607909818b2 https://github.com/MidnightBSD/mports/commit/40e8c4a080933ecd0f97f8f3f7470607909818b2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/zim-tools/Makefile M audio/musicpd/Makefile M audio/strawberry/Makefile M databases/couchdb3/Makefile M databases/evolution-data-server/Makefile M databases/firebird30-server/Makefile M databases/firebird40-server/Makefile M databases/mongodb60/Makefile M databases/mysql80-server/Makefile M databases/mysql84-server/Makefile M databases/mysql90-server/Makefile M databases/postgresql13-server/Makefile M databases/postgresql14-server/Makefile M deskutils/calibre/Makefile M devel/R-cran-rJava/Makefile M devel/dee/Makefile M devel/electron28/Makefile M devel/libical/Makefile M devel/libphonenumber/Makefile M devel/libzim/Makefile M devel/qt5-core/Makefile M devel/qt6-5compat/Makefile M devel/qt6-base/Makefile M devel/tinysparql/Makefile M editors/gnome-text-editor/Makefile M editors/libreoffice/Makefile M editors/vscode/Makefile M games/freeciv/Makefile M games/openrct2/Makefile M games/wesnoth/Makefile M irc/znc-push/Makefile M irc/znc/Makefile M java/openjfx14/Makefile M lang/dotnet/Makefile M lang/spidermonkey102/Makefile M lang/spidermonkey128/Makefile M lang/spidermonkey78/Makefile M lang/spidermonkey91/Makefile M lang/v8/Makefile M mail/rspamd/Makefile M mail/thunderbird-freebsd/Makefile M math/libqalculate/Makefile M net/openldap25-server/Makefile M net/openldap26-server/Makefile M net/yaz/Makefile M sysutils/tracker3/Makefile M www/chromium/Makefile M www/firefox-esr/Makefile M www/firefox-freebsd/Makefile M www/firefox/Makefile M www/ungoogled-chromium/Makefile M www/webkit2-gtk/Makefile Log Message: ----------- Bump PORTREVISION on ports depending on devel/icu (#216) Rebuilds required after ICU ABI update. Bumps 52 ports with unconditional devel/icu dependencies; option-gated ICU ports (e.g. boost-libs, sqlite3) excluded. openldap ports bump PORTREVISION_SERVER only (server-side dep). Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 00:57:35 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 21:57:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/icu-portrevision-bump Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 01:45:05 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 22:45:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c6e2f2: www/p5-WWW-Mechanize-Cached: add 2.00, fix securit... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c6e2f282b17de9c11272a1ab5c6c15e522570334 https://github.com/MidnightBSD/mports/commit/c6e2f282b17de9c11272a1ab5c6c15e522570334 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M devel/Makefile A devel/p5-File-XDG/Makefile A devel/p5-File-XDG/distinfo A devel/p5-File-XDG/pkg-descr A devel/p5-File-XDG/pkg-plist M devel/p5-Path-Tiny/Makefile M devel/p5-Path-Tiny/distinfo M www/Makefile A www/p5-WWW-Mechanize-Cached/Makefile A www/p5-WWW-Mechanize-Cached/distinfo A www/p5-WWW-Mechanize-Cached/pkg-descr A www/p5-WWW-Mechanize-Cached/pkg-plist Log Message: ----------- www/p5-WWW-Mechanize-Cached: add 2.00, fix security issue Add new port www/p5-WWW-Mechanize-Cached 2.00 (WWW::Mechanize subclass that caches HTTP responses). Version 2.00 addresses security issues in prior releases. Add devel/p5-File-XDG 1.03 as a new dependency required by this port. Update devel/p5-Path-Tiny from 0.146 to 0.150, required by both p5-File-XDG and p5-WWW-Mechanize-Cached. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 https://github.com/MidnightBSD/mports/commit/c4120979aa2e15efe31e4b2d3bfd6b52a63b3678 Author: Lucas Holt Date: 2026-05-15 (Fri, 15 May 2026) Changed paths: M misc/gemini-cli/Makefile M misc/gemini-cli/distinfo M misc/gemini-cli/files/package-lock.json A misc/gemini-cli/pkg-deinstall M misc/gemini-cli/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Commit: da79de9c5b6f0621868e62875abca1b57ae3f832 https://github.com/MidnightBSD/mports/commit/da79de9c5b6f0621868e62875abca1b57ae3f832 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M Mk/extensions/cargo.mk M Mk/extensions/shared-mime-info.mk M Mk/extensions/ssl.mk M audio/Makefile A audio/audio-editing/Makefile A audio/audio-editing/pkg-descr M audio/sratom/Makefile M audio/sratom/distinfo M cad/surelog/Makefile A cad/surelog/files/patch-third_party-antlr4-runtime-Cpp-CMakeLists.txt M cad/z88/Makefile M deskutils/javajj/Makefile M devel/R-cran-rJava/Makefile M devel/aws-sdk-cpp/Makefile M devel/cmake-gui/Makefile M devel/devhelp/Makefile M devel/efl/Makefile M devel/electron39/files/packagejsons/.yarn/install-state.gz M devel/electron39/files/packagejsons/yarn.lock M devel/gdb/Makefile M devel/git-tools/Makefile M devel/git-tools/pkg-descr M devel/git/Makefile M devel/gitaly/Makefile M devel/gitaly/distinfo A devel/gitaly/files/patch-Makefile M devel/py-stone/Makefile M devel/py-stone/distinfo M devel/py-stone/files/patch-setup.py R devel/py-stone/files/requirements.txt M devel/py-stone/pkg-descr M devel/rubygem-actionview4/Makefile M devel/serd/Makefile M devel/serd/distinfo M devel/serd/pkg-plist M devel/sord/Makefile M devel/sord/distinfo M devel/tinysparql/Makefile A devel/tinysparql/files/patch-examples_meson.build M games/openra/Makefile M games/openra/pkg-plist M irc/irssi-scripts/Makefile M lang/Makefile A lang/dotnet/Makefile A lang/dotnet/distinfo A lang/dotnet/files/0002-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet/files/extra-patch-base-openssl A lang/dotnet/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet/files/patch-src_roslyn-analyzers_src_PerformanceTests_Tests_PerformanceTests.csproj A lang/dotnet/files/patch-src_runtime_src_native_libs_System.IO.Compression.Native_CMakeLists.txt A lang/dotnet/pkg-descr A lang/dotnet/pkg-plist A lang/dotnet8/Makefile A lang/dotnet8/distinfo A lang/dotnet8/files/0003-Fix-assembly-version-calculation-in-2026.patch A lang/dotnet8/files/patch-build.proj A lang/dotnet8/files/patch-eng_common_native_init-distro-rid.sh A lang/dotnet8/files/patch-eng_common_native_init-os-and-arch.sh A lang/dotnet8/files/patch-src_aspnetcore_eng_Dependencies.props A lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp A lang/dotnet8/files/patch-src_installer_src_redist_targets_GenerateBundledVersions.targets A lang/dotnet8/files/patch-src_runtime_src_coreclr_gc_unix_gcenv.unix.cpp A lang/dotnet8/files/patch-src_runtime_src_coreclr_vm_jitinterface.cpp A lang/dotnet8/files/patch-src_runtime_src_libraries_System.Runtime_tests_System_GCTests.cs A lang/dotnet8/files/patch-src_runtime_src_native_libs_System.Native_pal__networkstatistics.c A lang/dotnet8/pkg-descr A lang/dotnet8/pkg-plist M lang/mono5.10/Makefile A lang/spidermonkey128/files/patch-js_public_Utility.h M misc/gemini-cli/Makefile M misc/grok-cli/files/package-lock.json M misc/linux-claude/Makefile M misc/linux-claude/distinfo M misc/linux-claude/pkg-descr M sysutils/filelight/distinfo M textproc/xml2rfc/Makefile M textproc/xml2rfc/distinfo A textproc/xml2rfc/files/patch-pyproject.toml R textproc/xml2rfc/files/patch-requirements.txt R textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt M textproc/xml2rfc/pkg-descr M textproc/xml2rfc/pkg-message M www/gitlab/Makefile.common M www/qt6-webengine/Makefile M www/yt-dlp/Makefile M x11-toolkits/amtk/Makefile M x11/xwayland-satellite/Makefile Log Message: ----------- Merge remote-tracking branch 'origin/master' Commit: 3199db6453900e3ece300d100126d6ce83a4e268 https://github.com/MidnightBSD/mports/commit/3199db6453900e3ece300d100126d6ce83a4e268 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M MOVED M Mk/extensions/emacs.mk M Tools/magus/www/data/magus/auth/mcp.cgi M archivers/zim-tools/Makefile M audio/musicpd/Makefile M audio/strawberry/Makefile M databases/Makefile M databases/akonadi/Makefile M databases/akonadi/pkg-plist A databases/arrow-glib/Makefile A databases/arrow-glib/distinfo A databases/arrow-glib/pkg-descr A databases/arrow-glib/pkg-plist A databases/arrow/Makefile A databases/arrow/distinfo A databases/arrow/files/patch-CMakeLists.txt A databases/arrow/files/patch-build-support_asan__symbolize.py A databases/arrow/files/patch-cmake__modules_Findc-ares.cmake A databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake A databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake A databases/arrow/files/patch-src_gandiva_symbols.map A databases/arrow/files/patch-src_parquet_symbols.map A databases/arrow/files/patch-thirdparty_download__dependencies.sh A databases/arrow/pkg-descr A databases/arrow/pkg-plist M databases/couchdb3/Makefile M databases/evolution-data-server/Makefile M databases/firebird30-server/Makefile M databases/firebird40-server/Makefile M databases/mongodb60/Makefile M databases/mysql80-server/Makefile M databases/mysql84-server/Makefile M databases/mysql90-server/Makefile M databases/postgresql13-server/Makefile M databases/postgresql14-server/Makefile M databases/rubygem-active_model_serializers/Makefile A databases/rubygem-active_record_query_trace/Makefile A databases/rubygem-active_record_query_trace/distinfo A databases/rubygem-active_record_query_trace/pkg-descr A databases/rubygem-activemodel-serializers-xml/Makefile A databases/rubygem-activemodel-serializers-xml/distinfo A databases/rubygem-activemodel-serializers-xml/pkg-descr M databases/rubygem-activemodel52/Makefile M databases/rubygem-activemodel60/Makefile M databases/rubygem-activemodel61/Makefile M databases/rubygem-activemodel71/Makefile M databases/rubygem-activemodel81/Makefile A databases/rubygem-activerecord-explain-analyze/Makefile A databases/rubygem-activerecord-explain-analyze/distinfo A databases/rubygem-activerecord-explain-analyze/pkg-descr A databases/rubygem-activerecord-jdbc-adapter/Makefile A databases/rubygem-activerecord-jdbc-adapter/distinfo A databases/rubygem-activerecord-jdbc-adapter/pkg-descr A databases/rubygem-activerecord-jdbcmysql-adapter/Makefile A databases/rubygem-activerecord-jdbcmysql-adapter/distinfo A databases/rubygem-activerecord-jdbcmysql-adapter/pkg-descr A databases/rubygem-activerecord-session_store/Makefile A databases/rubygem-activerecord-session_store/distinfo A databases/rubygem-activerecord-session_store/pkg-descr A databases/rubygem-activerecord-trilogy-adapter/Makefile A databases/rubygem-activerecord-trilogy-adapter/distinfo A databases/rubygem-activerecord-trilogy-adapter/pkg-descr M databases/rubygem-activerecord52/Makefile M databases/rubygem-activerecord60/Makefile M databases/rubygem-activerecord61/Makefile M databases/rubygem-activerecord70/Makefile M databases/rubygem-activerecord71/Makefile M databases/rubygem-activerecord72/Makefile M databases/rubygem-activerecord81/Makefile A databases/rubygem-after_commit_queue/Makefile A databases/rubygem-after_commit_queue/distinfo A databases/rubygem-after_commit_queue/pkg-descr A databases/rubygem-amalgalite/Makefile A databases/rubygem-amalgalite/distinfo A databases/rubygem-amalgalite/pkg-descr A databases/rubygem-arel-helpers/Makefile A databases/rubygem-arel-helpers/distinfo A databases/rubygem-arel-helpers/pkg-descr A databases/rubygem-attr_json/Makefile A databases/rubygem-attr_json/distinfo A databases/rubygem-attr_json/pkg-descr A databases/rubygem-awesome_nested_set/Makefile A databases/rubygem-awesome_nested_set/distinfo A databases/rubygem-awesome_nested_set/pkg-descr A databases/rubygem-bdb1/Makefile A databases/rubygem-bdb1/distinfo A databases/rubygem-bdb1/files/patch-ext_bdb1_bdb1.c A databases/rubygem-bdb1/files/patch-ext_bdb1_delegate.c A databases/rubygem-bdb1/files/patch-ext_bdb1_recnum.c A databases/rubygem-bdb1/pkg-descr A databases/rubygem-bigrecord/Makefile A databases/rubygem-bigrecord/distinfo A databases/rubygem-bigrecord/pkg-descr A databases/rubygem-brpoplpush-redis_script/Makefile A databases/rubygem-brpoplpush-redis_script/distinfo A databases/rubygem-brpoplpush-redis_script/pkg-descr A databases/rubygem-dalli/Makefile A databases/rubygem-dalli/distinfo A databases/rubygem-dalli/pkg-descr A databases/rubygem-data_objects/Makefile A databases/rubygem-data_objects/distinfo A databases/rubygem-data_objects/pkg-descr A databases/rubygem-datamapper/Makefile A databases/rubygem-datamapper/distinfo A databases/rubygem-datamapper/pkg-descr A databases/rubygem-dbd-mysql/Makefile A databases/rubygem-dbd-mysql/distinfo A databases/rubygem-dbd-mysql/files/patch-statement.rb A databases/rubygem-dbd-mysql/pkg-descr A databases/rubygem-dbd-pg/Makefile A databases/rubygem-dbd-pg/distinfo A databases/rubygem-dbd-pg/files/patch-database.rb A databases/rubygem-dbd-pg/files/patch-statement.rb A databases/rubygem-dbd-pg/files/patch-type.rb A databases/rubygem-dbd-pg/pkg-descr A databases/rubygem-dbd-sqlite3/Makefile A databases/rubygem-dbd-sqlite3/distinfo A databases/rubygem-dbd-sqlite3/pkg-descr A databases/rubygem-dbf/Makefile A databases/rubygem-dbf/distinfo A databases/rubygem-dbf/pkg-descr A databases/rubygem-dbf4/Makefile A databases/rubygem-dbf4/distinfo A databases/rubygem-dbf4/pkg-descr A databases/rubygem-dbi/Makefile A databases/rubygem-dbi/distinfo A databases/rubygem-dbi/files/patch-lib-dbi-row.rb A databases/rubygem-dbi/files/patch-test-dbi-tc_types.rb A databases/rubygem-dbi/pkg-descr A databases/rubygem-dbm/Makefile A databases/rubygem-dbm/distinfo A databases/rubygem-dbm/files/patch-ext_dbm_extconf.rb A databases/rubygem-dbm/pkg-descr A databases/rubygem-dm-aggregates/Makefile A databases/rubygem-dm-aggregates/distinfo A databases/rubygem-dm-aggregates/pkg-descr A databases/rubygem-dm-chunked_query/Makefile A databases/rubygem-dm-chunked_query/distinfo A databases/rubygem-dm-chunked_query/pkg-descr A databases/rubygem-dm-constraints/Makefile A databases/rubygem-dm-constraints/distinfo A databases/rubygem-dm-constraints/pkg-descr A databases/rubygem-dm-core/Makefile A databases/rubygem-dm-core/distinfo A databases/rubygem-dm-core/pkg-descr A databases/rubygem-dm-do-adapter/Makefile A databases/rubygem-dm-do-adapter/distinfo A databases/rubygem-dm-do-adapter/pkg-descr A databases/rubygem-dm-migrations/Makefile A databases/rubygem-dm-migrations/distinfo A databases/rubygem-dm-migrations/pkg-descr A databases/rubygem-dm-mysql-adapter/Makefile A databases/rubygem-dm-mysql-adapter/distinfo A databases/rubygem-dm-mysql-adapter/pkg-descr A databases/rubygem-dm-observer/Makefile A databases/rubygem-dm-observer/distinfo A databases/rubygem-dm-observer/pkg-descr A databases/rubygem-dm-pager/Makefile A databases/rubygem-dm-pager/distinfo A databases/rubygem-dm-pager/pkg-descr A databases/rubygem-dm-paperclip/Makefile A databases/rubygem-dm-paperclip/distinfo A databases/rubygem-dm-paperclip/pkg-descr A databases/rubygem-dm-postgres-adapter/Makefile A databases/rubygem-dm-postgres-adapter/distinfo A databases/rubygem-dm-postgres-adapter/pkg-descr A databases/rubygem-dm-serializer/Makefile A databases/rubygem-dm-serializer/distinfo A databases/rubygem-dm-serializer/pkg-descr A databases/rubygem-dm-timestamps/Makefile A databases/rubygem-dm-timestamps/distinfo A databases/rubygem-dm-timestamps/pkg-descr A databases/rubygem-dm-transactions/Makefile A databases/rubygem-dm-transactions/distinfo A databases/rubygem-dm-transactions/pkg-descr A databases/rubygem-dm-types/Makefile A databases/rubygem-dm-types/distinfo A databases/rubygem-dm-types/files/patch-gemspec A databases/rubygem-dm-types/pkg-descr A databases/rubygem-dm-validations/Makefile A databases/rubygem-dm-validations/distinfo A databases/rubygem-dm-validations/pkg-descr A databases/rubygem-do_mysql/Makefile A databases/rubygem-do_mysql/distinfo A databases/rubygem-do_mysql/pkg-descr A databases/rubygem-do_postgres/Makefile A databases/rubygem-do_postgres/distinfo A databases/rubygem-do_postgres/pkg-descr A databases/rubygem-do_sqlite3/Makefile A databases/rubygem-do_sqlite3/distinfo A databases/rubygem-do_sqlite3/pkg-descr A databases/rubygem-em-redis-unified/Makefile A databases/rubygem-em-redis-unified/distinfo A databases/rubygem-em-redis-unified/pkg-descr A databases/rubygem-fabrication/Makefile A databases/rubygem-fabrication/distinfo A databases/rubygem-fabrication/pkg-descr A databases/rubygem-familia/Makefile A databases/rubygem-familia/distinfo A databases/rubygem-familia/pkg-descr A databases/rubygem-flipper-active_record-rails-gitlab/Makefile A databases/rubygem-flipper-active_record-rails-gitlab/distinfo A databases/rubygem-flipper-active_record-rails-gitlab/pkg-descr A databases/rubygem-flipper-active_record-rails70/Makefile A databases/rubygem-flipper-active_record-rails70/distinfo A databases/rubygem-flipper-active_record-rails70/pkg-descr A databases/rubygem-flipper-active_record/Makefile A databases/rubygem-flipper-active_record/distinfo A databases/rubygem-flipper-active_record/pkg-descr M databases/rubygem-globalid-rails-gitlab/Makefile A databases/rubygem-globalid-rails5/Makefile A databases/rubygem-globalid-rails5/distinfo A databases/rubygem-globalid-rails5/pkg-descr A databases/rubygem-globalid-rails50/Makefile A databases/rubygem-globalid-rails50/distinfo A databases/rubygem-globalid-rails50/pkg-descr A databases/rubygem-globalid-rails52/Makefile A databases/rubygem-globalid-rails52/distinfo A databases/rubygem-globalid-rails52/pkg-descr M databases/rubygem-globalid-rails60/Makefile M databases/rubygem-globalid-rails61/Makefile M databases/rubygem-globalid-rails70/Makefile M databases/rubygem-globalid-rails71/Makefile M databases/rubygem-globalid-rails72/Makefile M databases/rubygem-globalid-rails80/Makefile M databases/rubygem-globalid-rails81/Makefile M databases/rubygem-google-cloud-datastore-v1/Makefile A databases/rubygem-google-cloud-datastore/Makefile A databases/rubygem-google-cloud-datastore/distinfo A databases/rubygem-google-cloud-datastore/pkg-descr A databases/rubygem-google-cloud-firestore-v1/Makefile A databases/rubygem-google-cloud-firestore-v1/distinfo A databases/rubygem-google-cloud-firestore-v1/pkg-descr A databases/rubygem-google-cloud-firestore/Makefile A databases/rubygem-google-cloud-firestore/distinfo A databases/rubygem-google-cloud-firestore/pkg-descr A databases/rubygem-her/Makefile A databases/rubygem-her/distinfo A databases/rubygem-her/pkg-descr M databases/rubygem-hiredis/Makefile A databases/rubygem-influxdb/Makefile A databases/rubygem-influxdb/distinfo A databases/rubygem-influxdb/pkg-descr M databases/rubygem-jdbc-mysql/Makefile A databases/rubygem-leo_manager_client/Makefile A databases/rubygem-leo_manager_client/distinfo A databases/rubygem-leo_manager_client/pkg-descr A databases/rubygem-marginalia/Makefile A databases/rubygem-marginalia/distinfo A databases/rubygem-marginalia/pkg-descr A databases/rubygem-mario-redis-lock/Makefile A databases/rubygem-mario-redis-lock/distinfo A databases/rubygem-mario-redis-lock/pkg-descr A databases/rubygem-microscope/Makefile A databases/rubygem-microscope/distinfo A databases/rubygem-microscope/pkg-descr A databases/rubygem-neighbor/Makefile A databases/rubygem-neighbor/distinfo A databases/rubygem-neighbor/pkg-descr A databases/rubygem-openid-redis-store/Makefile A databases/rubygem-openid-redis-store/distinfo A databases/rubygem-openid-redis-store/pkg-descr A databases/rubygem-paranoia/Makefile A databases/rubygem-paranoia/distinfo A databases/rubygem-paranoia/pkg-descr A databases/rubygem-pg_query/Makefile A databases/rubygem-pg_query/distinfo A databases/rubygem-pg_query/pkg-descr A databases/rubygem-pghero-rails5/Makefile A databases/rubygem-pghero-rails5/distinfo A databases/rubygem-pghero-rails5/pkg-descr A databases/rubygem-pghero-rails50/Makefile A databases/rubygem-pghero-rails50/distinfo A databases/rubygem-pghero-rails50/pkg-descr A databases/rubygem-pghero/Makefile A databases/rubygem-pghero/distinfo A databases/rubygem-pghero/pkg-descr A databases/rubygem-pl-puppetdb-ruby/Makefile A databases/rubygem-pl-puppetdb-ruby/distinfo A databases/rubygem-pl-puppetdb-ruby/pkg-descr A databases/rubygem-puppetdb_cli/Makefile A databases/rubygem-puppetdb_cli/distinfo A databases/rubygem-puppetdb_cli/pkg-descr A databases/rubygem-red-arrow-dataset/Makefile A databases/rubygem-red-arrow-dataset/distinfo A databases/rubygem-red-arrow-dataset/pkg-descr A databases/rubygem-red-arrow-flight/Makefile A databases/rubygem-red-arrow-flight/distinfo A databases/rubygem-red-arrow-flight/pkg-descr A databases/rubygem-red-arrow/Makefile A databases/rubygem-red-arrow/distinfo A databases/rubygem-red-arrow/files/patch-ext-arrow-extconf.rb A databases/rubygem-red-arrow/pkg-descr A databases/rubygem-red-gandiva/Makefile A databases/rubygem-red-gandiva/distinfo A databases/rubygem-red-gandiva/pkg-descr A databases/rubygem-red-parquet/Makefile A databases/rubygem-red-parquet/distinfo A databases/rubygem-red-parquet/pkg-descr A databases/rubygem-redis-actionpack-rails-gitlab/Makefile A databases/rubygem-redis-actionpack-rails-gitlab/distinfo A databases/rubygem-redis-actionpack-rails-gitlab/pkg-descr A databases/rubygem-redis-actionpack-rails5/Makefile A databases/rubygem-redis-actionpack-rails5/distinfo A databases/rubygem-redis-actionpack-rails5/pkg-descr A databases/rubygem-redis-actionpack-rails50/Makefile A databases/rubygem-redis-actionpack-rails50/distinfo A databases/rubygem-redis-actionpack-rails50/pkg-descr A databases/rubygem-redis-actionpack-rails52/Makefile A databases/rubygem-redis-actionpack-rails52/distinfo A databases/rubygem-redis-actionpack-rails52/pkg-descr A databases/rubygem-redis-actionpack-rails60/Makefile A databases/rubygem-redis-actionpack-rails60/distinfo A databases/rubygem-redis-actionpack-rails60/pkg-descr A databases/rubygem-redis-actionpack-rails61/Makefile A databases/rubygem-redis-actionpack-rails61/distinfo A databases/rubygem-redis-actionpack-rails61/pkg-descr A databases/rubygem-redis-actionpack-rails70/Makefile A databases/rubygem-redis-actionpack-rails70/distinfo A databases/rubygem-redis-actionpack-rails70/pkg-descr A databases/rubygem-redis-actionpack/Makefile A databases/rubygem-redis-actionpack/distinfo A databases/rubygem-redis-actionpack/pkg-descr M databases/rubygem-redis-client/Makefile A databases/rubygem-redis-namespace110/Makefile A databases/rubygem-redis-namespace110/distinfo A databases/rubygem-redis-namespace110/pkg-descr A databases/rubygem-seed-fu/Makefile A databases/rubygem-seed-fu/distinfo A databases/rubygem-seed-fu/pkg-descr A databases/rubygem-solid_cable-rails72/Makefile A databases/rubygem-solid_cable-rails72/distinfo A databases/rubygem-solid_cable-rails72/pkg-descr A databases/rubygem-solid_cable/Makefile A databases/rubygem-solid_cable/distinfo A databases/rubygem-solid_cable/pkg-descr A databases/rubygem-solid_cache-rails72/Makefile A databases/rubygem-solid_cache-rails72/distinfo A databases/rubygem-solid_cache-rails72/pkg-descr A databases/rubygem-solid_cache/Makefile A databases/rubygem-solid_cache/distinfo A databases/rubygem-solid_cache/pkg-descr A databases/rubygem-solid_queue-rails72/Makefile A databases/rubygem-solid_queue-rails72/distinfo A databases/rubygem-solid_queue-rails72/pkg-descr A databases/rubygem-solid_queue/Makefile A databases/rubygem-solid_queue/distinfo A databases/rubygem-solid_queue/pkg-descr A databases/rubygem-state_machines-activemodel/Makefile A databases/rubygem-state_machines-activemodel/distinfo A databases/rubygem-state_machines-activemodel/pkg-descr A databases/rubygem-state_machines-activerecord/Makefile A databases/rubygem-state_machines-activerecord/distinfo A databases/rubygem-state_machines-activerecord/pkg-descr A databases/rubygem-state_machines-activerecord08/Makefile A databases/rubygem-state_machines-activerecord08/distinfo A databases/rubygem-state_machines-activerecord08/pkg-descr M databases/rubygem-tarantool/Makefile M deskutils/calibre/Makefile M devel/Makefile A devel/R-cran-Rdpack/Makefile A devel/R-cran-Rdpack/distinfo A devel/R-cran-Rdpack/pkg-descr A devel/R-cran-TH.data/Makefile A devel/R-cran-TH.data/distinfo A devel/R-cran-TH.data/pkg-descr A devel/R-cran-bindrcpp/Makefile A devel/R-cran-bindrcpp/distinfo A devel/R-cran-bindrcpp/pkg-descr A devel/R-cran-caTools/Makefile A devel/R-cran-caTools/distinfo A devel/R-cran-caTools/pkg-descr A devel/R-cran-caret/Makefile A devel/R-cran-caret/distinfo A devel/R-cran-caret/pkg-descr A devel/R-cran-chk/Makefile A devel/R-cran-chk/distinfo A devel/R-cran-chk/pkg-descr A devel/R-cran-cliapp/Makefile A devel/R-cran-cliapp/distinfo A devel/R-cran-cliapp/pkg-descr A devel/R-cran-clisymbols/Makefile A devel/R-cran-clisymbols/distinfo A devel/R-cran-clisymbols/pkg-descr A devel/R-cran-collapse/Makefile A devel/R-cran-collapse/distinfo A devel/R-cran-collapse/pkg-descr A devel/R-cran-devtools/Makefile A devel/R-cran-devtools/distinfo A devel/R-cran-devtools/pkg-descr A devel/R-cran-doParallel/Makefile A devel/R-cran-doParallel/distinfo A devel/R-cran-doParallel/pkg-descr A devel/R-cran-future.apply/Makefile A devel/R-cran-future.apply/distinfo A devel/R-cran-future.apply/pkg-descr A devel/R-cran-gbRd/Makefile A devel/R-cran-gbRd/distinfo A devel/R-cran-gbRd/pkg-descr A devel/R-cran-gbm/Makefile A devel/R-cran-gbm/distinfo A devel/R-cran-gbm/pkg-descr A devel/R-cran-gdata/Makefile A devel/R-cran-gdata/distinfo A devel/R-cran-gdata/pkg-descr A devel/R-cran-getopt/Makefile A devel/R-cran-getopt/distinfo A devel/R-cran-getopt/pkg-descr A devel/R-cran-glmnet/Makefile A devel/R-cran-glmnet/distinfo A devel/R-cran-glmnet/pkg-descr A devel/R-cran-gmodels/Makefile A devel/R-cran-gmodels/distinfo A devel/R-cran-gmodels/pkg-descr A devel/R-cran-gtools/Makefile A devel/R-cran-gtools/distinfo A devel/R-cran-gtools/pkg-descr A devel/R-cran-hardhat/Makefile A devel/R-cran-hardhat/distinfo A devel/R-cran-hardhat/pkg-descr A devel/R-cran-itertools/Makefile A devel/R-cran-itertools/distinfo A devel/R-cran-itertools/pkg-descr A devel/R-cran-kit/Makefile A devel/R-cran-kit/distinfo A devel/R-cran-kit/pkg-descr A devel/R-cran-msm/Makefile A devel/R-cran-msm/distinfo A devel/R-cran-msm/pkg-descr A devel/R-cran-msm/pkg-plist A devel/R-cran-multicool/Makefile A devel/R-cran-multicool/distinfo A devel/R-cran-multicool/pkg-descr A devel/R-cran-multicool/pkg-plist A devel/R-cran-optparse/Makefile A devel/R-cran-optparse/distinfo A devel/R-cran-optparse/pkg-descr A devel/R-cran-pkgmaker/Makefile A devel/R-cran-pkgmaker/distinfo A devel/R-cran-pkgmaker/pkg-descr A devel/R-cran-prettycode/Makefile A devel/R-cran-prettycode/distinfo A devel/R-cran-prettycode/pkg-descr A devel/R-cran-progressr/Makefile A devel/R-cran-progressr/distinfo A devel/R-cran-progressr/pkg-descr M devel/R-cran-rJava/Makefile A devel/R-cran-rcmdcheck/Makefile A devel/R-cran-rcmdcheck/distinfo A devel/R-cran-rcmdcheck/pkg-descr A devel/R-cran-repr/Makefile A devel/R-cran-repr/distinfo A devel/R-cran-repr/pkg-descr A devel/R-cran-reshape2/Makefile A devel/R-cran-reshape2/distinfo A devel/R-cran-reshape2/pkg-descr A devel/R-cran-rgexf/Makefile A devel/R-cran-rgexf/distinfo A devel/R-cran-rgexf/pkg-descr M devel/apache-ant/Makefile M devel/dee/Makefile M devel/electron28/Makefile M devel/libical/Makefile M devel/libphonenumber/Makefile M devel/libzim/Makefile M devel/qt5-core/Makefile M devel/qt5-script/Makefile M devel/qt6-5compat/Makefile M devel/qt6-base/Makefile M devel/rubygem-CFPropertyList/Makefile M devel/rubygem-actionview-gitlab/Makefile M devel/rubygem-actionview52/Makefile M devel/rubygem-actionview60/Makefile M devel/rubygem-actionview61/Makefile M devel/rubygem-actionview70/Makefile M devel/rubygem-actionview71/Makefile M devel/rubygem-actionview72/Makefile M devel/rubygem-actionview81/Makefile M devel/rubygem-activejob-gitlab/Makefile M devel/rubygem-activejob60/Makefile M devel/rubygem-activejob61/Makefile M devel/rubygem-activejob70/Makefile M devel/rubygem-activejob71/Makefile M devel/rubygem-activejob72/Makefile M devel/rubygem-activejob81/Makefile M devel/rubygem-activesupport81/Makefile M devel/rubygem-aliyun-sdk-gitlab/Makefile M devel/rubygem-aliyun-sdk/Makefile M devel/rubygem-async/Makefile M devel/rubygem-azure-storage-blob/Makefile M devel/rubygem-azure-storage-common/Makefile M devel/rubygem-azure-storage-file/Makefile M devel/rubygem-azure-storage-queue/Makefile M devel/rubygem-azure-storage-table/Makefile M devel/rubygem-azure-storage/Makefile M devel/rubygem-azure_cognitiveservices_anomalydetector/Makefile M devel/rubygem-azure_cognitiveservices_autosuggest/Makefile M devel/rubygem-azure_cognitiveservices_computervision/Makefile M devel/rubygem-azure_cognitiveservices_contentmoderator/Makefile M devel/rubygem-azure_cognitiveservices_customimagesearch/Makefile M devel/rubygem-azure_cognitiveservices_customsearch/Makefile M devel/rubygem-azure_cognitiveservices_customvisionprediction/Makefile M devel/rubygem-azure_cognitiveservices_customvisiontraining/Makefile M devel/rubygem-azure_cognitiveservices_entitysearch/Makefile M devel/rubygem-azure_cognitiveservices_face/Makefile M devel/rubygem-azure_cognitiveservices_formrecognizer/Makefile M devel/rubygem-azure_cognitiveservices_imagesearch/Makefile M devel/rubygem-azure_cognitiveservices_localsearch/Makefile M devel/rubygem-azure_cognitiveservices_luisauthoring/Makefile M devel/rubygem-azure_cognitiveservices_luisruntime/Makefile M devel/rubygem-azure_cognitiveservices_newssearch/Makefile M devel/rubygem-azure_cognitiveservices_personalizer/Makefile M devel/rubygem-azure_cognitiveservices_qnamaker/Makefile M devel/rubygem-azure_cognitiveservices_qnamakerruntime/Makefile M devel/rubygem-azure_cognitiveservices_spellcheck/Makefile M devel/rubygem-azure_cognitiveservices_textanalytics/Makefile M devel/rubygem-azure_cognitiveservices_videosearch/Makefile M devel/rubygem-azure_cognitiveservices_visualsearch/Makefile M devel/rubygem-azure_cognitiveservices_websearch/Makefile M devel/rubygem-azure_event_grid/Makefile M devel/rubygem-azure_graph_rbac/Makefile M devel/rubygem-azure_key_vault/Makefile M devel/rubygem-azure_mgmt_adhybridhealth_service/Makefile M devel/rubygem-azure_mgmt_advisor/Makefile M devel/rubygem-azure_mgmt_alerts_management/Makefile M devel/rubygem-azure_mgmt_analysis_services/Makefile M devel/rubygem-azure_mgmt_api_management/Makefile M devel/rubygem-azure_mgmt_appconfiguration/Makefile M devel/rubygem-azure_mgmt_attestation/Makefile M devel/rubygem-azure_mgmt_authorization/Makefile M devel/rubygem-azure_mgmt_automanage/Makefile M devel/rubygem-azure_mgmt_automation/Makefile M devel/rubygem-azure_mgmt_azurestack/Makefile M devel/rubygem-azure_mgmt_azurestack_hci/Makefile M devel/rubygem-azure_mgmt_batch/Makefile M devel/rubygem-azure_mgmt_batchai/Makefile M devel/rubygem-azure_mgmt_billing/Makefile M devel/rubygem-azure_mgmt_bot_service/Makefile M devel/rubygem-azure_mgmt_cdn/Makefile M devel/rubygem-azure_mgmt_cognitive_services/Makefile M devel/rubygem-azure_mgmt_commerce/Makefile M devel/rubygem-azure_mgmt_compute/Makefile M devel/rubygem-azure_mgmt_consumption/Makefile M devel/rubygem-azure_mgmt_container_instance/Makefile M devel/rubygem-azure_mgmt_container_registry/Makefile M devel/rubygem-azure_mgmt_container_service/Makefile M devel/rubygem-azure_mgmt_cosmosdb/Makefile M devel/rubygem-azure_mgmt_cost_management/Makefile M devel/rubygem-azure_mgmt_customer_insights/Makefile M devel/rubygem-azure_mgmt_data_factory/Makefile M devel/rubygem-azure_mgmt_data_migration/Makefile M devel/rubygem-azure_mgmt_databox/Makefile M devel/rubygem-azure_mgmt_datalake_analytics/Makefile M devel/rubygem-azure_mgmt_datalake_store/Makefile M devel/rubygem-azure_mgmt_datashare/Makefile M devel/rubygem-azure_mgmt_deployment_manager/Makefile M devel/rubygem-azure_mgmt_dev_spaces/Makefile M devel/rubygem-azure_mgmt_devtestlabs/Makefile M devel/rubygem-azure_mgmt_digitaltwins/Makefile M devel/rubygem-azure_mgmt_dns/Makefile M devel/rubygem-azure_mgmt_edgegateway/Makefile M devel/rubygem-azure_mgmt_event_grid/Makefile M devel/rubygem-azure_mgmt_event_hub/Makefile M devel/rubygem-azure_mgmt_features/Makefile M devel/rubygem-azure_mgmt_hanaonazure/Makefile M devel/rubygem-azure_mgmt_hdinsight/Makefile M devel/rubygem-azure_mgmt_hybrid_compute/Makefile M devel/rubygem-azure_mgmt_import_export/Makefile M devel/rubygem-azure_mgmt_iot_central/Makefile M devel/rubygem-azure_mgmt_iot_hub/Makefile M devel/rubygem-azure_mgmt_key_vault/Makefile M devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile M devel/rubygem-azure_mgmt_kusto/Makefile M devel/rubygem-azure_mgmt_labservices/Makefile M devel/rubygem-azure_mgmt_links/Makefile M devel/rubygem-azure_mgmt_locks/Makefile M devel/rubygem-azure_mgmt_logic/Makefile M devel/rubygem-azure_mgmt_machine_learning/Makefile M devel/rubygem-azure_mgmt_machine_learning_services/Makefile M devel/rubygem-azure_mgmt_maintenance/Makefile M devel/rubygem-azure_mgmt_managed_applications/Makefile M devel/rubygem-azure_mgmt_mariadb/Makefile M devel/rubygem-azure_mgmt_marketplace_ordering/Makefile M devel/rubygem-azure_mgmt_media_services/Makefile M devel/rubygem-azure_mgmt_migrate/Makefile M devel/rubygem-azure_mgmt_mixedreality/Makefile M devel/rubygem-azure_mgmt_monitor/Makefile M devel/rubygem-azure_mgmt_msi/Makefile M devel/rubygem-azure_mgmt_mysql/Makefile M devel/rubygem-azure_mgmt_netapp/Makefile M devel/rubygem-azure_mgmt_network/Makefile M devel/rubygem-azure_mgmt_notification_hubs/Makefile M devel/rubygem-azure_mgmt_operational_insights/Makefile M devel/rubygem-azure_mgmt_operations_management/Makefile M devel/rubygem-azure_mgmt_peering/Makefile M devel/rubygem-azure_mgmt_policy/Makefile M devel/rubygem-azure_mgmt_policy_insights/Makefile M devel/rubygem-azure_mgmt_portal/Makefile M devel/rubygem-azure_mgmt_postgresql/Makefile M devel/rubygem-azure_mgmt_powerbi_dedicated/Makefile M devel/rubygem-azure_mgmt_powerbi_embedded/Makefile M devel/rubygem-azure_mgmt_privatedns/Makefile M devel/rubygem-azure_mgmt_recovery_services/Makefile M devel/rubygem-azure_mgmt_recovery_services_backup/Makefile M devel/rubygem-azure_mgmt_recovery_services_site_recovery/Makefile M devel/rubygem-azure_mgmt_redis/Makefile M devel/rubygem-azure_mgmt_relay/Makefile M devel/rubygem-azure_mgmt_reservations/Makefile M devel/rubygem-azure_mgmt_resource_health/Makefile M devel/rubygem-azure_mgmt_resourcegraph/Makefile M devel/rubygem-azure_mgmt_resources/Makefile M devel/rubygem-azure_mgmt_resources_management/Makefile M devel/rubygem-azure_mgmt_scheduler/Makefile M devel/rubygem-azure_mgmt_search/Makefile M devel/rubygem-azure_mgmt_security/Makefile M devel/rubygem-azure_mgmt_serialconsole/Makefile M devel/rubygem-azure_mgmt_service_bus/Makefile M devel/rubygem-azure_mgmt_service_fabric/Makefile M devel/rubygem-azure_mgmt_signalr/Makefile M devel/rubygem-azure_mgmt_sql/Makefile M devel/rubygem-azure_mgmt_sqlvirtualmachine/Makefile M devel/rubygem-azure_mgmt_stor_simple8000_series/Makefile M devel/rubygem-azure_mgmt_storage/Makefile M devel/rubygem-azure_mgmt_storagecache/Makefile M devel/rubygem-azure_mgmt_storagesync/Makefile M devel/rubygem-azure_mgmt_stream_analytics/Makefile M devel/rubygem-azure_mgmt_subscriptions/Makefile M devel/rubygem-azure_mgmt_support/Makefile M devel/rubygem-azure_mgmt_synapse/Makefile M devel/rubygem-azure_mgmt_time_series_insights/Makefile M devel/rubygem-azure_mgmt_traffic_manager/Makefile M devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile M devel/rubygem-azure_mgmt_web/Makefile M devel/rubygem-azure_sdk/Makefile M devel/rubygem-cairo-gobject/Makefile M devel/rubygem-coffee-rails41/Makefile M devel/rubygem-coffee-script/Makefile M devel/rubygem-console/Makefile M devel/rubygem-cool.io/Makefile M devel/rubygem-excon-gitlab/Makefile A devel/rubygem-extpp/Makefile A devel/rubygem-extpp/distinfo A devel/rubygem-extpp/pkg-descr M devel/rubygem-fiber-local/Makefile M devel/rubygem-fog-core-gitlab/Makefile M devel/rubygem-fog-core/Makefile M devel/rubygem-fog-core1/Makefile M devel/rubygem-fog-json-gitlab/Makefile M devel/rubygem-fog-json/Makefile M devel/rubygem-formatador/Makefile M devel/rubygem-gapic-common-gitlab/Makefile M devel/rubygem-gapic-common/Makefile M devel/rubygem-gio2/Makefile M devel/rubygem-glib2/Makefile M devel/rubygem-gobject-introspection/Makefile M devel/rubygem-google-api-client/Makefile M devel/rubygem-google-apis-admin_directory_v1/Makefile M devel/rubygem-google-apis-androidpublisher_v3-gitlab/Makefile M devel/rubygem-google-apis-androidpublisher_v3/Makefile M devel/rubygem-google-apis-bigquery_v2/Makefile M devel/rubygem-google-apis-cloudbilling_v1/Makefile M devel/rubygem-google-apis-cloudkms_v1/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v1-gitlab/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v1/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile M devel/rubygem-google-apis-cloudresourcemanager_v3/Makefile M devel/rubygem-google-apis-compute_v1-gitlab/Makefile M devel/rubygem-google-apis-compute_v1/Makefile M devel/rubygem-google-apis-container_v1/Makefile M devel/rubygem-google-apis-container_v1beta1/Makefile M devel/rubygem-google-apis-core/Makefile M devel/rubygem-google-apis-discovery_v1/Makefile M devel/rubygem-google-apis-drive_v3/Makefile M devel/rubygem-google-apis-iam_v1-gitlab/Makefile M devel/rubygem-google-apis-iam_v1/Makefile M devel/rubygem-google-apis-iam_v2/Makefile M devel/rubygem-google-apis-iam_v2beta/Makefile M devel/rubygem-google-apis-iamcredentials_v1-gitlab/Makefile M devel/rubygem-google-apis-iamcredentials_v1/Makefile M devel/rubygem-google-apis-monitoring_v3/Makefile M devel/rubygem-google-apis-sheets_v4/Makefile M devel/rubygem-google-apis-sqladmin_v1beta4-gitlab/Makefile M devel/rubygem-google-apis-sqladmin_v1beta4/Makefile M devel/rubygem-google-apis-storage_v1-gitlab/Makefile M devel/rubygem-google-apis-storage_v1/Makefile M devel/rubygem-google-cloud-common/Makefile M devel/rubygem-google-iam-credentials-v1/Makefile M devel/rubygem-google-iam-credentials/Makefile M devel/rubygem-google-iam-v1/Makefile M devel/rubygem-googleapis-common-protos-gitlab/Makefile M devel/rubygem-googleapis-common-protos-types-gitlab/Makefile M devel/rubygem-googleapis-common-protos/Makefile M devel/rubygem-graphql/Makefile M devel/rubygem-gyoku/Makefile M devel/rubygem-hashie-gitlab/Makefile M devel/rubygem-hoe/Makefile M devel/rubygem-mixlib-shellout/Makefile M devel/rubygem-ms_rest_azure/Makefile M devel/rubygem-nori/Makefile M devel/rubygem-parser/Makefile A devel/rubygem-pathname/Makefile A devel/rubygem-pathname/distinfo A devel/rubygem-pathname/pkg-descr M devel/rubygem-rspec/Makefile M devel/rubygem-rubyinline/Makefile M devel/rubygem-snaky_hash-gitlab/Makefile M devel/rubygem-soap4r/Makefile M devel/rubygem-sprockets-rails-rails4/Makefile M devel/rubygem-svn2git/Makefile M devel/rubygem-time/Makefile M devel/rubygem-treetop/Makefile M devel/rubygem-uuid/Makefile M devel/rubygem-validate_email/Makefile M devel/rubygem-validate_url/Makefile M devel/rubygem-validates_timeliness/Makefile M devel/rubygem-validates_timeliness7/Makefile M devel/rubygem-web-console2/Makefile M devel/rubygem-webfinger/Makefile A devel/thrift-cpp/Makefile A devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc A devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_protocol_TProtocol.h A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp A devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSocket.cpp A devel/thrift-cpp/pkg-descr A devel/thrift-cpp/pkg-plist A devel/thrift/Makefile A devel/thrift/bsd.thrift.mk A devel/thrift/distinfo A devel/thrift/files/patch-lib_lua_src_usocket.c A devel/thrift/pkg-descr A devel/thrift/pkg-plist M devel/tinysparql/Makefile M devel/valgrind/Makefile M devel/valgrind/files/patch-configure.ac M dns/rubygem-google-apis-dns_v1-gitlab/Makefile M dns/rubygem-google-apis-dns_v1/Makefile M editors/gnome-latex/Makefile A editors/gnome-latex/files/patch-src_completion.c A editors/gnome-latex/files/patch-src_factory.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-buffer.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-latex-commands.c A editors/gnome-latex/files/patch-src_liblatexila_latexila-prefs.c A editors/gnome-latex/files/patch-src_main__window.c M editors/gnome-text-editor/Makefile M editors/libreoffice/Makefile M editors/neovim-gtk/Makefile M editors/ted/Makefile M editors/vscode/Makefile M emulators/higan/Makefile A emulators/higan/files/patch-nall_arithmetic.hpp M emulators/rubygem-fission/Makefile M emulators/wine/Makefile M emulators/wine/pkg-plist M filesystems/rubygem-chef-winrm-fs/Makefile M games/aisleriot/Makefile M games/freeciv/Makefile M games/gnome-games/Makefile M games/openrct2/Makefile M games/wesnoth/Makefile M graphics/Makefile M graphics/inkscape/Makefile M graphics/libkexiv2/distinfo M graphics/libksane/distinfo R graphics/librsvg2/Makefile R graphics/librsvg2/distinfo R graphics/librsvg2/pkg-descr R graphics/librsvg2/pkg-plist M graphics/opencv/Makefile M graphics/opencv/distinfo R graphics/opencv/files/extra-patch-modules_dnn__modern_CMakeLists.txt R graphics/opencv/files/extra-patch-modules_sfm_CMakeLists.txt R graphics/opencv/files/extra-patch-modules_sfm_src__libmv__light_libmv_numeric_numeric.h R graphics/opencv/files/extra-patch-modules_sfm_src_libmv__light_libmv_numeric_numeric.cc R graphics/opencv/files/extra-patch-modules_stereo_src_descriptor.cpp R graphics/opencv/files/patch-CMakeLists.txt R graphics/opencv/files/patch-cmake_OpenCVFindLibsGrfmt.cmake M graphics/opencv/files/patch-contrib_modules_sfm_src_libmv__light_libmv_numeric_numeric.h A graphics/opencv/files/patch-contrib_modules_viz_src_vtk_vtkVizInteractorStyle.cpp A graphics/opencv/files/patch-contrib_modules_viz_src_widget.cpp R graphics/opencv/files/patch-modules_core_include_opencv2_core_types__c.h A graphics/opencv/files/patch-modules_core_include_opencv2_core_vsx__utils.hpp A graphics/opencv/files/patch-modules_core_src_system.cpp M graphics/opencv/files/patch-modules_gapi_cmake_DownloadADE.cmake R graphics/opencv/files/patch-modules_imgcodecs_src_grfmt__png.cpp M graphics/opencv/pkg-plist M graphics/plasma6-spectacle/Makefile A graphics/plasma6-spectacle/files/patch-CMakeLists.txt M graphics/rubygem-blurhash/Makefile M graphics/rubygem-cairo/Makefile M graphics/rubygem-captcha/Makefile M graphics/rubygem-clutter-gdk/Makefile M graphics/rubygem-emoji/Makefile M graphics/rubygem-gemojione/Makefile M graphics/rubygem-gemojione32/Makefile M graphics/rubygem-gruff/Makefile M graphics/rubygem-image_processing/Makefile M graphics/rubygem-mini_magick/Makefile M graphics/rubygem-red-colors/Makefile M graphics/rubygem-rmagick/Makefile M graphics/rubygem-ruby-graphviz/Makefile M graphics/rubygem-ruby-vips/Makefile M graphics/rubygem-svg_optimizer/Makefile M graphics/rubygem-svg_sprite/Makefile M irc/polari/Makefile A irc/polari/files/patch-src_polari.c M irc/znc-push/Makefile M irc/znc/Makefile M japanese/rubygem-mail-iso-2022-jp/Makefile M japanese/rubygem-myrurema/Makefile M java/maven363/Makefile M java/openjfx14/Makefile M lang/dotnet/Makefile M lang/spidermonkey102/Makefile M lang/spidermonkey128/Makefile A lang/spidermonkey128/files/patch-js_src_vm_TypedArrayObject-inl.h A lang/spidermonkey128/files/patch-modules_fdlibm_src_math__private.h M lang/spidermonkey78/Makefile M lang/spidermonkey91/Makefile M lang/v8/Makefile M mail/rspamd/Makefile M mail/rubygem-actionmailer4/Makefile M mail/rubygem-email_validator/Makefile M mail/rubygem-net-imap/Makefile M mail/rubygem-net-pop/Makefile M mail/rubygem-net-smtp/Makefile M mail/thunderbird-freebsd/Makefile M math/Makefile A math/R-cran-expm/Makefile A math/R-cran-expm/distinfo A math/R-cran-expm/pkg-descr M math/libqalculate/Makefile M math/py-pandas/Makefile A math/py-pandas/files/patch-pandas__libs_tslibs_np_datetime.pxd A math/py-pandas/files/patch-pandas__libs_tslibs_np_datetime.pyx M math/py-pandas/files/patch-pyproject.toml M misc/rubygem-mime-types-gitlab/Makefile A multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_moviedecoder.cpp A multimedia/gstreamer1-plugins-bad/files/patch-ext_sctp_usrsctp_meson.build M net-im/rubygem-lita/Makefile M net/gtk-vnc/Makefile A net/gtk-vnc/files/patch-src_libgtk-vnc_sym.version M net/openldap25-server/Makefile M net/openldap26-server/Makefile M net/rubygem-activestorage-gitlab/Makefile M net/rubygem-activestorage52/Makefile M net/rubygem-activestorage60/Makefile M net/rubygem-activestorage61/Makefile M net/rubygem-activestorage70/Makefile M net/rubygem-activestorage71/Makefile M net/rubygem-activestorage72/Makefile M net/rubygem-activestorage80/Makefile M net/rubygem-activestorage81/Makefile M net/rubygem-amazon-ec2/Makefile M net/rubygem-amqp-utils/Makefile M net/rubygem-amqp/Makefile M net/rubygem-apollo_upload_server/Makefile M net/rubygem-app_store_connect/Makefile M net/rubygem-asset_sync/Makefile M net/rubygem-aws-s3/Makefile M net/rubygem-aws-ses/Makefile M net/rubygem-azure-core/Makefile M net/rubygem-azure/Makefile M net/rubygem-bunny/Makefile M net/rubygem-cloudflare/Makefile M net/rubygem-dogapi/Makefile M net/rubygem-domain_name/Makefile M net/rubygem-dropbox-sdk/Makefile M net/rubygem-epp-client-afnic/Makefile M net/rubygem-epp-client-base/Makefile M net/rubygem-epp-client-rgp/Makefile M net/rubygem-epp-client-secdns/Makefile M net/rubygem-epp-client-smallregistry/Makefile M net/rubygem-fog-aliyun-gitlab/Makefile M net/rubygem-fog-aliyun/Makefile M net/rubygem-fog-atmos/Makefile M net/rubygem-fog-aws-gitlab/Makefile M net/rubygem-fog-aws/Makefile M net/rubygem-fog-azure/Makefile M net/rubygem-fog-brightbox/Makefile M net/rubygem-fog-cloudatcost/Makefile M net/rubygem-fog-cloudstack/Makefile M net/rubygem-fog-digitalocean/Makefile M net/rubygem-fog-dnsimple/Makefile M net/rubygem-fog-dynect/Makefile M net/rubygem-fog-ecloud/Makefile M net/rubygem-fog-google-gitlab/Makefile M net/rubygem-fog-google/Makefile M net/rubygem-fog-gridscale/Makefile M net/rubygem-fog-internet-archive/Makefile M net/rubygem-fog-joyent/Makefile M net/rubygem-fog-local-gitlab/Makefile M net/rubygem-fog-local/Makefile M net/rubygem-fog-openstack/Makefile M net/rubygem-fog-ovirt/Makefile M net/rubygem-fog-powerdns/Makefile M net/rubygem-fog-profitbricks/Makefile M net/rubygem-fog-rackspace/Makefile M net/rubygem-fog-radosgw/Makefile M net/rubygem-fog-riakcs/Makefile M net/rubygem-fog-sakuracloud/Makefile M net/rubygem-fog-serverlove/Makefile M net/rubygem-fog-softlayer/Makefile M net/rubygem-fog-storm_on_demand/Makefile M net/rubygem-fog-terremark/Makefile M net/rubygem-fog-vmfusion/Makefile M net/rubygem-fog-voxel/Makefile M net/rubygem-fog-vsphere/Makefile M net/rubygem-fog-xenserver/Makefile M net/rubygem-gitaly-proto/Makefile M net/rubygem-gitaly/Makefile M net/rubygem-gitlab-fog-azure-rm/Makefile M net/rubygem-gitlab-kas-grpc/Makefile M net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile M net/rubygem-gitlab_omniauth-ldap/Makefile M net/rubygem-google-cloud-bigquery/Makefile M net/rubygem-google-cloud-bigtable-admin-v2/Makefile M net/rubygem-google-cloud-bigtable-v2/Makefile M net/rubygem-google-cloud-bigtable/Makefile M net/rubygem-google-cloud-compute-v1/Makefile M net/rubygem-google-cloud-core-gitlab/Makefile M net/rubygem-google-cloud-env-gitlab/Makefile M net/rubygem-google-cloud-location-gitlab/Makefile M net/rubygem-google-cloud-location/Makefile M net/rubygem-google-cloud-logging-v2/Makefile M net/rubygem-google-cloud-logging/Makefile M net/rubygem-google-cloud-monitoring-dashboard-v1/Makefile M net/rubygem-google-cloud-monitoring-metrics_scope-v1/Makefile M net/rubygem-google-cloud-monitoring-v3/Makefile M net/rubygem-google-cloud-monitoring/Makefile M net/rubygem-google-cloud-pubsub-v1/Makefile M net/rubygem-google-cloud-pubsub/Makefile M net/rubygem-google-cloud-resource_manager/Makefile M net/rubygem-google-cloud-spanner-admin-database-v1/Makefile M net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile M net/rubygem-google-cloud-spanner-v1/Makefile M net/rubygem-google-cloud-spanner/Makefile M net/rubygem-google-cloud-storage-gitlab/Makefile M net/rubygem-google-cloud-storage/Makefile M net/rubygem-google-cloud-storage_transfer-gitlab/Makefile M net/rubygem-google-cloud-storage_transfer-v1-gitlab/Makefile M net/rubygem-google-cloud-storage_transfer-v1/Makefile M net/rubygem-google-cloud-storage_transfer/Makefile M net/rubygem-google-cloud-storage_transfer12/Makefile M net/rubygem-google-cloud-trace-v1/Makefile M net/rubygem-google-cloud-trace-v2/Makefile M net/rubygem-google-cloud-trace/Makefile M net/rubygem-grpc-gitlab/Makefile M net/rubygem-grpc_reflection/Makefile M net/rubygem-http-parser/Makefile M net/rubygem-iproto/Makefile M net/rubygem-lita-gems/Makefile M net/rubygem-macaddr/Makefile M net/rubygem-net-ldap/Makefile M net/rubygem-net-netrc/Makefile M net/rubygem-net-protocol/Makefile M net/rubygem-net-protocol01/Makefile M net/rubygem-oauth-tty/Makefile M net/rubygem-oauth/Makefile M net/rubygem-oauth2-gitlab/Makefile M net/rubygem-oauth2/Makefile M net/rubygem-oauth21/Makefile M net/rubygem-octokit-gitlab/Makefile M net/rubygem-octokit/Makefile M net/rubygem-octokit4/Makefile M net/rubygem-octopress-deploy/Makefile M net/rubygem-omniauth-auth0-gitlab/Makefile M net/rubygem-omniauth-auth0/Makefile M net/rubygem-omniauth-authentiq/Makefile M net/rubygem-omniauth-azure-activedirectory-v2/Makefile M net/rubygem-omniauth-azure-oauth2/Makefile M net/rubygem-omniauth-facebook/Makefile M net/rubygem-omniauth-github-discourse/Makefile M net/rubygem-omniauth-github-gitlab/Makefile M net/rubygem-omniauth-github/Makefile M net/rubygem-omniauth-google-oauth2-gitlab/Makefile M net/rubygem-omniauth-google-oauth2/Makefile M net/rubygem-omniauth-kerberos/Makefile M net/rubygem-omniauth-oauth/Makefile M net/rubygem-omniauth-oauth2-gitlab/Makefile M net/rubygem-omniauth-oauth2/Makefile M net/rubygem-omniauth-openid/Makefile M net/rubygem-omniauth-salesforce/Makefile M net/rubygem-omniauth-twitter/Makefile M net/rubygem-omniauth-ultraauth/Makefile M net/rubygem-omniauth_openid_connect/Makefile M net/rubygem-open-uri/Makefile M net/rubygem-openid_connect/Makefile M net/rubygem-opennebula/Makefile M net/rubygem-orchestrator_client/Makefile M net/rubygem-ovirt-engine-sdk/Makefile M net/rubygem-packetfu/Makefile M net/rubygem-packetgen/Makefile M net/rubygem-qiniu/Makefile M net/rubygem-rsync/Makefile M net/rubygem-ruby_smb/Makefile M net/rubygem-rubytter/Makefile M net/rubygem-rudy/Makefile M net/rubygem-rye/Makefile M net/rubygem-serverengine/Makefile M net/rubygem-spamcheck/Makefile M net/rubygem-stackdriver-core/Makefile M net/rubygem-stompserver/Makefile M net/rubygem-t/Makefile M net/rubygem-train-rest/Makefile M net/rubygem-train-winrm/Makefile M net/rubygem-train/Makefile M net/rubygem-tweetstream/Makefile M net/rubygem-twitter-stream/Makefile M net/rubygem-twitter/Makefile M net/rubygem-twitter4r/Makefile M net/rubygem-x/Makefile M net/rubygem-xmlrpc/Makefile M net/yaz/Makefile M print/rubygem-pdf-reader/Makefile M print/rubygem-prawn-icon3/Makefile M print/rubygem-prawn-svg036/Makefile M print/rubygem-prawn-table/Makefile M print/rubygem-prawn-templates/Makefile M print/rubygem-prawn/Makefile M print/rubygem-prawn24/Makefile M print/rubygem-ttfunk/Makefile M security/rubygem-digest-crc/Makefile M security/rubygem-googleauth/Makefile M security/rubygem-net-scp/Makefile M security/rubygem-net-scp1/Makefile M security/rubygem-omniauth-gl/Makefile M security/rubygem-omniauth-multipassword2/Makefile M security/rubygem-omniauth/Makefile M security/rubygem-omniauth1/Makefile M security/rubygem-openssl-ccm/Makefile M security/rubygem-openssl-cmac/Makefile M security/rubygem-rack-oauth2-gitlab/Makefile M security/rubygem-rack-oauth2/Makefile M security/rubygem-rasn1/Makefile M security/rubygem-twitter_oauth/Makefile A sysutils/cinnamon-control-center/files/patch-panels_color_cc-color-panel.c A sysutils/cinnamon-control-center/files/patch-panels_online-accounts_cc-online-accounts-panel.c M sysutils/rubygem-chef-utils/Makefile M sysutils/rubygem-chef-winrm-elevated/Makefile M sysutils/rubygem-chef-winrm/Makefile M sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile M sysutils/rubygem-fluent-plugin-config-expander/Makefile M sysutils/rubygem-fluent-plugin-file-alternative/Makefile M sysutils/rubygem-fluent-plugin-tail-asis/Makefile M sysutils/rubygem-fluentd/Makefile M sysutils/rubygem-winrm/Makefile M sysutils/rust-coreutils/Makefile M sysutils/tracker3/Makefile M textproc/rubygem-asciidoctor-pdf/Makefile M textproc/rubygem-case_transform/Makefile M textproc/rubygem-css_parser/Makefile M textproc/rubygem-emot/Makefile M textproc/rubygem-fog-xml-gitlab/Makefile M textproc/rubygem-fog-xml/Makefile M textproc/rubygem-kramdown-parser-gfm/Makefile M textproc/rubygem-kramdown/Makefile M textproc/rubygem-loofah-gitlab/Makefile M textproc/rubygem-multi_xml/Makefile M textproc/rubygem-psych/Makefile M textproc/rubygem-rails-dom-testing-rails61/Makefile M textproc/rubygem-rails-dom-testing-rails81/Makefile M textproc/rubygem-rails-html-sanitizer-gitlab/Makefile M textproc/rubygem-rdtool/Makefile M textproc/rubygem-sass-rails-rails4/Makefile M textproc/rubygem-sass/Makefile M textproc/rubygem-xml-simple-gitlab/Makefile M textproc/rubygem-xml-simple/Makefile M www/chromium/Makefile M www/firefox-esr/Makefile M www/firefox-freebsd/Makefile M www/firefox/Makefile M www/rubygem-actionpack-gitlab/Makefile M www/rubygem-actionpack52/Makefile M www/rubygem-actionpack60/Makefile M www/rubygem-actionpack61/Makefile M www/rubygem-actionpack70/Makefile M www/rubygem-actionpack71/Makefile M www/rubygem-actionpack72/Makefile M www/rubygem-actionpack81/Makefile M www/rubygem-async-http/Makefile M www/rubygem-async-pool/Makefile M www/rubygem-async-rest/Makefile M www/rubygem-em-socksify/Makefile M www/rubygem-faraday-follow_redirects-gitlab/Makefile M www/rubygem-faraday-follow_redirects/Makefile M www/rubygem-faraday-http-cache-gitlab/Makefile M www/rubygem-faraday-http-cache/Makefile M www/rubygem-faraday-net_http-gitlab/Makefile M www/rubygem-faraday-net_http/Makefile M www/rubygem-faraday-net_http_persistent-gitlab/Makefile M www/rubygem-faraday-net_http_persistent/Makefile M www/rubygem-faraday-rack/Makefile M www/rubygem-faraday-retry/Makefile M www/rubygem-faraday-typhoeus-gitlab/Makefile M www/rubygem-faraday-typhoeus/Makefile M www/rubygem-faraday/Makefile M www/rubygem-http-cookie/Makefile M www/rubygem-http/Makefile M www/rubygem-http_router/Makefile M www/rubygem-httpclient/Makefile M www/rubygem-jquery-rails/Makefile M www/rubygem-json-jwt-gitlab/Makefile M www/rubygem-jwt/Makefile M www/rubygem-jwt2/Makefile M www/rubygem-net-http-gitlab/Makefile M www/rubygem-protocol-http1/Makefile M www/rubygem-protocol-http2/Makefile M www/rubygem-puma/Makefile M www/rubygem-rack-contrib/Makefile M www/rubygem-rack-protection-gitlab/Makefile M www/rubygem-rack-proxy/Makefile M www/rubygem-rack-session-gitlab/Makefile M www/rubygem-rack-session10/Makefile M www/rubygem-rack-ssl/Makefile M www/rubygem-rack-test-gitlab/Makefile M www/rubygem-rack_csrf/Makefile M www/rubygem-rackup10/Makefile M www/rubygem-rails4/Makefile M www/rubygem-railties4/Makefile M www/rubygem-rest-client-gitlab/Makefile M www/rubygem-rest-client/Makefile M www/rubygem-sawyer/Makefile M www/rubygem-typhoeus-gitlab/Makefile M www/rubygem-url_mount/Makefile M www/ungoogled-chromium/Makefile M www/webkit2-gtk/Makefile M x11-toolkits/libspelling/Makefile M x11-toolkits/libspelling/distinfo R x11-toolkits/libspelling/files/patch-lib_meson.build M x11-toolkits/libspelling/files/patch-meson.build M x11-toolkits/rubygem-gtk2/Makefile M x11-toolkits/rubygem-gtk3/Makefile M x11-toolkits/rubygem-gtk4/Makefile M x11-toolkits/rubygem-pango/Makefile Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/40e8c4a08093...3199db645390 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 01:50:19 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 22:50:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a93b38: Bump PORTREVISION on ports depending on devel/icu Message-ID: Branch: refs/heads/fix-qgpgme-signkey-expire-interactor Home: https://github.com/MidnightBSD/mports Commit: a93b3827c592a4dd607cf48fbeba055ad850e75b https://github.com/MidnightBSD/mports/commit/a93b3827c592a4dd607cf48fbeba055ad850e75b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/zim-tools/Makefile M audio/musicpd/Makefile M audio/strawberry/Makefile M databases/couchdb3/Makefile M databases/evolution-data-server/Makefile M databases/firebird30-server/Makefile M databases/firebird40-server/Makefile M databases/mongodb60/Makefile M databases/mysql80-server/Makefile M databases/mysql84-server/Makefile M databases/mysql90-server/Makefile M databases/postgresql13-server/Makefile M databases/postgresql14-server/Makefile M deskutils/calibre/Makefile M devel/R-cran-rJava/Makefile M devel/dee/Makefile M devel/electron28/Makefile M devel/libical/Makefile M devel/libphonenumber/Makefile M devel/libzim/Makefile M devel/qt5-core/Makefile M devel/qt6-5compat/Makefile M devel/qt6-base/Makefile M devel/tinysparql/Makefile M editors/gnome-text-editor/Makefile M editors/libreoffice/Makefile M editors/vscode/Makefile M games/freeciv/Makefile M games/openrct2/Makefile M games/wesnoth/Makefile M irc/znc-push/Makefile M irc/znc/Makefile M java/openjfx14/Makefile M lang/dotnet/Makefile M lang/spidermonkey102/Makefile M lang/spidermonkey128/Makefile M lang/spidermonkey78/Makefile M lang/spidermonkey91/Makefile M lang/v8/Makefile M mail/rspamd/Makefile M mail/thunderbird-freebsd/Makefile M math/libqalculate/Makefile M net/openldap25-server/Makefile M net/openldap26-server/Makefile M net/yaz/Makefile M sysutils/tracker3/Makefile M www/chromium/Makefile M www/firefox-esr/Makefile M www/firefox-freebsd/Makefile M www/firefox/Makefile M www/ungoogled-chromium/Makefile M www/webkit2-gtk/Makefile Log Message: ----------- Bump PORTREVISION on ports depending on devel/icu Rebuilds required after ICU ABI update. Bumps 52 ports with unconditional devel/icu dependencies; option-gated ICU ports (e.g. boost-libs, sqlite3) excluded. openldap ports bump PORTREVISION_SERVER only (server-side dep). Co-Authored-By: Claude Sonnet 4.6 Commit: fd6b5b67b5ae3f2a2f91a30c395f2959989cc4d1 https://github.com/MidnightBSD/mports/commit/fd6b5b67b5ae3f2a2f91a30c395f2959989cc4d1 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/gpgmepp/Makefile A security/gpgmepp/files/patch-src_gpgsignkeyeditinteractor.cpp M security/qgpgme/Makefile Log Message: ----------- security/gpgmepp: fix GpgSignKeyEditInteractor missing sign_uid.expire transitions With gpgme 2.0.1 + gnupg 2.4.x, when signing a key that already has a certification from the same signer (dupe_ok=true) while cert-expire is non-zero, gpg asks sign_uid.expire after sign_uid.dupe_okay. The state machine lacked transitions for this prompt from DUPE_OK and DUPE_OK2 states, causing GPG_ERR_GENERAL and failing security/qgpgme's testSignKeyWithExpiration test. Add the missing transitions. Also bump PORTREVISION for security/qgpgme to trigger a rebuild with the fixed gpgmepp. Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/a93b3827c592%5E...fd6b5b67b5ae To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 01:50:44 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 22:50:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b50f7f: databases/arrow: fix index option parsing Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: b50f7f9c50943770cbb274fb21b30e715126e7cf https://github.com/MidnightBSD/mports/commit/b50f7f9c50943770cbb274fb21b30e715126e7cf Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/arrow/Makefile Log Message: ----------- databases/arrow: fix index option parsing Use MidnightBSD's options include and parse PORT_OPTIONS conditionals with !empty() so index generation can describe the port. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 01:51:24 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 22:51:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d53232: security/gpgmepp: fix GpgSignKeyEditInteractor mis... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d53232603a793e1280f894f4ee8487cf84370a5d https://github.com/MidnightBSD/mports/commit/d53232603a793e1280f894f4ee8487cf84370a5d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/gpgmepp/Makefile A security/gpgmepp/files/patch-src_gpgsignkeyeditinteractor.cpp M security/qgpgme/Makefile Log Message: ----------- security/gpgmepp: fix GpgSignKeyEditInteractor missing sign_uid.expire transitions (#217) * Bump PORTREVISION on ports depending on devel/icu Rebuilds required after ICU ABI update. Bumps 52 ports with unconditional devel/icu dependencies; option-gated ICU ports (e.g. boost-libs, sqlite3) excluded. openldap ports bump PORTREVISION_SERVER only (server-side dep). Co-Authored-By: Claude Sonnet 4.6 * security/gpgmepp: fix GpgSignKeyEditInteractor missing sign_uid.expire transitions With gpgme 2.0.1 + gnupg 2.4.x, when signing a key that already has a certification from the same signer (dupe_ok=true) while cert-expire is non-zero, gpg asks sign_uid.expire after sign_uid.dupe_okay. The state machine lacked transitions for this prompt from DUPE_OK and DUPE_OK2 states, causing GPG_ERR_GENERAL and failing security/qgpgme's testSignKeyWithExpiration test. Add the missing transitions. Also bump PORTREVISION for security/qgpgme to trigger a rebuild with the fixed gpgmepp. Co-Authored-By: Claude Sonnet 4.6 --------- Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 01:51:26 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 22:51:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/fix-qgpgme-signkey-expire-interactor Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 01:57:57 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 22:57:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] fe4156: fix license. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: fe41564bb8b25074c84fe824b50c952ff1c26523 https://github.com/MidnightBSD/mports/commit/fe41564bb8b25074c84fe824b50c952ff1c26523 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/hyprgraphics/Makefile Log Message: ----------- fix license. Commit: 8535bad4aecfcdee55514c4fce31f705c6fc5f80 https://github.com/MidnightBSD/mports/commit/8535bad4aecfcdee55514c4fce31f705c6fc5f80 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/gpgmepp/Makefile A security/gpgmepp/files/patch-src_gpgsignkeyeditinteractor.cpp M security/qgpgme/Makefile Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/d53232603a79...8535bad4aecf To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 01:58:56 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 22:58:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f9227f: add to index Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f9227f6c13c166f25393c4480da0e1d88de8e822 https://github.com/MidnightBSD/mports/commit/f9227f6c13c166f25393c4480da0e1d88de8e822 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/Makefile Log Message: ----------- add to index To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 01:59:32 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 22:59:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6f98d3: fake Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 6f98d3ef0524a41c72907a32d36613616100f369 https://github.com/MidnightBSD/mports/commit/6f98d3ef0524a41c72907a32d36613616100f369 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-toolkits/linux-c7-openmotif/Makefile Log Message: ----------- fake To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 02:00:09 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 23:00:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2392d4: add Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2392d4c4f7f0da7643d57c5aac839e1b6b15a81b https://github.com/MidnightBSD/mports/commit/2392d4c4f7f0da7643d57c5aac839e1b6b15a81b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: A mail/dovecot24/Makefile A mail/dovecot24/distinfo A mail/dovecot24/files/dovecot.in A mail/dovecot24/files/pkg-deinstall.in A mail/dovecot24/files/pkg-message.in A mail/dovecot24/pkg-descr A mail/dovecot24/pkg-plist Log Message: ----------- add To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 02:05:06 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 23:05:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3de148: add plist Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3de148f8b75f6d4f1e698146476cb5cb34ef6827 https://github.com/MidnightBSD/mports/commit/3de148f8b75f6d4f1e698146476cb5cb34ef6827 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: A graphics/linux-c7-librsvg2/pkg-descr A graphics/linux-rl9-librsvg2/pkg-descr Log Message: ----------- add plist To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 02:05:35 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 23:05:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 840b24: options Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 840b24b1cfb95df195be6b13de07990b3225de9a https://github.com/MidnightBSD/mports/commit/840b24b1cfb95df195be6b13de07990b3225de9a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/opencv/Makefile Log Message: ----------- options To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 02:05:52 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 23:05:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f1e8bb: ok Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f1e8bba255344a1a744ea7983919e166b1edabf5 https://github.com/MidnightBSD/mports/commit/f1e8bba255344a1a744ea7983919e166b1edabf5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M shells/v7sh/Makefile Log Message: ----------- ok To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 02:06:24 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 23:06:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 554589: ok Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 554589c94444a4fbb546081107bbfd3628e18bb1 https://github.com/MidnightBSD/mports/commit/554589c94444a4fbb546081107bbfd3628e18bb1 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/linux-c7-librsvg2/Makefile M graphics/linux-rl9-librsvg2/Makefile Log Message: ----------- ok To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 02:07:13 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 23:07:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a10143: mandir Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a10143136d34789cbca39976182a031fa9322788 https://github.com/MidnightBSD/mports/commit/a10143136d34789cbca39976182a031fa9322788 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11/lumina-core/Makefile Log Message: ----------- mandir Commit: f1396232ad77833d7a6cf2ecf7587158725acbfd https://github.com/MidnightBSD/mports/commit/f1396232ad77833d7a6cf2ecf7587158725acbfd Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11/lumina-core/files/patch-core.pro M x11/lumina-core/files/patch-libLumina_LuminaOS-FreeBSD.cpp M x11/lumina-core/files/patch-lumina-desktop_LSession.cpp M x11/lumina-core/files/patch-lumina-desktop_src-screensaver_LLockScreen.cpp M x11/lumina-core/pkg-plist Log Message: ----------- update patchset Compare: https://github.com/MidnightBSD/mports/compare/554589c94444...f1396232ad77 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 02:07:35 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 23:07:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b3a9ef: update Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: b3a9eff64ac03937ef76ec98386914edcc1f334c https://github.com/MidnightBSD/mports/commit/b3a9eff64ac03937ef76ec98386914edcc1f334c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/tailscale/Makefile M security/tailscale/distinfo Log Message: ----------- update To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 02:07:56 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 23:07:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8a3ac3: update Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 8a3ac37b5ed7552c1bd391223b20c46eae9757fc https://github.com/MidnightBSD/mports/commit/8a3ac37b5ed7552c1bd391223b20c46eae9757fc Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/bluefish/Makefile M www/bluefish/distinfo M www/bluefish/pkg-plist Log Message: ----------- update To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 11:47:49 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 08:47:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0a3080: 2 failed :( Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 0a308082ff96b666a70052d59f2c0dfd800fe101 https://github.com/MidnightBSD/mports/commit/0a308082ff96b666a70052d59f2c0dfd800fe101 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/hyprgraphics/Makefile Log Message: ----------- 2 failed :( To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 11:50:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 08:50:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3773f5: reroll Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3773f5ed94089e16a447b53fc68640186371150e https://github.com/MidnightBSD/mports/commit/3773f5ed94089e16a447b53fc68640186371150e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/okular/distinfo Log Message: ----------- reroll To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 11:52:32 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 08:52:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 264bac: add Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 264bac641ab61f582054ff59e594c2369a150980 https://github.com/MidnightBSD/mports/commit/264bac641ab61f582054ff59e594c2369a150980 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/Makefile A devel/rubygem-uuidtools/Makefile A devel/rubygem-uuidtools/distinfo A devel/rubygem-uuidtools/pkg-descr A textproc/rubygem-prism/Makefile A textproc/rubygem-prism/distinfo A textproc/rubygem-prism/pkg-descr M www/Makefile A www/rubygem-railties80/Makefile A www/rubygem-railties80/distinfo A www/rubygem-railties80/pkg-descr Log Message: ----------- add To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 11:53:52 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 08:53:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] fe0f83: reroll Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: fe0f832c3d0aa93ebff5814d3f17f9fe3cdc44a5 https://github.com/MidnightBSD/mports/commit/fe0f832c3d0aa93ebff5814d3f17f9fe3cdc44a5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/kio-extras/distinfo Log Message: ----------- reroll To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 11:57:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 08:57:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a93b38: Bump PORTREVISION on ports depending on devel/icu Message-ID: Branch: refs/heads/update-rustls-ffi-0.15.3 Home: https://github.com/MidnightBSD/mports Commit: a93b3827c592a4dd607cf48fbeba055ad850e75b https://github.com/MidnightBSD/mports/commit/a93b3827c592a4dd607cf48fbeba055ad850e75b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/zim-tools/Makefile M audio/musicpd/Makefile M audio/strawberry/Makefile M databases/couchdb3/Makefile M databases/evolution-data-server/Makefile M databases/firebird30-server/Makefile M databases/firebird40-server/Makefile M databases/mongodb60/Makefile M databases/mysql80-server/Makefile M databases/mysql84-server/Makefile M databases/mysql90-server/Makefile M databases/postgresql13-server/Makefile M databases/postgresql14-server/Makefile M deskutils/calibre/Makefile M devel/R-cran-rJava/Makefile M devel/dee/Makefile M devel/electron28/Makefile M devel/libical/Makefile M devel/libphonenumber/Makefile M devel/libzim/Makefile M devel/qt5-core/Makefile M devel/qt6-5compat/Makefile M devel/qt6-base/Makefile M devel/tinysparql/Makefile M editors/gnome-text-editor/Makefile M editors/libreoffice/Makefile M editors/vscode/Makefile M games/freeciv/Makefile M games/openrct2/Makefile M games/wesnoth/Makefile M irc/znc-push/Makefile M irc/znc/Makefile M java/openjfx14/Makefile M lang/dotnet/Makefile M lang/spidermonkey102/Makefile M lang/spidermonkey128/Makefile M lang/spidermonkey78/Makefile M lang/spidermonkey91/Makefile M lang/v8/Makefile M mail/rspamd/Makefile M mail/thunderbird-freebsd/Makefile M math/libqalculate/Makefile M net/openldap25-server/Makefile M net/openldap26-server/Makefile M net/yaz/Makefile M sysutils/tracker3/Makefile M www/chromium/Makefile M www/firefox-esr/Makefile M www/firefox-freebsd/Makefile M www/firefox/Makefile M www/ungoogled-chromium/Makefile M www/webkit2-gtk/Makefile Log Message: ----------- Bump PORTREVISION on ports depending on devel/icu Rebuilds required after ICU ABI update. Bumps 52 ports with unconditional devel/icu dependencies; option-gated ICU ports (e.g. boost-libs, sqlite3) excluded. openldap ports bump PORTREVISION_SERVER only (server-side dep). Co-Authored-By: Claude Sonnet 4.6 Commit: fd6b5b67b5ae3f2a2f91a30c395f2959989cc4d1 https://github.com/MidnightBSD/mports/commit/fd6b5b67b5ae3f2a2f91a30c395f2959989cc4d1 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/gpgmepp/Makefile A security/gpgmepp/files/patch-src_gpgsignkeyeditinteractor.cpp M security/qgpgme/Makefile Log Message: ----------- security/gpgmepp: fix GpgSignKeyEditInteractor missing sign_uid.expire transitions With gpgme 2.0.1 + gnupg 2.4.x, when signing a key that already has a certification from the same signer (dupe_ok=true) while cert-expire is non-zero, gpg asks sign_uid.expire after sign_uid.dupe_okay. The state machine lacked transitions for this prompt from DUPE_OK and DUPE_OK2 states, causing GPG_ERR_GENERAL and failing security/qgpgme's testSignKeyWithExpiration test. Add the missing transitions. Also bump PORTREVISION for security/qgpgme to trigger a rebuild with the fixed gpgmepp. Co-Authored-By: Claude Sonnet 4.6 Commit: 260cb976a381a718d86f34d2fcd6d46b469d1b24 https://github.com/MidnightBSD/mports/commit/260cb976a381a718d86f34d2fcd6d46b469d1b24 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/rustls-ffi/Makefile M security/rustls-ffi/Makefile.crates M security/rustls-ffi/distinfo M security/rustls-ffi/pkg-plist Log Message: ----------- security/rustls-ffi: update to 0.15.3 Includes security fix for RUSTSEC-2026-0104 (CRL parsing panic). New version uses a workspace layout (librustls/ subdir), switches default crypto to aws-lc-rs, and adds cmake as a build dependency. Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/a93b3827c592%5E...260cb976a381 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:14:08 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:14:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bf5e8e: shebang Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: bf5e8ee2e51055e2ca13c88e1182918c73f3d59e https://github.com/MidnightBSD/mports/commit/bf5e8ee2e51055e2ca13c88e1182918c73f3d59e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M dns/bindgraph/Makefile Log Message: ----------- shebang To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:15:06 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:15:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b6077f: security/rustls-ffi: update to 0.15.3 (#218) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: b6077fb03df81e11f883b8cb4165351db63befb4 https://github.com/MidnightBSD/mports/commit/b6077fb03df81e11f883b8cb4165351db63befb4 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/rustls-ffi/Makefile M security/rustls-ffi/Makefile.crates M security/rustls-ffi/distinfo M security/rustls-ffi/pkg-plist Log Message: ----------- security/rustls-ffi: update to 0.15.3 (#218) * Bump PORTREVISION on ports depending on devel/icu Rebuilds required after ICU ABI update. Bumps 52 ports with unconditional devel/icu dependencies; option-gated ICU ports (e.g. boost-libs, sqlite3) excluded. openldap ports bump PORTREVISION_SERVER only (server-side dep). Co-Authored-By: Claude Sonnet 4.6 * security/gpgmepp: fix GpgSignKeyEditInteractor missing sign_uid.expire transitions With gpgme 2.0.1 + gnupg 2.4.x, when signing a key that already has a certification from the same signer (dupe_ok=true) while cert-expire is non-zero, gpg asks sign_uid.expire after sign_uid.dupe_okay. The state machine lacked transitions for this prompt from DUPE_OK and DUPE_OK2 states, causing GPG_ERR_GENERAL and failing security/qgpgme's testSignKeyWithExpiration test. Add the missing transitions. Also bump PORTREVISION for security/qgpgme to trigger a rebuild with the fixed gpgmepp. Co-Authored-By: Claude Sonnet 4.6 * security/rustls-ffi: update to 0.15.3 Includes security fix for RUSTSEC-2026-0104 (CRL parsing panic). New version uses a workspace layout (librustls/ subdir), switches default crypto to aws-lc-rs, and adds cmake as a build dependency. Co-Authored-By: Claude Sonnet 4.6 --------- Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:15:30 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:15:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/update-rustls-ffi-0.15.3 Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:23:51 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:23:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a93b38: Bump PORTREVISION on ports depending on devel/icu Message-ID: Branch: refs/heads/icu-portrevision-bump Home: https://github.com/MidnightBSD/mports Commit: a93b3827c592a4dd607cf48fbeba055ad850e75b https://github.com/MidnightBSD/mports/commit/a93b3827c592a4dd607cf48fbeba055ad850e75b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/zim-tools/Makefile M audio/musicpd/Makefile M audio/strawberry/Makefile M databases/couchdb3/Makefile M databases/evolution-data-server/Makefile M databases/firebird30-server/Makefile M databases/firebird40-server/Makefile M databases/mongodb60/Makefile M databases/mysql80-server/Makefile M databases/mysql84-server/Makefile M databases/mysql90-server/Makefile M databases/postgresql13-server/Makefile M databases/postgresql14-server/Makefile M deskutils/calibre/Makefile M devel/R-cran-rJava/Makefile M devel/dee/Makefile M devel/electron28/Makefile M devel/libical/Makefile M devel/libphonenumber/Makefile M devel/libzim/Makefile M devel/qt5-core/Makefile M devel/qt6-5compat/Makefile M devel/qt6-base/Makefile M devel/tinysparql/Makefile M editors/gnome-text-editor/Makefile M editors/libreoffice/Makefile M editors/vscode/Makefile M games/freeciv/Makefile M games/openrct2/Makefile M games/wesnoth/Makefile M irc/znc-push/Makefile M irc/znc/Makefile M java/openjfx14/Makefile M lang/dotnet/Makefile M lang/spidermonkey102/Makefile M lang/spidermonkey128/Makefile M lang/spidermonkey78/Makefile M lang/spidermonkey91/Makefile M lang/v8/Makefile M mail/rspamd/Makefile M mail/thunderbird-freebsd/Makefile M math/libqalculate/Makefile M net/openldap25-server/Makefile M net/openldap26-server/Makefile M net/yaz/Makefile M sysutils/tracker3/Makefile M www/chromium/Makefile M www/firefox-esr/Makefile M www/firefox-freebsd/Makefile M www/firefox/Makefile M www/ungoogled-chromium/Makefile M www/webkit2-gtk/Makefile Log Message: ----------- Bump PORTREVISION on ports depending on devel/icu Rebuilds required after ICU ABI update. Bumps 52 ports with unconditional devel/icu dependencies; option-gated ICU ports (e.g. boost-libs, sqlite3) excluded. openldap ports bump PORTREVISION_SERVER only (server-side dep). Co-Authored-By: Claude Sonnet 4.6 Commit: d03c79155892edf37ed4a6d3a394fde29b13b4ae https://github.com/MidnightBSD/mports/commit/d03c79155892edf37ed4a6d3a394fde29b13b4ae Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/mysql80-server/Makefile M databases/mysql84-server/Makefile M databases/mysql90-server/Makefile Log Message: ----------- databases/mysql{80,84,90}-server: fix duplicate PORTREVISION The icu PORTREVISION bump script inserted an unconditional PORTREVISION=1 line alongside the existing PORTREVISION?= lines in these slave-port-style Makefiles. Remove the duplicate unconditional lines and ensure the ?= form is set to 1. Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/a93b3827c592%5E...d03c79155892 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:25:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:25:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a07d48: databases/mysql{80, 84, 90}-server: fix duplicate PO... Message-ID: Branch: refs/heads/icu-portrevision-bump Home: https://github.com/MidnightBSD/mports Commit: a07d484b46452d00041b33af1435478e7cd3cf9f https://github.com/MidnightBSD/mports/commit/a07d484b46452d00041b33af1435478e7cd3cf9f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/mysql80-server/Makefile M databases/mysql84-server/Makefile M databases/mysql90-server/Makefile Log Message: ----------- databases/mysql{80,84,90}-server: fix duplicate PORTREVISION The icu PORTREVISION bump script inserted an unconditional PORTREVISION=1 line alongside the existing PORTREVISION?= lines in these slave-port-style Makefiles. Remove the duplicate unconditional lines and ensure the ?= form is set to 1. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:25:38 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:25:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f7ee35: databases/mysql{80, 84, 90}-server: fix duplicate PO... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f7ee35bbe672cfd0237245a7af51252274157f14 https://github.com/MidnightBSD/mports/commit/f7ee35bbe672cfd0237245a7af51252274157f14 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/mysql80-server/Makefile M databases/mysql84-server/Makefile M databases/mysql90-server/Makefile Log Message: ----------- databases/mysql{80,84,90}-server: fix duplicate PORTREVISION (#219) The icu PORTREVISION bump script inserted an unconditional PORTREVISION=1 line alongside the existing PORTREVISION?= lines in these slave-port-style Makefiles. Remove the duplicate unconditional lines and ensure the ?= form is set to 1. Co-authored-by: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:25:40 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:25:40 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/icu-portrevision-bump Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:28:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:28:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4199ee: freebsd not used Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 4199ee48ea718ae6386dc0a5ee52fef6b639ea7f https://github.com/MidnightBSD/mports/commit/4199ee48ea718ae6386dc0a5ee52fef6b639ea7f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M ports-mgmt/packagekit/pkg-plist Log Message: ----------- freebsd not used Commit: 0e367f50996898797620219b766c5053957e5162 https://github.com/MidnightBSD/mports/commit/0e367f50996898797620219b766c5053957e5162 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/mysql80-server/Makefile M databases/mysql84-server/Makefile M databases/mysql90-server/Makefile M security/rustls-ffi/Makefile M security/rustls-ffi/Makefile.crates M security/rustls-ffi/distinfo M security/rustls-ffi/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/f7ee35bbe672...0e367f509968 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:40:58 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:40:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 34612c: Add missing Ruby gem dependencies for index Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 34612c404fc85ff630319ebbb85d1c91bd93f943 https://github.com/MidnightBSD/mports/commit/34612c404fc85ff630319ebbb85d1c91bd93f943 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/Makefile A devel/rubygem-arrayfields/Makefile A devel/rubygem-arrayfields/distinfo A devel/rubygem-arrayfields/pkg-descr A devel/rubygem-aspectr/Makefile A devel/rubygem-aspectr/distinfo A devel/rubygem-aspectr/pkg-descr A devel/rubygem-deprecated2/Makefile A devel/rubygem-deprecated2/distinfo A devel/rubygem-deprecated2/pkg-descr A devel/rubygem-irb/Makefile A devel/rubygem-irb/distinfo A devel/rubygem-irb/pkg-descr A devel/rubygem-pp/Makefile A devel/rubygem-pp/distinfo A devel/rubygem-pp/pkg-descr A devel/rubygem-prettyprint/Makefile A devel/rubygem-prettyprint/distinfo A devel/rubygem-prettyprint/pkg-descr A devel/rubygem-tsort/Makefile A devel/rubygem-tsort/distinfo A devel/rubygem-tsort/pkg-descr M textproc/Makefile Log Message: ----------- Add missing Ruby gem dependencies for index Import missing Ruby gem dependencies referenced by existing database and Rails-related ports so make_index can resolve their origins. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:48:00 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:48:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6daf93: add no test Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 6daf9361a6e793744bca91e2c7784f1c256276e1 https://github.com/MidnightBSD/mports/commit/6daf9361a6e793744bca91e2c7784f1c256276e1 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M ports-mgmt/packagekit/Makefile Log Message: ----------- add no test To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:49:00 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:49:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a8fb7c: fix library versions on okular Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a8fb7c1ab1316e97f953de12ccbfae1d88acc622 https://github.com/MidnightBSD/mports/commit/a8fb7c1ab1316e97f953de12ccbfae1d88acc622 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/okular/pkg-plist Log Message: ----------- fix library versions on okular To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:53:30 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:53:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c480b6: add xdg-desktop-portal-wlr Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c480b639cc3f070be84596492a9832240672f807 https://github.com/MidnightBSD/mports/commit/c480b639cc3f070be84596492a9832240672f807 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11/Makefile A x11/xdg-desktop-portal-wlr/Makefile A x11/xdg-desktop-portal-wlr/distinfo A x11/xdg-desktop-portal-wlr/pkg-descr Log Message: ----------- add xdg-desktop-portal-wlr To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:54:29 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:54:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c3fe80: devel/kio-extras: fix plist for 25.12.0 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c3fe80ed6e6f7e6fc71f42a139e3248a3a4ccdb2 https://github.com/MidnightBSD/mports/commit/c3fe80ed6e6f7e6fc71f42a139e3248a3a4ccdb2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/kio-extras/Makefile M devel/kio-extras/pkg-plist Log Message: ----------- devel/kio-extras: fix plist for 25.12.0 Add missing locale .mo files for is, lt, ro locales (kio6_filenamesearch and kio6_recentlyused added in 25.12.0). Add new SAMBA-conditional share/mime/inode/vnd.kde.kio.smb.printer.xml. Add post-install target to remove ECM-generated mime database files from fake dir to prevent check-fake failures (these files are owned by misc/shared-mime-info). Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 12:56:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 09:56:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bcd968: lang/p5-ePerl: fix configure version check for Per... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: bcd9685986c18ee5dc7af125b90fbba23ea8dc4a https://github.com/MidnightBSD/mports/commit/bcd9685986c18ee5dc7af125b90fbba23ea8dc4a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/p5-ePerl/Makefile M lang/p5-ePerl/files/patch-configure Log Message: ----------- lang/p5-ePerl: fix configure version check for Perl 5.40+ The configure script's Perl version case statement only covered up to 5.03x. Replace the explicit list with 5.* to accept all Perl 5 versions without needing future updates. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:15:46 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:15:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5221e1: devel/kio-extras: remove kfileaudiopreview6.mo pli... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 5221e1c72178cca90f5a75c24ec50cefc88b2233 https://github.com/MidnightBSD/mports/commit/5221e1c72178cca90f5a75c24ec50cefc88b2233 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/kio-extras/pkg-plist Log Message: ----------- devel/kio-extras: remove kfileaudiopreview6.mo plist entries The kfileaudiopreview6 translation catalog was removed in kio-extras 25.12.0. Drop all 89 locale entries from pkg-plist. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:18:04 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:18:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9110a3: x11/kf6-frameworkintegration: update distinfo for ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 9110a315f19dbb8022a19db2c07abced9404dd9a https://github.com/MidnightBSD/mports/commit/9110a315f19dbb8022a19db2c07abced9404dd9a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11/kf6-frameworkintegration/distinfo Log Message: ----------- x11/kf6-frameworkintegration: update distinfo for 6.21.0 Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:21:31 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:21:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3374d3: graphics/libkexiv2: drop qt5 flavor, Qt6-only as o... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3374d34c2f4650496fe32ec34deefe0c1c1e73c5 https://github.com/MidnightBSD/mports/commit/3374d34c2f4650496fe32ec34deefe0c1c1e73c5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/libkexiv2/Makefile M graphics/libkexiv2/pkg-plist R graphics/libkexiv2/pkg-plist.qt5 R graphics/libkexiv2/pkg-plist.qt6 Log Message: ----------- graphics/libkexiv2: drop qt5 flavor, Qt6-only as of 25.12.0 libkexiv2 25.12.0 requires Qt6 6.5+; Qt5 support was removed upstream. Drop the qt5 flavor and remove the flavor-specific plists. All mports consumers already use Qt6. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:25:19 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:25:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c4584f: x11/cinnamon: fix configure failure with meson 1.6... Message-ID: Branch: refs/heads/x11/cinnamon Home: https://github.com/MidnightBSD/mports Commit: c4584fe527160862dacf68fb7918b0238868176d https://github.com/MidnightBSD/mports/commit/c4584fe527160862dacf68fb7918b0238868176d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11/cinnamon/Makefile A x11/cinnamon/files/patch-data_theme_meson.build A x11/cinnamon/files/patch-data_theme_parse-sass.sh Log Message: ----------- x11/cinnamon: fix configure failure with meson 1.6+ and missing bash parse-sass.sh uses #!/bin/bash which does not exist in MidnightBSD base. Meson 1.6+ also changed run_command() to use the build directory as cwd, breaking the relative path ./cinnamon-sass/cinnamon.scss in the script. Add patch to change shebang to #!/bin/sh (no bash-specific syntax used) and patch data/theme/meson.build to pass workdir: meson.current_source_dir() so the scss path resolves correctly during meson setup. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:26:12 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:26:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1adf90: x11/cinnamon: fix configure failure with meson 1.6... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 1adf903f8b0a586b7282adeaf00a2447c5fdee63 https://github.com/MidnightBSD/mports/commit/1adf903f8b0a586b7282adeaf00a2447c5fdee63 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11/cinnamon/Makefile A x11/cinnamon/files/patch-data_theme_meson.build A x11/cinnamon/files/patch-data_theme_parse-sass.sh Log Message: ----------- x11/cinnamon: fix configure failure with meson 1.6+ and missing bash (#220) parse-sass.sh uses #!/bin/bash which does not exist in MidnightBSD base. Meson 1.6+ also changed run_command() to use the build directory as cwd, breaking the relative path ./cinnamon-sass/cinnamon.scss in the script. Add patch to change shebang to #!/bin/sh (no bash-specific syntax used) and patch data/theme/meson.build to pass workdir: meson.current_source_dir() so the scss path resolves correctly during meson setup. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:26:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:26:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/x11/cinnamon Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:26:43 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:26:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e62c57: Mk/cran.mk: set R_LIBS_SITE so fake install finds ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e62c573d774589e0aee886cc214820192d27dda3 https://github.com/MidnightBSD/mports/commit/e62c573d774589e0aee886cc214820192d27dda3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Mk/extensions/cran.mk Log Message: ----------- Mk/cran.mk: set R_LIBS_SITE so fake install finds real R packages During fake install PREFIX is rewritten to the fake destdir, causing R CMD INSTALL to search an empty library for declared dependencies. Set R_LIBS_SITE to TRUE_PREFIX/lib/R/library (always the real prefix) so R finds already-installed packages regardless of the faked PREFIX. Fixes: graphics/R-cran-scales and any other R port with R package deps. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:29:50 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:29:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a73de8: dns/nss_mdns: add --undefined-version to fix lld b... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a73de837d00a3fec8f7923c8e325cc5a1d1fecaf https://github.com/MidnightBSD/mports/commit/a73de837d00a3fec8f7923c8e325cc5a1d1fecaf Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M dns/nss_mdns/Makefile Log Message: ----------- dns/nss_mdns: add --undefined-version to fix lld build nss-mdns uses a single version script (src/map-file) listing symbols for all six library variants. Each library only provides its own subset, so lld (Clang 19) errors on the absent symbols. GNU ld ignores them silently; --undefined-version restores that behaviour. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:31:39 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:31:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 540c51: chinese/wordpress-zh_CN: update distinfo for 6.9 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 540c51ecfc52850e3d74f29bd3a97228d1d3ca1b https://github.com/MidnightBSD/mports/commit/540c51ecfc52850e3d74f29bd3a97228d1d3ca1b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M chinese/wordpress-zh_CN/distinfo Log Message: ----------- chinese/wordpress-zh_CN: update distinfo for 6.9 Distinfo was still referencing 6.7.2 after the parent www/wordpress port was updated to 6.9, causing fetch to fail. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 74503ecfa53cf05381567713f2fd7a674aff85e8 https://github.com/MidnightBSD/mports/commit/74503ecfa53cf05381567713f2fd7a674aff85e8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Mk/extensions/cran.mk M dns/nss_mdns/Makefile Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/a73de837d00a...74503ecfa53c To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:36:29 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:36:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 60bbb8: Add DataMapper Ruby gem dependencies Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 60bbb87afeb01a5c5ea3fc9f1fc2a9980dd34515 https://github.com/MidnightBSD/mports/commit/60bbb87afeb01a5c5ea3fc9f1fc2a9980dd34515 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/Makefile A devel/rubygem-extlib/Makefile A devel/rubygem-extlib/distinfo A devel/rubygem-extlib/pkg-descr A devel/rubygem-fastercsv/Makefile A devel/rubygem-fastercsv/distinfo A devel/rubygem-fastercsv/pkg-descr A devel/rubygem-json_pure1/Makefile A devel/rubygem-json_pure1/distinfo A devel/rubygem-json_pure1/pkg-descr A devel/rubygem-stringex/Makefile A devel/rubygem-stringex/distinfo A devel/rubygem-stringex/pkg-descr M security/Makefile A security/rubygem-bcrypt-ruby/Makefile A security/rubygem-bcrypt-ruby/distinfo A security/rubygem-bcrypt-ruby/pkg-descr A security/rubygem-bcrypt/Makefile A security/rubygem-bcrypt/distinfo A security/rubygem-bcrypt/pkg-descr Log Message: ----------- Add DataMapper Ruby gem dependencies Import missing Ruby gem dependencies referenced by existing DataMapper ports so make_index can resolve their origins. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:36:37 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:36:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/4.0.5 Home: https://github.com/MidnightBSD/src To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications From noreply at github.com Sun May 17 14:44:45 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:44:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d7720d: Mk/fake/vars.mk: add STAGEDIR to FAKE_SETUP for Fr... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d7720dc8d5a5178c83a5610aff8012ce3d787cab https://github.com/MidnightBSD/mports/commit/d7720dc8d5a5178c83a5610aff8012ce3d787cab Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Mk/components/fake/vars.mk Log Message: ----------- Mk/fake/vars.mk: add STAGEDIR to FAKE_SETUP for FreeBSD compat FreeBSD ports use STAGEDIR as the staging root (equivalent to mports' FAKE_DESTDIR). Ports like devel/py-qt5-pyqt pass INSTALL_ROOT=${STAGEDIR} to qmake's install step; without STAGEDIR set during fake install the files land in the real prefix instead of the fake destdir. Setting STAGEDIR=${FAKE_DESTDIR} in FAKE_SETUP makes any FreeBSD-style port that uses STAGEDIR work correctly under mports' fake framework. Fixes: devel/py-qt5-pyqt fake install failure Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:48:45 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:48:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 70c3cb: japanese/prn-ps: drop redundant BUILD_DEPENDS on k... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 70c3cbed5705b0ef933635de11ecac67a725799c https://github.com/MidnightBSD/mports/commit/70c3cbed5705b0ef933635de11ecac67a725799c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M japanese/prn-ps/Makefile Log Message: ----------- japanese/prn-ps: drop redundant BUILD_DEPENDS on kcc, bump PORTREVISION kcc is only compiled in as a hardcoded path string (KCCPATH), not called during the build phase. Having the same package in both BUILD_DEPENDS and RUN_DEPENDS caused Magus to skip installing ja-kcc before the package install test, failing with "ja-prn depends on ja-kcc, which is not installed." Moving to RUN_DEPENDS only is semantically correct. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 63c481ede7d76999e961ab65f34a80446ca4ede8 https://github.com/MidnightBSD/mports/commit/63c481ede7d76999e961ab65f34a80446ca4ede8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Mk/components/fake/vars.mk Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/d7720dc8d5a5...63c481ede7d7 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:53:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:53:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] cef368: sysutils/kdf: update distinfo for 25.12.0 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: cef368e69ac3b267db3042197a0d7f17fd9686ca https://github.com/MidnightBSD/mports/commit/cef368e69ac3b267db3042197a0d7f17fd9686ca Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/kdf/distinfo Log Message: ----------- sysutils/kdf: update distinfo for 25.12.0 Distinfo was referencing 25.04.1 after KDE_APPLICATIONS6_VERSION was bumped to 25.12.0. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 6544c8490689b43b0d3aa281f45f066355014af2 https://github.com/MidnightBSD/mports/commit/6544c8490689b43b0d3aa281f45f066355014af2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/kdebugsettings/distinfo Log Message: ----------- sysutils/kdebugsettings: update distinfo for 25.12.0 Distinfo was referencing 25.04.1 after KDE_APPLICATIONS6_VERSION was bumped to 25.12.0. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/63c481ede7d7...6544c8490689 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 14:57:49 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 11:57:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e92408: Add flipper Ruby gem dependencies Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e92408e147e4d085bcae3e1acb8947c86497c8c4 https://github.com/MidnightBSD/mports/commit/e92408e147e4d085bcae3e1acb8947c86497c8c4 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/rubygem-flipper-active_record-rails-gitlab/Makefile M databases/rubygem-flipper-active_record-rails-gitlab/distinfo M databases/rubygem-flipper-active_record/Makefile M databases/rubygem-flipper-active_record/distinfo M devel/Makefile A devel/rubygem-flipper-gitlab/Makefile A devel/rubygem-flipper-gitlab/distinfo A devel/rubygem-flipper-gitlab/pkg-descr A devel/rubygem-flipper/Makefile A devel/rubygem-flipper/distinfo A devel/rubygem-flipper/pkg-descr Log Message: ----------- Add flipper Ruby gem dependencies Import missing flipper Ruby gem ports and update the ActiveRecord adapters to matching dependency versions so make_index can resolve their origins. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:08:33 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:08:33 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4356a3: devel/rubygem-rbtree: add missing dependency Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 4356a340a1bb199a50fc4a8523f1945968767b73 https://github.com/MidnightBSD/mports/commit/4356a340a1bb199a50fc4a8523f1945968767b73 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/Makefile A devel/rubygem-rbtree/Makefile A devel/rubygem-rbtree/distinfo A devel/rubygem-rbtree/pkg-descr Log Message: ----------- devel/rubygem-rbtree: add missing dependency Import rubygem-rbtree from FreeBSD ports so make_index can resolve the dependency from rubygem-google-cloud-firestore. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:29:19 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:29:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2bdade: x11-wm/plasma6-kwin: add MidnightBSD to supported ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2bdade6f6b1fa390dce24d3b0a4e31b93f04ff8b https://github.com/MidnightBSD/mports/commit/2bdade6f6b1fa390dce24d3b0a4e31b93f04ff8b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-wm/plasma6-kwin/Makefile A x11-wm/plasma6-kwin/files/patch-src_utils_CMakeLists.txt Log Message: ----------- x11-wm/plasma6-kwin: add MidnightBSD to supported platforms, bump PORTREVISION CMake configure failed with "Unsupported platform MidnightBSD" because src/utils/CMakeLists.txt only checked for Linux and FreeBSD. MidnightBSD uses the same KERN_PROC_PATHNAME sysctl interface as FreeBSD, so extend the FreeBSD branch to also match MidnightBSD. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:31:52 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:31:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7f786c: devel/kio-extras: remove kfileaudiopreview.so from... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 7f786c774fb7bcebbffcb5899c602056ecce6a68 https://github.com/MidnightBSD/mports/commit/7f786c774fb7bcebbffcb5899c602056ecce6a68 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/kio-extras/pkg-plist Log Message: ----------- devel/kio-extras: remove kfileaudiopreview.so from plist The kfileaudiopreview plugin is no longer installed by 25.12.0 but was still listed in pkg-plist, causing the fake install check to fail. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:32:04 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:32:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4de319: games/wesnoth: update to 1.18.7 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 4de319d57bacb24a6155c1e0d40aeedcb81ff257 https://github.com/MidnightBSD/mports/commit/4de319d57bacb24a6155c1e0d40aeedcb81ff257 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M games/wesnoth/Makefile M games/wesnoth/distinfo Log Message: ----------- games/wesnoth: update to 1.18.7 Fixes build failure with libc++: 1.18.2 used std::basic_string_view (utils::byte_string_view) which requires std::char_traits ? undefined in libc++ but silently accepted by libstdc++. Fixed upstream in 1.18.3+. Drop post-patch reinplace for config_filters.hpp (def = NULL -> 0); that code was rewritten to use std::optional in 1.18.3+. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:34:41 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:34:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e3e487: www/rubygem-httparty: add missing dependency Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e3e4878a462ed2bd5e54fcba16110300fec011d2 https://github.com/MidnightBSD/mports/commit/e3e4878a462ed2bd5e54fcba16110300fec011d2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/Makefile A www/rubygem-httparty/Makefile A www/rubygem-httparty/distinfo A www/rubygem-httparty/pkg-descr Log Message: ----------- www/rubygem-httparty: add missing dependency Import rubygem-httparty from FreeBSD ports so make_index can resolve the dependency from rubygem-pl-puppetdb-ruby. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:35:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:35:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6fc1f2: add a new endpoint for analyzing build logs Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 6fc1f27c2e37708c96abd9d616a2edab201ccffc https://github.com/MidnightBSD/mports/commit/6fc1f27c2e37708c96abd9d616a2edab201ccffc Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- add a new endpoint for analyzing build logs To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:37:28 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:37:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 193835: document new endpoints Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 193835f7f20d1944f49d10e672a663d7ffdc2513 https://github.com/MidnightBSD/mports/commit/193835f7f20d1944f49d10e672a663d7ffdc2513 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/mcp.md Log Message: ----------- document new endpoints To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:38:18 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:38:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3495c8: x11-wm/plasma6-kwin-x11: add MidnightBSD to suppor... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3495c86a57797d8d79cae3abe8cf1badd9679257 https://github.com/MidnightBSD/mports/commit/3495c86a57797d8d79cae3abe8cf1badd9679257 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: A x11-wm/plasma6-kwin-x11/files/patch-src_utils_CMakeLists.txt Log Message: ----------- x11-wm/plasma6-kwin-x11: add MidnightBSD to supported platforms Same fix as plasma6-kwin: src/utils/CMakeLists.txt only matched Linux and FreeBSD. Extend the FreeBSD branch to include MidnightBSD so the sysctl-based executable_path implementation is used. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 8c270fc3425ee2700bffd604fb47ffc6561fd63a https://github.com/MidnightBSD/mports/commit/8c270fc3425ee2700bffd604fb47ffc6561fd63a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/mcp.md M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/193835f7f20d...8c270fc3425e To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:43:17 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:43:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e56564: devel/rubygem-cri: add missing dependency Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e56564cb0bff52cea821c631d13ec5c26f10995c https://github.com/MidnightBSD/mports/commit/e56564cb0bff52cea821c631d13ec5c26f10995c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/Makefile A devel/rubygem-cri/Makefile A devel/rubygem-cri/distinfo A devel/rubygem-cri/pkg-descr Log Message: ----------- devel/rubygem-cri: add missing dependency Import rubygem-cri from FreeBSD ports so make_index can resolve the dependency from rubygem-puppetdb_cli. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:43:24 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:43:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3003e4: multimedia/dragon: update distinfo for 25.12.0 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3003e4a7214e217dcb0ba18fdf1703ad7e4a61d0 https://github.com/MidnightBSD/mports/commit/3003e4a7214e217dcb0ba18fdf1703ad7e4a61d0 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M multimedia/dragon/distinfo Log Message: ----------- multimedia/dragon: update distinfo for 25.12.0 Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:45:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:45:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b822ab: print/plasma6-print-manager: add missing kcmutils ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: b822ab8b94d6aed50a81b2739553bc5593bf417d https://github.com/MidnightBSD/mports/commit/b822ab8b94d6aed50a81b2739553bc5593bf417d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M print/plasma6-print-manager/Makefile Log Message: ----------- print/plasma6-print-manager: add missing kcmutils dependency CMakeLists.txt requires KF6KCMUtils but it was absent from USE_KDE, causing configure to fail. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 15:55:48 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 12:55:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d55e8b: tune top blockers for untested ports (gemini) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: d55e8bf95d1525f548cf6a661132beb193d4e0cb https://github.com/MidnightBSD/mports/commit/d55e8bf95d1525f548cf6a661132beb193d4e0cb Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- tune top blockers for untested ports (gemini) To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:00:48 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:00:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5548ba: performance tuning (gemini) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 5548ba9243a83b5457ac50681ad6bd632508dfd4 https://github.com/MidnightBSD/mports/commit/5548ba9243a83b5457ac50681ad6bd632508dfd4 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- performance tuning (gemini) To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:01:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:01:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 56ebba: german/wordpress: update distinfo for 6.9 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 56ebba0f80b18c94d4dbc035190b8b0aa56de57e https://github.com/MidnightBSD/mports/commit/56ebba0f80b18c94d4dbc035190b8b0aa56de57e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M german/wordpress/distinfo Log Message: ----------- german/wordpress: update distinfo for 6.9 Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:03:21 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:03:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0d16f4: lang/cython0: fix license identifier to Apache-2.0 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 0d16f491853d618d7fd8992d3aef0233e50786bd https://github.com/MidnightBSD/mports/commit/0d16f491853d618d7fd8992d3aef0233e50786bd Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/cython0/Makefile Log Message: ----------- lang/cython0: fix license identifier to Apache-2.0 Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:06:30 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:06:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c56d49: performance tuning (gemini) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c56d496421222068768e840421569ddc5ad867af https://github.com/MidnightBSD/mports/commit/c56d496421222068768e840421569ddc5ad867af Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- performance tuning (gemini) To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:07:23 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:07:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 14f69e: performance tuning (gemini) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 14f69e564e03e5af8e7b166a5445e2de03f5e0ea https://github.com/MidnightBSD/mports/commit/14f69e564e03e5af8e7b166a5445e2de03f5e0ea Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- performance tuning (gemini) To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:10:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:10:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 52eb3b: performance tuning (gemini) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 52eb3b15f1b79e6097ef10b5276ace4d6b84d09a https://github.com/MidnightBSD/mports/commit/52eb3b15f1b79e6097ef10b5276ace4d6b84d09a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- performance tuning (gemini) To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:11:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:11:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 573f0d: performance tuning (gemini) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 573f0d41081d1730adc90439f202b604a696e145 https://github.com/MidnightBSD/mports/commit/573f0d41081d1730adc90439f202b604a696e145 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- performance tuning (gemini) To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:12:16 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:12:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 17748e: performance tuning (gemini) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 17748e0b0f7c2bf0df11cd92cab6c31a19ae48cc https://github.com/MidnightBSD/mports/commit/17748e0b0f7c2bf0df11cd92cab6c31a19ae48cc Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- performance tuning (gemini) To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:19:31 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:19:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5a9a36: call llm directly, bypass CORS, Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 5a9a36a568d6f72bf2c5d42ff2fbd90d50ff76e0 https://github.com/MidnightBSD/mports/commit/5a9a36a568d6f72bf2c5d42ff2fbd90d50ff76e0 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- call llm directly, bypass CORS, To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:23:34 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:23:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2629b0: www/mod_perl2: update to 2.0.13 for Perl 5.38+/5.4... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2629b01f47be7ab9e7566d519e5892f5b9e26c63 https://github.com/MidnightBSD/mports/commit/2629b01f47be7ab9e7566d519e5892f5b9e26c63 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/mod_perl2/Makefile M www/mod_perl2/distinfo Log Message: ----------- www/mod_perl2: update to 2.0.13 for Perl 5.38+/5.40 compatibility 2.0.13 fixes build with perl >= 5.37.1. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:25:58 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:25:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c5d9e1: add multi model support Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c5d9e1354e66f096ac9f73d0137b94a079265091 https://github.com/MidnightBSD/mports/commit/c5d9e1354e66f096ac9f73d0137b94a079265091 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/mcp.md M Tools/magus/www/data/magus/auth/llm.cgi M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- add multi model support To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:35:01 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:35:01 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3bbc24: add midnightbsd system context to llm prompts Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3bbc247010ff643ac84dfc96ebc4943bd905c2d8 https://github.com/MidnightBSD/mports/commit/3bbc247010ff643ac84dfc96ebc4943bd905c2d8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/mcp.md M Tools/magus/www/data/magus/auth/llm.cgi M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- add midnightbsd system context to llm prompts To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:43:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:43:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5f0f86: mistral support Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 5f0f861e9599f28b796885fad8e176a0214e0829 https://github.com/MidnightBSD/mports/commit/5f0f861e9599f28b796885fad8e176a0214e0829 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/mcp.md M Tools/magus/www/data/magus/auth/llm.cgi M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- mistral support To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 16:51:16 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 13:51:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bcba76: update the template to include LLM analysis Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: bcba76f749212e93121520572ba2398cc1513e3a https://github.com/MidnightBSD/mports/commit/bcba76f749212e93121520572ba2398cc1513e3a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/tmpls/port.tmpl Log Message: ----------- update the template to include LLM analysis To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:09:13 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:09:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 284606: fallback to fetch if https not available Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2846061be461984d8f092399c2ff6ab9b1304262 https://github.com/MidnightBSD/mports/commit/2846061be461984d8f092399c2ff6ab9b1304262 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/llm.cgi Log Message: ----------- fallback to fetch if https not available To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:10:58 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:10:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6ba8dd: fallback to fetch if https not available Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 6ba8ddccda53a7659c3efce5bb1a458a2cc247ed https://github.com/MidnightBSD/mports/commit/6ba8ddccda53a7659c3efce5bb1a458a2cc247ed Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- fallback to fetch if https not available To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:13:48 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:13:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8069fc: fallback to fetch if https not available Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 8069fc0c9e06937268b300aa215cd363a4a7fded https://github.com/MidnightBSD/mports/commit/8069fc0c9e06937268b300aa215cd363a4a7fded Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/llm.cgi Log Message: ----------- fallback to fetch if https not available To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:14:22 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:14:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f16cf3: devel/electron40: new port, Electron 40.9.2 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: f16cf3dc406ac81793273f26eff935f141bffffc https://github.com/MidnightBSD/mports/commit/f16cf3dc406ac81793273f26eff935f141bffffc Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/Makefile A devel/electron40/Makefile A devel/electron40/Makefile.version A devel/electron40/distinfo A devel/electron40/files/apply-electron-patches.sh A devel/electron40/files/packagejsons/.yarnrc.yml A devel/electron40/files/packagejsons/package.json A devel/electron40/files/packagejsons/yarn.lock A devel/electron40/files/patch-BUILD.gn A devel/electron40/files/patch-apps_ui_views_app__window__frame__view.cc A devel/electron40/files/patch-base_BUILD.gn A devel/electron40/files/patch-base_allocator_dispatcher_tls.h A devel/electron40/files/patch-base_allocator_partition__allocator_partition__alloc.gni A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc A devel/electron40/files/patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc A devel/electron40/files/patch-base_atomicops.h A devel/electron40/files/patch-base_base__paths__posix.cc A devel/electron40/files/patch-base_compiler__specific.h A devel/electron40/files/patch-base_debug_debugger__posix.cc A devel/electron40/files/patch-base_debug_elf__reader.cc A devel/electron40/files/patch-base_debug_proc__maps__linux.cc A devel/electron40/files/patch-base_debug_stack__trace.cc A devel/electron40/files/patch-base_debug_stack__trace__posix.cc A devel/electron40/files/patch-base_files_dir__reader__linux.h A devel/electron40/files/patch-base_files_dir__reader__posix.h A devel/electron40/files/patch-base_files_drive__info.h A devel/electron40/files/patch-base_files_drive__info__posix.cc A devel/electron40/files/patch-base_files_file__path__watcher.h A devel/electron40/files/patch-base_files_file__path__watcher__bsd.cc A devel/electron40/files/patch-base_files_file__path__watcher__kqueue.h A devel/electron40/files/patch-base_files_file__path__watcher__unittest.cc A devel/electron40/files/patch-base_files_file__util__posix.cc A devel/electron40/files/patch-base_files_file__util__unittest.cc A devel/electron40/files/patch-base_files_important__file__writer__cleaner.cc A devel/electron40/files/patch-base_files_scoped__file.cc A devel/electron40/files/patch-base_functional_unretained__traits.h A devel/electron40/files/patch-base_i18n_icu__util.cc A devel/electron40/files/patch-base_linux__util.cc A devel/electron40/files/patch-base_logging__unittest.cc A devel/electron40/files/patch-base_memory_discardable__memory.cc A devel/electron40/files/patch-base_memory_discardable__memory__internal.h A devel/electron40/files/patch-base_memory_madv__free__discardable__memory__posix.cc A devel/electron40/files/patch-base_memory_platform__shared__memory__region.h A devel/electron40/files/patch-base_memory_platform__shared__memory__region__posix.cc A devel/electron40/files/patch-base_memory_protected__memory.h A devel/electron40/files/patch-base_memory_protected__memory__posix.cc A devel/electron40/files/patch-base_message__loop_message__pump__epoll.cc A devel/electron40/files/patch-base_message__loop_message__pump__epoll.h A devel/electron40/files/patch-base_message__loop_message__pump__glib.cc A devel/electron40/files/patch-base_posix_can__lower__nice__to.cc A devel/electron40/files/patch-base_posix_file__descriptor__shuffle.h A devel/electron40/files/patch-base_posix_sysctl.cc A devel/electron40/files/patch-base_posix_unix__domain__socket.cc A devel/electron40/files/patch-base_posix_unix__domain__socket__unittest.cc A devel/electron40/files/patch-base_process_internal__linux.h A devel/electron40/files/patch-base_process_kill.h A devel/electron40/files/patch-base_process_kill__posix.cc A devel/electron40/files/patch-base_process_launch.h A devel/electron40/files/patch-base_process_memory__linux.cc A devel/electron40/files/patch-base_process_process__handle.cc A devel/electron40/files/patch-base_process_process__handle.h A devel/electron40/files/patch-base_process_process__handle__freebsd.cc A devel/electron40/files/patch-base_process_process__handle__openbsd.cc A devel/electron40/files/patch-base_process_process__iterator__freebsd.cc A devel/electron40/files/patch-base_process_process__iterator__openbsd.cc A devel/electron40/files/patch-base_process_process__metrics.cc A devel/electron40/files/patch-base_process_process__metrics.h A devel/electron40/files/patch-base_process_process__metrics__freebsd.cc A devel/electron40/files/patch-base_process_process__metrics__openbsd.cc A devel/electron40/files/patch-base_process_process__metrics__posix.cc A devel/electron40/files/patch-base_process_process__metrics__unittest.cc A devel/electron40/files/patch-base_process_process__posix.cc A devel/electron40/files/patch-base_process_process__unittest.cc A devel/electron40/files/patch-base_profiler_module__cache.cc A devel/electron40/files/patch-base_profiler_sampling__profiler__thread__token.cc A devel/electron40/files/patch-base_profiler_sampling__profiler__thread__token.h A devel/electron40/files/patch-base_profiler_stack__base__address__posix.cc A devel/electron40/files/patch-base_profiler_stack__sampling__profiler__test__util.cc A devel/electron40/files/patch-base_profiler_stack__sampling__profiler__unittest.cc A devel/electron40/files/patch-base_profiler_thread__delegate__posix.cc A devel/electron40/files/patch-base_rand__util.h A devel/electron40/files/patch-base_rand__util__posix.cc A devel/electron40/files/patch-base_strings_safe__sprintf__unittest.cc A devel/electron40/files/patch-base_synchronization_cancelable__event.h A devel/electron40/files/patch-base_synchronization_lock__impl.h A devel/electron40/files/patch-base_syslog__logging.cc A devel/electron40/files/patch-base_system_sys__info.cc A devel/electron40/files/patch-base_system_sys__info.h A devel/electron40/files/patch-base_system_sys__info__freebsd.cc A devel/electron40/files/patch-base_system_sys__info__openbsd.cc A devel/electron40/files/patch-base_system_sys__info__posix.cc A devel/electron40/files/patch-base_system_sys__info__unittest.cc A devel/electron40/files/patch-base_task_thread__pool_environment__config__unittest.cc A devel/electron40/files/patch-base_test_launcher_test__launcher.cc A devel/electron40/files/patch-base_test_test__file__util__linux.cc A devel/electron40/files/patch-base_test_test__file__util__posix.cc A devel/electron40/files/patch-base_threading_platform__thread.h A devel/electron40/files/patch-base_threading_platform__thread__bsd.cc A devel/electron40/files/patch-base_threading_platform__thread__internal__posix.cc A devel/electron40/files/patch-base_threading_platform__thread__metrics.cc A devel/electron40/files/patch-base_threading_platform__thread__metrics.h A devel/electron40/files/patch-base_threading_platform__thread__posix.cc A devel/electron40/files/patch-base_threading_platform__thread__unittest.cc A devel/electron40/files/patch-base_time_time__now__posix.cc A devel/electron40/files/patch-base_trace__event_malloc__dump__provider.cc A devel/electron40/files/patch-base_trace__event_memory__dump__manager.cc A devel/electron40/files/patch-base_trace__event_process__memory__dump.cc A devel/electron40/files/patch-base_tracing_trace__time.cc A devel/electron40/files/patch-base_tracing_trace__time.h A devel/electron40/files/patch-build_config_BUILD.gn A devel/electron40/files/patch-build_config_BUILDCONFIG.gn A devel/electron40/files/patch-build_config_c++_modules.gni A devel/electron40/files/patch-build_config_clang_BUILD.gn A devel/electron40/files/patch-build_config_clang_clang.gni A devel/electron40/files/patch-build_config_compiler_BUILD.gn A devel/electron40/files/patch-build_config_linux_BUILD.gn A devel/electron40/files/patch-build_config_linux_libdrm_BUILD.gn A devel/electron40/files/patch-build_config_linux_pkg-config.py A devel/electron40/files/patch-build_config_ozone.gni A devel/electron40/files/patch-build_config_rust.gni A devel/electron40/files/patch-build_config_v8__target__cpu.gni A devel/electron40/files/patch-build_detect__host__arch.py A devel/electron40/files/patch-build_dotfile__settings.gni A devel/electron40/files/patch-build_gn__run__binary.py A devel/electron40/files/patch-build_linux_chrome.map A devel/electron40/files/patch-build_linux_strip__binary.gni A devel/electron40/files/patch-build_linux_strip__binary.py A devel/electron40/files/patch-build_linux_unbundle_icu.gn A devel/electron40/files/patch-build_linux_unbundle_libpng.gn A devel/electron40/files/patch-build_linux_unbundle_libusb.gn A devel/electron40/files/patch-build_rust_allocator_lib.rs A devel/electron40/files/patch-build_rust_rust__bindgen.gni A devel/electron40/files/patch-build_rust_rust__bindgen__generator.gni A devel/electron40/files/patch-build_rust_std_BUILD.gn A devel/electron40/files/patch-build_toolchain_freebsd_BUILD.gn A devel/electron40/files/patch-build_toolchain_gcc__solink__wrapper.py A devel/electron40/files/patch-build_toolchain_gcc__toolchain.gni A devel/electron40/files/patch-build_toolchain_openbsd_BUILD.gn A devel/electron40/files/patch-build_toolchain_toolchain.gni A devel/electron40/files/patch-cc_base_features.cc A devel/electron40/files/patch-chrome_app_chrome__command__ids.h A devel/electron40/files/patch-chrome_app_chrome__main.cc A devel/electron40/files/patch-chrome_app_chrome__main__delegate.cc A devel/electron40/files/patch-chrome_app_settings__strings.grdp A devel/electron40/files/patch-chrome_browser_BUILD.gn A devel/electron40/files/patch-chrome_browser_about__flags.cc A devel/electron40/files/patch-chrome_browser_after__startup__task__utils.cc A devel/electron40/files/patch-chrome_browser_apps_app__service_publishers_extension__apps.cc A devel/electron40/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.cc A devel/electron40/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.h A devel/electron40/files/patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc A devel/electron40/files/patch-chrome_browser_background_extensions_background__mode__manager.cc A devel/electron40/files/patch-chrome_browser_background_glic_glic__status__icon.cc A devel/electron40/files/patch-chrome_browser_browser__features.cc A devel/electron40/files/patch-chrome_browser_browser__features.h A devel/electron40/files/patch-chrome_browser_browser__process__impl.cc A devel/electron40/files/patch-chrome_browser_browser__process__impl.h A devel/electron40/files/patch-chrome_browser_chrome__browser__field__trials.cc A devel/electron40/files/patch-chrome_browser_chrome__browser__interface__binders.cc A devel/electron40/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc A devel/electron40/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc A devel/electron40/files/patch-chrome_browser_chrome__browser__main.cc A devel/electron40/files/patch-chrome_browser_chrome__browser__main__extra__parts__ozone.cc A devel/electron40/files/patch-chrome_browser_chrome__browser__main__linux.cc A devel/electron40/files/patch-chrome_browser_chrome__browser__main__linux.h A devel/electron40/files/patch-chrome_browser_chrome__browser__main__posix.cc A devel/electron40/files/patch-chrome_browser_chrome__content__browser__client.cc A devel/electron40/files/patch-chrome_browser_chrome__content__browser__client.h A devel/electron40/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc A devel/electron40/files/patch-chrome_browser_collaboration_messaging_messaging__backend__service__factory.cc A devel/electron40/files/patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.cc A devel/electron40/files/patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.h A devel/electron40/files/patch-chrome_browser_component__updater_registration.cc A devel/electron40/files/patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc A devel/electron40/files/patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc A devel/electron40/files/patch-chrome_browser_custom__handlers_chrome__protocol__handler__registry__delegate.cc A devel/electron40/files/patch-chrome_browser_defaults.cc A devel/electron40/files/patch-chrome_browser_device__identity_device__oauth2__token__service__factory.cc A devel/electron40/files/patch-chrome_browser_devtools_remote__debugging__server.cc A devel/electron40/files/patch-chrome_browser_devtools_remote__debugging__server.h A devel/electron40/files/patch-chrome_browser_diagnostics_diagnostics__writer.h A devel/electron40/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc A devel/electron40/files/patch-chrome_browser_download_download__commands.cc A devel/electron40/files/patch-chrome_browser_download_download__commands.h A devel/electron40/files/patch-chrome_browser_download_download__file__picker.cc A devel/electron40/files/patch-chrome_browser_download_download__item__model.cc A devel/electron40/files/patch-chrome_browser_download_download__prefs.cc A devel/electron40/files/patch-chrome_browser_download_download__prefs.h A devel/electron40/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.cc A devel/electron40/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.h A devel/electron40/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.cc A devel/electron40/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.h A devel/electron40/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_common.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_connectors__service.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_device__trust_device__trust__connector__service__factory.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_device__trust_device__trust__service__factory.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_device__trust_key__management_browser_commands_key__rotation__command__factory.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_device__trust_key__management_core_persistence_key__persistence__delegate__factory.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_reporting_browser__crash__event__router.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc A devel/electron40/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h A devel/electron40/files/patch-chrome_browser_enterprise_profile__management_profile__management__navigation__throttle.cc A devel/electron40/files/patch-chrome_browser_enterprise_remote__commands_cbcm__remote__commands__factory.cc A devel/electron40/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc A devel/electron40/files/patch-chrome_browser_enterprise_signals_device__info__fetcher.cc A devel/electron40/files/patch-chrome_browser_enterprise_signals_signals__aggregator__factory.cc A devel/electron40/files/patch-chrome_browser_enterprise_signin_enterprise__signin__service.h A devel/electron40/files/patch-chrome_browser_enterprise_signin_interstitials_managed__profile__required__page.cc A devel/electron40/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc A devel/electron40/files/patch-chrome_browser_extensions_BUILD.gn A devel/electron40/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_chrome__desktop__report__request__helper.cc A devel/electron40/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.cc A devel/electron40/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.h A devel/electron40/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.cc A devel/electron40/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.h A devel/electron40/files/patch-chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc A devel/electron40/files/patch-chrome_browser_extensions_api_messaging_launch__context__posix.cc A devel/electron40/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc A devel/electron40/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc A devel/electron40/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc A devel/electron40/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc A devel/electron40/files/patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc A devel/electron40/files/patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc A devel/electron40/files/patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc A devel/electron40/files/patch-chrome_browser_extensions_external__provider__impl.cc A devel/electron40/files/patch-chrome_browser_extensions_sync_extension__sync__service.cc A devel/electron40/files/patch-chrome_browser_favicon_chrome__favicon__client.cc A devel/electron40/files/patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc A devel/electron40/files/patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc A devel/electron40/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.h A devel/electron40/files/patch-chrome_browser_first__run_first__run__dialog.h A devel/electron40/files/patch-chrome_browser_first__run_first__run__internal.h A devel/electron40/files/patch-chrome_browser_flag__descriptions.h A devel/electron40/files/patch-chrome_browser_gcm_gcm__profile__service__factory.cc A devel/electron40/files/patch-chrome_browser_gcm_instance__id_instance__id__profile__service__factory.cc A devel/electron40/files/patch-chrome_browser_glic_host_glic__page__handler.cc A devel/electron40/files/patch-chrome_browser_glic_widget_glic__widget.cc A devel/electron40/files/patch-chrome_browser_global__features.cc A devel/electron40/files/patch-chrome_browser_global__features.h A devel/electron40/files/patch-chrome_browser_headless_headless__mode__util.cc A devel/electron40/files/patch-chrome_browser_intranet__redirect__detector.h A devel/electron40/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__async__delegate.h A devel/electron40/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc A devel/electron40/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc A devel/electron40/files/patch-chrome_browser_media_audio__service__util.cc A devel/electron40/files/patch-chrome_browser_media_router_discovery_BUILD.gn A devel/electron40/files/patch-chrome_browser_media_router_discovery_discovery__network__list__posix.cc A devel/electron40/files/patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc A devel/electron40/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc A devel/electron40/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.h A devel/electron40/files/patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc A devel/electron40/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc A devel/electron40/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc A devel/electron40/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h A devel/electron40/files/patch-chrome_browser_memory__details.cc A devel/electron40/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc A devel/electron40/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.h A devel/electron40/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc A devel/electron40/files/patch-chrome_browser_metrics_perf_cpu__identity.cc A devel/electron40/files/patch-chrome_browser_metrics_power_process__metrics__recorder__util.cc A devel/electron40/files/patch-chrome_browser_metrics_power_process__monitor.cc A devel/electron40/files/patch-chrome_browser_metrics_power_process__monitor.h A devel/electron40/files/patch-chrome_browser_net_profile__network__context__service.cc A devel/electron40/files/patch-chrome_browser_net_profile__network__context__service__factory.cc A devel/electron40/files/patch-chrome_browser_net_system__network__context__manager.cc A devel/electron40/files/patch-chrome_browser_net_system__network__context__manager.h A devel/electron40/files/patch-chrome_browser_new__tab__page_modules_file__suggestion_drive__service.cc A devel/electron40/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc A devel/electron40/files/patch-chrome_browser_notifications_notification__display__service__impl.cc A devel/electron40/files/patch-chrome_browser_notifications_notification__platform__bridge__delegator.cc A devel/electron40/files/patch-chrome_browser_ntp__tiles_chrome__most__visited__sites__factory.cc A devel/electron40/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc A devel/electron40/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc A devel/electron40/files/patch-chrome_browser_password__manager_factories_password__reuse__manager__factory.cc A devel/electron40/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc A devel/electron40/files/patch-chrome_browser_platform__util__linux.cc A devel/electron40/files/patch-chrome_browser_policy_browser__signin__policy__handler.cc A devel/electron40/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc A devel/electron40/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc A devel/electron40/files/patch-chrome_browser_policy_developer__tools__policy__checker__factory.cc A devel/electron40/files/patch-chrome_browser_policy_device__management__service__configuration.cc A devel/electron40/files/patch-chrome_browser_policy_policy__value__and__status__aggregator.cc A devel/electron40/files/patch-chrome_browser_prefs_browser__prefs.cc A devel/electron40/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc A devel/electron40/files/patch-chrome_browser_prefs_session__startup__pref.cc A devel/electron40/files/patch-chrome_browser_printing_print__backend__service__manager.cc A devel/electron40/files/patch-chrome_browser_printing_printer__query.cc A devel/electron40/files/patch-chrome_browser_process__singleton__posix.cc A devel/electron40/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc A devel/electron40/files/patch-chrome_browser_profiles_profile__impl.cc A devel/electron40/files/patch-chrome_browser_profiles_profile__io__data.cc A devel/electron40/files/patch-chrome_browser_profiles_profiles__state.cc A devel/electron40/files/patch-chrome_browser_regional__capabilities_regional__capabilities__service__factory.cc A devel/electron40/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc A devel/electron40/files/patch-chrome_browser_renderer__preferences__util.cc A devel/electron40/files/patch-chrome_browser_resources_settings_autofill__page_passwords__shared.css A devel/electron40/files/patch-chrome_browser_resources_signin_signin__shared.css A devel/electron40/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc A devel/electron40/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc A devel/electron40/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc A devel/electron40/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc A devel/electron40/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.h A devel/electron40/files/patch-chrome_browser_screen__ai_screen__ai__install__state.cc A devel/electron40/files/patch-chrome_browser_screen__ai_screen__ai__service__handler__base.cc A devel/electron40/files/patch-chrome_browser_sessions_session__restore.cc A devel/electron40/files/patch-chrome_browser_sharing_sharing__handler__registry__impl.cc A devel/electron40/files/patch-chrome_browser_shell__integration.h A devel/electron40/files/patch-chrome_browser_shortcuts_icon__badging.cc A devel/electron40/files/patch-chrome_browser_signin_chrome__signin__client.cc A devel/electron40/files/patch-chrome_browser_signin_signin__hats__util.cc A devel/electron40/files/patch-chrome_browser_signin_signin__util.cc A devel/electron40/files/patch-chrome_browser_signin_signin__util.h A devel/electron40/files/patch-chrome_browser_supervised__user_classify__url__navigation__throttle.cc A devel/electron40/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc A devel/electron40/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.h A devel/electron40/files/patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc A devel/electron40/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc A devel/electron40/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h A devel/electron40/files/patch-chrome_browser_supervised__user_supervised__user__google__auth__navigation__throttle.cc A devel/electron40/files/patch-chrome_browser_supervised__user_supervised__user__metrics__service__factory.cc A devel/electron40/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc A devel/electron40/files/patch-chrome_browser_sync_chrome__sync__controller__builder.cc A devel/electron40/files/patch-chrome_browser_sync_device__info__sync__client__impl.cc A devel/electron40/files/patch-chrome_browser_sync_sync__service__factory.cc A devel/electron40/files/patch-chrome_browser_sync_test_integration_sync__service__impl__harness.cc A devel/electron40/files/patch-chrome_browser_task__manager_sampling_task__group.cc A devel/electron40/files/patch-chrome_browser_task__manager_sampling_task__group.h A devel/electron40/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc A devel/electron40/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h A devel/electron40/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc A devel/electron40/files/patch-chrome_browser_task__manager_task__manager__observer.h A devel/electron40/files/patch-chrome_browser_themes_theme__helper.cc A devel/electron40/files/patch-chrome_browser_themes_theme__service.cc A devel/electron40/files/patch-chrome_browser_themes_theme__service__aura__linux.cc A devel/electron40/files/patch-chrome_browser_themes_theme__service__factory.cc A devel/electron40/files/patch-chrome_browser_ui_accelerator__table.cc A devel/electron40/files/patch-chrome_browser_ui_actions_chrome__action__id.h A devel/electron40/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc A devel/electron40/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h A devel/electron40/files/patch-chrome_browser_ui_browser.h A devel/electron40/files/patch-chrome_browser_ui_browser__command__controller.cc A devel/electron40/files/patch-chrome_browser_ui_browser__commands.cc A devel/electron40/files/patch-chrome_browser_ui_browser__ui__prefs.cc A devel/electron40/files/patch-chrome_browser_ui_browser__view__prefs.cc A devel/electron40/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc A devel/electron40/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h A devel/electron40/files/patch-chrome_browser_ui_chrome__pages.cc A devel/electron40/files/patch-chrome_browser_ui_chrome__pages.h A devel/electron40/files/patch-chrome_browser_ui_color_native__chrome__color__mixer.cc A devel/electron40/files/patch-chrome_browser_ui_hats_survey__config.cc A devel/electron40/files/patch-chrome_browser_ui_hats_trust__safety__sentiment__service__factory.cc A devel/electron40/files/patch-chrome_browser_ui_managed__ui.cc A devel/electron40/files/patch-chrome_browser_ui_omnibox_omnibox__pedal__implementations.cc A devel/electron40/files/patch-chrome_browser_ui_passwords_bubble__controllers_relaunch__chrome__bubble__controller.cc A devel/electron40/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc A devel/electron40/files/patch-chrome_browser_ui_prefs_pref__watcher.cc A devel/electron40/files/patch-chrome_browser_ui_prefs_pref__watcher.h A devel/electron40/files/patch-chrome_browser_ui_prefs_prefs__tab__helper.cc A devel/electron40/files/patch-chrome_browser_ui_sad__tab.cc A devel/electron40/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h A devel/electron40/files/patch-chrome_browser_ui_signin_signin__view__controller.cc A devel/electron40/files/patch-chrome_browser_ui_signin_signin__view__controller.h A devel/electron40/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h A devel/electron40/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc A devel/electron40/files/patch-chrome_browser_ui_startup_infobar__utils.cc A devel/electron40/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc A devel/electron40/files/patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc A devel/electron40/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc A devel/electron40/files/patch-chrome_browser_ui_tab__helpers.cc A devel/electron40/files/patch-chrome_browser_ui_tabs_features.cc A devel/electron40/files/patch-chrome_browser_ui_tabs_public_tab__features.h A devel/electron40/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc A devel/electron40/files/patch-chrome_browser_ui_tabs_tab__features.cc A devel/electron40/files/patch-chrome_browser_ui_tabs_tab__strip__prefs.cc A devel/electron40/files/patch-chrome_browser_ui_task__manager_task__manager__columns.h A devel/electron40/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc A devel/electron40/files/patch-chrome_browser_ui_test_popup__browsertest.cc A devel/electron40/files/patch-chrome_browser_ui_test_test__browser__ui.cc A devel/electron40/files/patch-chrome_browser_ui_ui__features.cc A devel/electron40/files/patch-chrome_browser_ui_ui__features.h A devel/electron40/files/patch-chrome_browser_ui_url__identity.cc A devel/electron40/files/patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc A devel/electron40/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc A devel/electron40/files/patch-chrome_browser_ui_views_chrome__views__delegate.h A devel/electron40/files/patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc A devel/electron40/files/patch-chrome_browser_ui_views_compose_compose__dialog__view.cc A devel/electron40/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc A devel/electron40/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h A devel/electron40/files/patch-chrome_browser_ui_views_frame_browser__frame__view__factory__views.cc A devel/electron40/files/patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux.cc A devel/electron40/files/patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux__native.cc A devel/electron40/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc A devel/electron40/files/patch-chrome_browser_ui_views_frame_browser__view.cc A devel/electron40/files/patch-chrome_browser_ui_views_frame_browser__widget.cc A devel/electron40/files/patch-chrome_browser_ui_views_frame_browser__widget.h A devel/electron40/files/patch-chrome_browser_ui_views_frame_layout_browser__view__app__layout__impl.cc A devel/electron40/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc A devel/electron40/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h A devel/electron40/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h A devel/electron40/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc A devel/electron40/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc A devel/electron40/files/patch-chrome_browser_ui_views_hung__renderer__view.cc A devel/electron40/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc A devel/electron40/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc A devel/electron40/files/patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc A devel/electron40/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc A devel/electron40/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h A devel/electron40/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc A devel/electron40/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc A devel/electron40/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc A devel/electron40/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc A devel/electron40/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h A devel/electron40/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc A devel/electron40/files/patch-chrome_browser_ui_views_tabs_tab.cc A devel/electron40/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__bubble__view.cc A devel/electron40/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc A devel/electron40/files/patch-chrome_browser_ui_views_task__manager__search__bar__view.cc A devel/electron40/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc A devel/electron40/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc A devel/electron40/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc A devel/electron40/files/patch-chrome_browser_ui_web__applications_web__app__dialogs.h A devel/electron40/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc A devel/electron40/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h A devel/electron40/files/patch-chrome_browser_ui_webui__browser_webui__browser__window.cc A devel/electron40/files/patch-chrome_browser_ui_webui_about_about__ui.cc A devel/electron40/files/patch-chrome_browser_ui_webui_about_about__ui.h A devel/electron40/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h A devel/electron40/files/patch-chrome_browser_ui_webui_app__settings_web__app__settings__ui.h A devel/electron40/files/patch-chrome_browser_ui_webui_certificate__manager_certificate__manager__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc A devel/electron40/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.h A devel/electron40/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc A devel/electron40/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc A devel/electron40/files/patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc A devel/electron40/files/patch-chrome_browser_ui_webui_cr__components_searchbox_searchbox__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_history_history__identity__state__watcher.cc A devel/electron40/files/patch-chrome_browser_ui_webui_infobar__internals_infobar__internals__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc A devel/electron40/files/patch-chrome_browser_ui_webui_management_management__ui.cc A devel/electron40/files/patch-chrome_browser_ui_webui_management_management__ui__constants.cc A devel/electron40/files/patch-chrome_browser_ui_webui_management_management__ui__constants.h A devel/electron40/files/patch-chrome_browser_ui_webui_management_management__ui__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h A devel/electron40/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.h A devel/electron40/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc A devel/electron40/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc A devel/electron40/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h A devel/electron40/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc A devel/electron40/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc A devel/electron40/files/patch-chrome_browser_ui_window__sizer_window__sizer.cc A devel/electron40/files/patch-chrome_browser_upgrade__detector_version__history__client.cc A devel/electron40/files/patch-chrome_browser_visited__url__ranking_visited__url__ranking__service__factory.cc A devel/electron40/files/patch-chrome_browser_web__applications_commands_launch__web__app__command.cc A devel/electron40/files/patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc A devel/electron40/files/patch-chrome_browser_web__applications_extension__status__utils.h A devel/electron40/files/patch-chrome_browser_web__applications_extensions_extension__status__utils.cc A devel/electron40/files/patch-chrome_browser_web__applications_icons_icon__masker.cc A devel/electron40/files/patch-chrome_browser_web__applications_os__integration_os__integration__manager.cc A devel/electron40/files/patch-chrome_browser_web__applications_os__integration_os__integration__test__override.h A devel/electron40/files/patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc A devel/electron40/files/patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc A devel/electron40/files/patch-chrome_browser_web__applications_os__integration_web__app__file__handler__registration.h A devel/electron40/files/patch-chrome_browser_web__applications_os__integration_web__app__shortcut.cc A devel/electron40/files/patch-chrome_browser_web__applications_os__integration_web__app__shortcut.h A devel/electron40/files/patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc A devel/electron40/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc A devel/electron40/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.h A devel/electron40/files/patch-chrome_browser_web__applications_web__app.cc A devel/electron40/files/patch-chrome_browser_web__applications_web__app__helpers.cc A devel/electron40/files/patch-chrome_browser_web__applications_web__app__install__info.h A devel/electron40/files/patch-chrome_browser_webapps_chrome__webapps__client.cc A devel/electron40/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc A devel/electron40/files/patch-chrome_browser_webauthn_enclave__manager.cc A devel/electron40/files/patch-chrome_browser_webauthn_password__credential__ui__controller.cc A devel/electron40/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc A devel/electron40/files/patch-chrome_common_channel__info.h A devel/electron40/files/patch-chrome_common_channel__info__posix.cc A devel/electron40/files/patch-chrome_common_chrome__content__client.cc A devel/electron40/files/patch-chrome_common_chrome__features.cc A devel/electron40/files/patch-chrome_common_chrome__features.h A devel/electron40/files/patch-chrome_common_chrome__paths.cc A devel/electron40/files/patch-chrome_common_chrome__paths.h A devel/electron40/files/patch-chrome_common_chrome__paths__internal.h A devel/electron40/files/patch-chrome_common_chrome__switches.cc A devel/electron40/files/patch-chrome_common_chrome__switches.h A devel/electron40/files/patch-chrome_common_controlled__frame_controlled__frame.cc A devel/electron40/files/patch-chrome_common_crash__keys.cc A devel/electron40/files/patch-chrome_common_extensions_extension__constants.cc A devel/electron40/files/patch-chrome_common_extensions_extension__constants.h A devel/electron40/files/patch-chrome_common_extensions_permissions_chrome__permission__message__rules.cc A devel/electron40/files/patch-chrome_common_media_cdm__host__file__path.cc A devel/electron40/files/patch-chrome_common_media_cdm__registration.cc A devel/electron40/files/patch-chrome_common_media_cdm__registration.h A devel/electron40/files/patch-chrome_common_media_component__widevine__cdm__hint__file__linux.h A devel/electron40/files/patch-chrome_common_pref__names.h A devel/electron40/files/patch-chrome_common_url__constants.h A devel/electron40/files/patch-chrome_common_webui__url__constants.cc A devel/electron40/files/patch-chrome_common_webui__url__constants.h A devel/electron40/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc A devel/electron40/files/patch-chrome_enterprise__companion_event__logger.cc A devel/electron40/files/patch-chrome_enterprise__companion_lock.cc A devel/electron40/files/patch-chrome_renderer_chrome__content__renderer__client.cc A devel/electron40/files/patch-chrome_services_printing_print__backend__service__impl.cc A devel/electron40/files/patch-chrome_services_speech_audio__source__fetcher__impl.cc A devel/electron40/files/patch-chrome_test_base_scoped__channel__override__posix.cc A devel/electron40/files/patch-chrome_test_chromedriver_chrome__launcher.cc A devel/electron40/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc A devel/electron40/files/patch-chrome_test_chromedriver_key__converter__unittest.cc A devel/electron40/files/patch-chrome_test_chromedriver_keycode__text__conversion__unittest.cc A devel/electron40/files/patch-chrome_test_supervised__user_google__auth__state__waiter__mixin.cc A devel/electron40/files/patch-chrome_updater_app_app__uninstall.cc A devel/electron40/files/patch-chrome_updater_configurator.cc A devel/electron40/files/patch-chrome_updater_lock.cc A devel/electron40/files/patch-chrome_updater_util_posix__util.cc A devel/electron40/files/patch-chrome_utility_services.cc A devel/electron40/files/patch-components_BUILD.gn A devel/electron40/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc A devel/electron40/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h A devel/electron40/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc A devel/electron40/files/patch-components_autofill_core_browser_integrators_optimization__guide_autofill__optimization__guide__decider.cc A devel/electron40/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc A devel/electron40/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc A devel/electron40/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc A devel/electron40/files/patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc A devel/electron40/files/patch-components_autofill_core_common_autofill__features.cc A devel/electron40/files/patch-components_autofill_core_common_autofill__payments__features.cc A devel/electron40/files/patch-components_autofill_core_common_autofill__prefs.cc A devel/electron40/files/patch-components_autofill_core_common_autofill__prefs.h A devel/electron40/files/patch-components_collaboration_public_collaboration__controller__delegate.h A devel/electron40/files/patch-components_commerce_core_commerce__feature__list.cc A devel/electron40/files/patch-components_constrained__window_constrained__window__views.cc A devel/electron40/files/patch-components_content__settings_core_browser_website__settings__registry.cc A devel/electron40/files/patch-components_cookie__config_cookie__store__util.cc A devel/electron40/files/patch-components_crash_core_app_BUILD.gn A devel/electron40/files/patch-components_crash_core_app_chrome__crashpad__handler.cc A devel/electron40/files/patch-components_crash_core_app_crashpad__handler__main.cc A devel/electron40/files/patch-components_crash_core_browser_crash__upload__list__crashpad.cc A devel/electron40/files/patch-components_crash_core_common_BUILD.gn A devel/electron40/files/patch-components_device__signals_core_browser_browser__utils.h A devel/electron40/files/patch-components_device__signals_core_browser_desktop_desktop__os__signals__collector.cc A devel/electron40/files/patch-components_device__signals_core_browser_mock__signals__aggregator.h A devel/electron40/files/patch-components_device__signals_core_browser_signals__aggregator.h A devel/electron40/files/patch-components_device__signals_core_browser_signals__aggregator__impl.cc A devel/electron40/files/patch-components_device__signals_core_browser_signals__aggregator__impl.h A devel/electron40/files/patch-components_device__signals_core_browser_user__permission__service.h A devel/electron40/files/patch-components_device__signals_core_browser_user__permission__service__impl.cc A devel/electron40/files/patch-components_device__signals_core_browser_user__permission__service__impl.h A devel/electron40/files/patch-components_device__signals_core_common_linux_platform__utils__linux.cc A devel/electron40/files/patch-components_device__signals_core_common_platform__utils.h A devel/electron40/files/patch-components_device__signals_core_common_signals__features.cc A devel/electron40/files/patch-components_device__signals_core_common_signals__features.h A devel/electron40/files/patch-components_device__signals_core_system__signals_platform__delegate.cc A devel/electron40/files/patch-components_device__signals_test_signals__contract.cc A devel/electron40/files/patch-components_discardable__memory_service_discardable__shared__memory__manager.cc A devel/electron40/files/patch-components_embedder__support_user__agent__utils.cc A devel/electron40/files/patch-components_embedder__support_user__agent__utils__unittest.cc A devel/electron40/files/patch-components_enterprise_browser_reporting_report__util.cc A devel/electron40/files/patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc A devel/electron40/files/patch-components_enterprise_data__controls_core_browser_rule.cc A devel/electron40/files/patch-components_enterprise_watermarking_watermark.cc A devel/electron40/files/patch-components_error__page_common_localized__error.cc A devel/electron40/files/patch-components_eye__dropper_eye__dropper__view.cc A devel/electron40/files/patch-components_feature__engagement_public_event__constants.cc A devel/electron40/files/patch-components_feature__engagement_public_event__constants.h A devel/electron40/files/patch-components_feature__engagement_public_feature__configurations.cc A devel/electron40/files/patch-components_feature__engagement_public_feature__constants.cc A devel/electron40/files/patch-components_feature__engagement_public_feature__constants.h A devel/electron40/files/patch-components_feature__engagement_public_feature__list.cc A devel/electron40/files/patch-components_feature__engagement_public_feature__list.h A devel/electron40/files/patch-components_feed_core_proto_v2_wire_version.proto A devel/electron40/files/patch-components_feed_core_v2_feed__network__impl__unittest.cc A devel/electron40/files/patch-components_feed_core_v2_proto__util.cc A devel/electron40/files/patch-components_feed_core_v2_proto__util__unittest.cc A devel/electron40/files/patch-components_feed_core_v2_test_proto__printer.cc A devel/electron40/files/patch-components_gcm__driver_gcm__desktop__utils.cc A devel/electron40/files/patch-components_gwp__asan_BUILD.gn A devel/electron40/files/patch-components_gwp__asan_buildflags_buildflags.gni A devel/electron40/files/patch-components_gwp__asan_client_guarded__page__allocator__posix.cc A devel/electron40/files/patch-components_gwp__asan_client_gwp__asan.cc A devel/electron40/files/patch-components_gwp__asan_client_gwp__asan__features.cc A devel/electron40/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc A devel/electron40/files/patch-components_live__caption_caption__util.cc A devel/electron40/files/patch-components_live__caption_caption__util.h A devel/electron40/files/patch-components_media__router_common_media__source.cc A devel/electron40/files/patch-components_media__router_common_providers_cast_channel_cast__message__util.cc A devel/electron40/files/patch-components_media__router_common_providers_cast_channel_enum__table.h A devel/electron40/files/patch-components_metrics_drive__metrics__provider.cc A devel/electron40/files/patch-components_metrics_dwa_dwa__service.cc A devel/electron40/files/patch-components_metrics_metrics__log.cc A devel/electron40/files/patch-components_metrics_motherboard.cc A devel/electron40/files/patch-components_metrics_private__metrics_puma__service.cc A devel/electron40/files/patch-components_named__mojo__ipc__server_connection__info.h A devel/electron40/files/patch-components_named__mojo__ipc__server_named__mojo__ipc__server__client__util.cc A devel/electron40/files/patch-components_named__mojo__ipc__server_named__mojo__server__endpoint__connector__linux.cc A devel/electron40/files/patch-components_named__system__lock_BUILD.gn A devel/electron40/files/patch-components_named__system__lock_lock.h A devel/electron40/files/patch-components_named__system__lock_lock__unittest.cc A devel/electron40/files/patch-components_ntp__tiles_pref__names.h A devel/electron40/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc A devel/electron40/files/patch-components_optimization__guide_core_optimization__guide__features.cc A devel/electron40/files/patch-components_optimization__guide_core_optimization__guide__util.cc A devel/electron40/files/patch-components_os__crypt_async_browser_secret__portal__key__provider.cc A devel/electron40/files/patch-components_os__crypt_sync_libsecret__util__linux.cc A devel/electron40/files/patch-components_os__crypt_sync_os__crypt.h A devel/electron40/files/patch-components_paint__preview_browser_paint__preview__client.cc A devel/electron40/files/patch-components_paint__preview_browser_paint__preview__client__unittest.cc A devel/electron40/files/patch-components_paint__preview_common_proto_paint__preview.proto A devel/electron40/files/patch-components_paint__preview_player_player__compositor__delegate.cc A devel/electron40/files/patch-components_password__manager_core_browser_features_password__features.cc A devel/electron40/files/patch-components_password__manager_core_browser_features_password__features.h A devel/electron40/files/patch-components_password__manager_core_browser_password__autofill__manager.cc A devel/electron40/files/patch-components_password__manager_core_browser_password__autofill__manager.h A devel/electron40/files/patch-components_password__manager_core_browser_password__form__filling.cc A devel/electron40/files/patch-components_password__manager_core_browser_password__form__manager.cc A devel/electron40/files/patch-components_password__manager_core_browser_password__manager.cc A devel/electron40/files/patch-components_password__manager_core_browser_password__manager__client.h A devel/electron40/files/patch-components_password__manager_core_browser_password__manager__switches.cc A devel/electron40/files/patch-components_password__manager_core_browser_password__manager__switches.h A devel/electron40/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.cc A devel/electron40/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.h A devel/electron40/files/patch-components_password__manager_core_browser_password__store__factory__util.cc A devel/electron40/files/patch-components_password__manager_core_browser_password__store_login__database.cc A devel/electron40/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc A devel/electron40/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc A devel/electron40/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc A devel/electron40/files/patch-components_password__manager_core_browser_stub__password__manager__client.h A devel/electron40/files/patch-components_password__manager_core_common_password__manager__pref__names.h A devel/electron40/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc A devel/electron40/files/patch-components_performance__manager_public_features.h A devel/electron40/files/patch-components_performance__manager_resource__attribution_memory__measurement__delegate.cc A devel/electron40/files/patch-components_permissions_prediction__service_prediction__common.cc A devel/electron40/files/patch-components_policy_core_browser_policy__pref__mapping__test.cc A devel/electron40/files/patch-components_policy_core_common_cloud_cloud__policy__client.cc A devel/electron40/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc A devel/electron40/files/patch-components_policy_core_common_cloud_cloud__policy__util.cc A devel/electron40/files/patch-components_policy_core_common_policy__paths.cc A devel/electron40/files/patch-components_policy_tools_generate__policy__source.py A devel/electron40/files/patch-components_power__metrics_BUILD.gn A devel/electron40/files/patch-components_power__metrics_energy__metrics__provider.cc A devel/electron40/files/patch-components_proxy__config_pref__proxy__config__tracker__impl.cc A devel/electron40/files/patch-components_proxy__config_proxy__config__pref__names.h A devel/electron40/files/patch-components_safe__browsing_content_common_file__type__policies__unittest.cc A devel/electron40/files/patch-components_safe__browsing_content_resources_gen__file__type__proto.py A devel/electron40/files/patch-components_safe__browsing_core_browser_db_v4__protocol__manager__util.cc A devel/electron40/files/patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc A devel/electron40/files/patch-components_search__engines_template__url__service.cc A devel/electron40/files/patch-components_security__interstitials_content_utils.cc A devel/electron40/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc A devel/electron40/files/patch-components_services_font__data_font__data__service__impl.cc A devel/electron40/files/patch-components_services_on__device__translation_sandbox__hook.cc A devel/electron40/files/patch-components_services_on__device__translation_sandbox__hook.h A devel/electron40/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc A devel/electron40/files/patch-components_signin_public_base_signin__switches.cc A devel/electron40/files/patch-components_signin_public_base_signin__switches.h A devel/electron40/files/patch-components_soda_soda__util.cc A devel/electron40/files/patch-components_startup__metric__utils_common_startup__metric__utils.cc A devel/electron40/files/patch-components_storage__monitor_BUILD.gn A devel/electron40/files/patch-components_storage__monitor_removable__device__constants.cc A devel/electron40/files/patch-components_storage__monitor_removable__device__constants.h A devel/electron40/files/patch-components_supervised__user_core_browser_child__account__service.cc A devel/electron40/files/patch-components_supervised__user_core_browser_kids__chrome__management__url__checker__client.cc A devel/electron40/files/patch-components_supervised__user_core_browser_list__family__members__service.h A devel/electron40/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc A devel/electron40/files/patch-components_supervised__user_core_browser_supervised__user__preferences.cc A devel/electron40/files/patch-components_supervised__user_core_common_features.cc A devel/electron40/files/patch-components_supervised__user_core_common_features.h A devel/electron40/files/patch-components_supervised__user_core_common_pref__names.h A devel/electron40/files/patch-components_sync__bookmarks_bookmark__model__view.cc A devel/electron40/files/patch-components_sync__device__info_local__device__info__util.cc A devel/electron40/files/patch-components_sync__device__info_local__device__info__util__linux.cc A devel/electron40/files/patch-components_sync__preferences_common__syncable__prefs__database.cc A devel/electron40/files/patch-components_sync_service_sync__prefs.cc A devel/electron40/files/patch-components_sync_service_sync__service__impl.cc A devel/electron40/files/patch-components_system__cpu_cpu__probe.cc A devel/electron40/files/patch-components_translate_core_common_translate__util.cc A devel/electron40/files/patch-components_trusted__vault_trusted__vault__connection__impl.cc A devel/electron40/files/patch-components_update__client_update__query__params.cc A devel/electron40/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc A devel/electron40/files/patch-components_user__education_views_help__bubble__view.cc A devel/electron40/files/patch-components_user__education_views_help__bubble__view.h A devel/electron40/files/patch-components_variations_service_variations__service.cc A devel/electron40/files/patch-components_visited__url__ranking_public_url__visit__util.cc A devel/electron40/files/patch-components_viz_host_gpu__host__impl.cc A devel/electron40/files/patch-components_viz_host_host__display__client.cc A devel/electron40/files/patch-components_viz_host_host__display__client.h A devel/electron40/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc A devel/electron40/files/patch-components_viz_service_display__embedder_software__output__surface.cc A devel/electron40/files/patch-components_viz_service_display__embedder_software__output__surface.h A devel/electron40/files/patch-components_viz_service_display_skia__renderer.cc A devel/electron40/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc A devel/electron40/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h A devel/electron40/files/patch-components_viz_service_gl_gpu__service__impl.cc A devel/electron40/files/patch-components_viz_service_gl_gpu__service__impl.h A devel/electron40/files/patch-components_viz_test_fake__display__client.cc A devel/electron40/files/patch-components_viz_test_fake__display__client.h A devel/electron40/files/patch-components_viz_test_mock__display__client.h A devel/electron40/files/patch-components_webauthn_core_browser_gpm__user__verification__policy.cc A devel/electron40/files/patch-components_webui_flags_flags__state.cc A devel/electron40/files/patch-content_app_BUILD.gn A devel/electron40/files/patch-content_app_content__main.cc A devel/electron40/files/patch-content_app_content__main__runner__impl.cc A devel/electron40/files/patch-content_browser_BUILD.gn A devel/electron40/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc A devel/electron40/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc A devel/electron40/files/patch-content_browser_audio_audio__service.cc A devel/electron40/files/patch-content_browser_browser__child__process__host__impl.cc A devel/electron40/files/patch-content_browser_browser__child__process__host__impl.h A devel/electron40/files/patch-content_browser_browser__child__process__host__impl__receiver__bindings.cc A devel/electron40/files/patch-content_browser_browser__main__loop.cc A devel/electron40/files/patch-content_browser_child__process__launcher__helper__linux.cc A devel/electron40/files/patch-content_browser_child__thread__type__switcher__linux.cc A devel/electron40/files/patch-content_browser_child__thread__type__switcher__linux.h A devel/electron40/files/patch-content_browser_compositor_viz__process__transport__factory.cc A devel/electron40/files/patch-content_browser_devtools_devtools__frontend__host__impl.cc A devel/electron40/files/patch-content_browser_devtools_devtools__frontend__host__impl.h A devel/electron40/files/patch-content_browser_devtools_protocol_system__info__handler.cc A devel/electron40/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher.h A devel/electron40/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__bsd.cc A devel/electron40/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__kqueue.h A devel/electron40/files/patch-content_browser_file__system__access_file__system__access__local__path__watcher.cc A devel/electron40/files/patch-content_browser_font__access_font__enumeration__data__source.cc A devel/electron40/files/patch-content_browser_gpu_compositor__util.cc A devel/electron40/files/patch-content_browser_gpu_gpu__data__manager__impl.cc A devel/electron40/files/patch-content_browser_gpu_gpu__data__manager__impl.h A devel/electron40/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc A devel/electron40/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h A devel/electron40/files/patch-content_browser_gpu_gpu__process__host.cc A devel/electron40/files/patch-content_browser_media_frameless__media__interface__proxy.h A devel/electron40/files/patch-content_browser_media_media__keys__listener__manager__impl.cc A devel/electron40/files/patch-content_browser_network__service__instance__impl.cc A devel/electron40/files/patch-content_browser_renderer__host_delegated__frame__host.cc A devel/electron40/files/patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc A devel/electron40/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc A devel/electron40/files/patch-content_browser_renderer__host_render__process__host__impl.cc A devel/electron40/files/patch-content_browser_renderer__host_render__process__host__impl.h A devel/electron40/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc A devel/electron40/files/patch-content_browser_renderer__host_render__view__host__impl.cc A devel/electron40/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc A devel/electron40/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h A devel/electron40/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc A devel/electron40/files/patch-content_browser_sandbox__host__linux.cc A devel/electron40/files/patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc A devel/electron40/files/patch-content_browser_scheduler_responsiveness_native__event__observer.cc A devel/electron40/files/patch-content_browser_scheduler_responsiveness_native__event__observer.h A devel/electron40/files/patch-content_browser_service__host_utility__process__host.cc A devel/electron40/files/patch-content_browser_service__host_utility__process__host__receiver__bindings.cc A devel/electron40/files/patch-content_browser_service__host_utility__sandbox__delegate.cc A devel/electron40/files/patch-content_browser_shape__detection_shape__detection__service.cc A devel/electron40/files/patch-content_browser_theme__helper.cc A devel/electron40/files/patch-content_browser_v8__snapshot__files.cc A devel/electron40/files/patch-content_browser_web__contents_slow__web__preference__cache.cc A devel/electron40/files/patch-content_browser_web__contents_web__contents__view__aura.cc A devel/electron40/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc A devel/electron40/files/patch-content_browser_webui_web__ui__main__frame__observer.cc A devel/electron40/files/patch-content_browser_zygote__host_zygote__host__impl__linux.cc A devel/electron40/files/patch-content_browser_zygote__host_zygote__host__impl__linux.h A devel/electron40/files/patch-content_child_BUILD.gn A devel/electron40/files/patch-content_child_child__process.cc A devel/electron40/files/patch-content_child_child__process.h A devel/electron40/files/patch-content_common_BUILD.gn A devel/electron40/files/patch-content_common_features.cc A devel/electron40/files/patch-content_common_features.h A devel/electron40/files/patch-content_common_font__list__unittest.cc A devel/electron40/files/patch-content_common_gpu__pre__sandbox__hook__bsd.cc A devel/electron40/files/patch-content_common_gpu__pre__sandbox__hook__bsd.h A devel/electron40/files/patch-content_common_gpu__pre__sandbox__hook__linux.h A devel/electron40/files/patch-content_common_thread__type__switcher.mojom A devel/electron40/files/patch-content_gpu_gpu__child__thread.cc A devel/electron40/files/patch-content_gpu_gpu__main.cc A devel/electron40/files/patch-content_public_browser_content__browser__client.cc A devel/electron40/files/patch-content_public_browser_zygote__host_zygote__host__linux.h A devel/electron40/files/patch-content_public_common_content__features.cc A devel/electron40/files/patch-content_public_common_content__switches.cc A devel/electron40/files/patch-content_public_common_content__switches.h A devel/electron40/files/patch-content_public_common_zygote_features.gni A devel/electron40/files/patch-content_renderer_render__thread__impl.cc A devel/electron40/files/patch-content_renderer_renderer__blink__platform__impl.cc A devel/electron40/files/patch-content_renderer_renderer__blink__platform__impl.h A devel/electron40/files/patch-content_renderer_renderer__main__platform__delegate__linux.cc A devel/electron40/files/patch-content_shell_BUILD.gn A devel/electron40/files/patch-content_shell_app_shell__main__delegate.cc A devel/electron40/files/patch-content_shell_browser_shell__browser__main__parts.cc A devel/electron40/files/patch-content_shell_browser_shell__platform__delegate__views.cc A devel/electron40/files/patch-content_shell_renderer_shell__content__renderer__client.cc A devel/electron40/files/patch-content_shell_utility_shell__content__utility__client.cc A devel/electron40/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.cc A devel/electron40/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.h A devel/electron40/files/patch-content_utility_services.cc A devel/electron40/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.cc A devel/electron40/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.h A devel/electron40/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc A devel/electron40/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h A devel/electron40/files/patch-content_utility_utility__main.cc A devel/electron40/files/patch-content_utility_utility__thread__impl.cc A devel/electron40/files/patch-content_zygote_BUILD.gn A devel/electron40/files/patch-content_zygote_zygote__linux.cc A devel/electron40/files/patch-content_zygote_zygote__main__linux.cc A devel/electron40/files/patch-device_bluetooth_bluetooth__adapter.cc A devel/electron40/files/patch-device_bluetooth_cast__bluetooth.gni A devel/electron40/files/patch-device_fido_features.cc A devel/electron40/files/patch-device_fido_features.h A devel/electron40/files/patch-device_gamepad_BUILD.gn A devel/electron40/files/patch-device_gamepad_gamepad__provider.cc A devel/electron40/files/patch-device_gamepad_hid__writer__linux.cc A devel/electron40/files/patch-device_gamepad_public_cpp_gamepad__features.cc A devel/electron40/files/patch-device_gamepad_public_cpp_gamepad__features.h A devel/electron40/files/patch-electron_BUILD.gn A devel/electron40/files/patch-electron_build_args_all.gn A devel/electron40/files/patch-electron_default__app_default__app.ts A devel/electron40/files/patch-electron_filenames.gni A devel/electron40/files/patch-electron_lib_browser_api_app.ts A devel/electron40/files/patch-electron_lib_browser_api_dialog.ts A devel/electron40/files/patch-electron_lib_browser_api_menu-item-roles.ts A devel/electron40/files/patch-electron_lib_browser_api_power-monitor.ts A devel/electron40/files/patch-electron_lib_browser_rpc-server.ts A devel/electron40/files/patch-electron_lib_renderer_api_clipboard.ts A devel/electron40/files/patch-electron_script_lib_config.py A devel/electron40/files/patch-electron_script_lib_utils.js A devel/electron40/files/patch-electron_script_spec-runner.js A devel/electron40/files/patch-electron_shell_app_electron__crash__reporter__client.cc A devel/electron40/files/patch-electron_shell_app_electron__crash__reporter__client.h A devel/electron40/files/patch-electron_shell_app_electron__main__delegate.cc A devel/electron40/files/patch-electron_shell_app_node__main.cc A devel/electron40/files/patch-electron_shell_browser_api_electron__api__app.cc A devel/electron40/files/patch-electron_shell_browser_api_electron__api__base__window.cc A devel/electron40/files/patch-electron_shell_browser_api_electron__api__base__window.h A devel/electron40/files/patch-electron_shell_browser_api_electron__api__crash__reporter.cc A devel/electron40/files/patch-electron_shell_browser_api_electron__api__desktop__capturer.cc A devel/electron40/files/patch-electron_shell_browser_api_electron__api__power__monitor.cc A devel/electron40/files/patch-electron_shell_browser_api_electron__api__power__monitor.h A devel/electron40/files/patch-electron_shell_browser_api_electron__api__safe__storage.cc A devel/electron40/files/patch-electron_shell_browser_api_electron__api__screen.cc A devel/electron40/files/patch-electron_shell_browser_api_electron__api__system__preferences.cc A devel/electron40/files/patch-electron_shell_browser_api_electron__api__system__preferences.h A devel/electron40/files/patch-electron_shell_browser_api_electron__api__web__contents.cc A devel/electron40/files/patch-electron_shell_browser_api_electron__api__web__contents.h A devel/electron40/files/patch-electron_shell_browser_api_process__metric.h A devel/electron40/files/patch-electron_shell_browser_browser.cc A devel/electron40/files/patch-electron_shell_browser_browser.h A devel/electron40/files/patch-electron_shell_browser_browser__linux.cc A devel/electron40/files/patch-electron_shell_browser_browser__process__impl.cc A devel/electron40/files/patch-electron_shell_browser_browser__process__impl.h A devel/electron40/files/patch-electron_shell_browser_electron__browser__main__parts.cc A devel/electron40/files/patch-electron_shell_browser_electron__browser__main__parts.h A devel/electron40/files/patch-electron_shell_browser_electron__browser__main__parts__posix.cc A devel/electron40/files/patch-electron_shell_browser_extensions_api_runtime_electron__runtime__api__delegate.cc A devel/electron40/files/patch-electron_shell_browser_feature__list.cc A devel/electron40/files/patch-electron_shell_browser_linux_x11__util.cc A devel/electron40/files/patch-electron_shell_browser_native__window.cc A devel/electron40/files/patch-electron_shell_browser_native__window__views.cc A devel/electron40/files/patch-electron_shell_browser_native__window__views.h A devel/electron40/files/patch-electron_shell_browser_net_system__network__context__manager.cc A devel/electron40/files/patch-electron_shell_browser_osr_osr__host__display__client.cc A devel/electron40/files/patch-electron_shell_browser_osr_osr__host__display__client.h A devel/electron40/files/patch-electron_shell_browser_osr_osr__paint__event.h A devel/electron40/files/patch-electron_shell_browser_osr_osr__video__consumer.cc A devel/electron40/files/patch-electron_shell_browser_printing_printing__utils.cc A devel/electron40/files/patch-electron_shell_browser_relauncher__linux.cc A devel/electron40/files/patch-electron_shell_browser_ui_file__dialog.h A devel/electron40/files/patch-electron_shell_browser_ui_inspectable__web__contents.cc A devel/electron40/files/patch-electron_shell_browser_ui_inspectable__web__contents__view.cc A devel/electron40/files/patch-electron_shell_browser_ui_inspectable__web__contents__view__delegate.h A devel/electron40/files/patch-electron_shell_browser_ui_views_electron__views__delegate.cc A devel/electron40/files/patch-electron_shell_browser_ui_views_electron__views__delegate.h A devel/electron40/files/patch-electron_shell_browser_ui_views_menu__bar.cc A devel/electron40/files/patch-electron_shell_browser_ui_views_menu__bar.h A devel/electron40/files/patch-electron_shell_browser_ui_views_submenu__button.cc A devel/electron40/files/patch-electron_shell_common_api_electron__api__clipboard.cc A devel/electron40/files/patch-electron_shell_common_api_electron__api__native__image.cc A devel/electron40/files/patch-electron_shell_common_api_electron__api__native__image.h A devel/electron40/files/patch-electron_shell_common_api_electron__api__shared__texture.cc A devel/electron40/files/patch-electron_shell_common_api_electron__bindings.cc A devel/electron40/files/patch-electron_shell_common_electron__command__line.cc A devel/electron40/files/patch-electron_shell_common_electron__command__line.h A devel/electron40/files/patch-electron_shell_common_electron__paths.cc A devel/electron40/files/patch-electron_shell_common_electron__paths.h A devel/electron40/files/patch-electron_shell_common_gin__converters_osr__converter.cc A devel/electron40/files/patch-electron_shell_common_gin__converters_std__converter.h A devel/electron40/files/patch-electron_shell_common_node__bindings.cc A devel/electron40/files/patch-electron_shell_common_node__bindings__linux.cc A devel/electron40/files/patch-electron_shell_common_platform__util.h A devel/electron40/files/patch-electron_shell_renderer_api_electron__api__crash__reporter__renderer.cc A devel/electron40/files/patch-electron_shell_services_node_node__service.cc A devel/electron40/files/patch-electron_spec_api-app-spec.ts A devel/electron40/files/patch-electron_spec_api-browser-window-spec.ts A devel/electron40/files/patch-electron_spec_api-clipboard-spec.ts A devel/electron40/files/patch-electron_spec_api-content-tracing-spec.ts A devel/electron40/files/patch-electron_spec_api-crash-reporter-spec.ts A devel/electron40/files/patch-electron_spec_api-desktop-capturer-spec.ts A devel/electron40/files/patch-electron_spec_api-menu-spec.ts A devel/electron40/files/patch-electron_spec_api-native-image-spec.ts A devel/electron40/files/patch-electron_spec_api-net-log-spec.ts A devel/electron40/files/patch-electron_spec_api-notification-dbus-spec.ts A devel/electron40/files/patch-electron_spec_api-power-monitor-spec.ts A devel/electron40/files/patch-electron_spec_api-process-spec.ts A devel/electron40/files/patch-electron_spec_api-protocol-spec.ts A devel/electron40/files/patch-electron_spec_api-safe-storage-spec.ts A devel/electron40/files/patch-electron_spec_api-screen-spec.ts A devel/electron40/files/patch-electron_spec_api-shell-spec.ts A devel/electron40/files/patch-electron_spec_api-subframe-spec.ts A devel/electron40/files/patch-electron_spec_api-system-preferences-spec.ts A devel/electron40/files/patch-electron_spec_api-tray-spec.ts A devel/electron40/files/patch-electron_spec_api-utility-process-spec.ts A devel/electron40/files/patch-electron_spec_api-web-contents-spec.ts A devel/electron40/files/patch-electron_spec_api-web-frame-main-spec.ts A devel/electron40/files/patch-electron_spec_chromium-spec.ts A devel/electron40/files/patch-electron_spec_crash-spec.ts A devel/electron40/files/patch-electron_spec_fixtures_api_safe-storage_decrypt-app_main.js A devel/electron40/files/patch-electron_spec_fixtures_api_safe-storage_encrypt-app_main.js A devel/electron40/files/patch-electron_spec_fixtures_crash-cases_safe-storage_index.js A devel/electron40/files/patch-electron_spec_fixtures_native-addon_uv-dlopen_index.js A devel/electron40/files/patch-electron_spec_node-spec.ts A devel/electron40/files/patch-electron_spec_spellchecker-spec.ts A devel/electron40/files/patch-electron_spec_version-bump-spec.ts A devel/electron40/files/patch-electron_spec_visibility-state-spec.ts A devel/electron40/files/patch-electron_spec_webview-spec.ts A devel/electron40/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc A devel/electron40/files/patch-extensions_browser_api_management_management__api.cc A devel/electron40/files/patch-extensions_browser_api_messaging_message__service.cc A devel/electron40/files/patch-extensions_browser_api_networking__private_networking__private__delegate__factory.cc A devel/electron40/files/patch-extensions_common_api___permission__features.json A devel/electron40/files/patch-extensions_common_api_runtime.json A devel/electron40/files/patch-extensions_common_command.cc A devel/electron40/files/patch-extensions_common_features_feature.cc A devel/electron40/files/patch-extensions_renderer_bindings_api__binding__util.cc A devel/electron40/files/patch-extensions_renderer_bindings_argument__spec.cc A devel/electron40/files/patch-extensions_shell_app_shell__main__delegate.cc A devel/electron40/files/patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc A devel/electron40/files/patch-extensions_shell_browser_shell__browser__main__parts.cc A devel/electron40/files/patch-extensions_shell_browser_shell__extensions__api__client.cc A devel/electron40/files/patch-extensions_shell_browser_shell__extensions__api__client.h A devel/electron40/files/patch-google__apis_gcm_engine_heartbeat__manager.cc A devel/electron40/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc A devel/electron40/files/patch-gpu_command__buffer_client_test__shared__image__interface.h A devel/electron40/files/patch-gpu_command__buffer_service_dawn__context__provider.cc A devel/electron40/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc A devel/electron40/files/patch-gpu_command__buffer_service_raster__decoder__unittest__context__lost.cc A devel/electron40/files/patch-gpu_command__buffer_service_shared__context__state.cc A devel/electron40/files/patch-gpu_command__buffer_service_shared__context__state.h A devel/electron40/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc A devel/electron40/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc A devel/electron40/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc A devel/electron40/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc A devel/electron40/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc A devel/electron40/files/patch-gpu_command__buffer_service_shared__image_wrapped__sk__image__backing.cc A devel/electron40/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc A devel/electron40/files/patch-gpu_config_gpu__control__list.cc A devel/electron40/files/patch-gpu_config_gpu__finch__features.cc A devel/electron40/files/patch-gpu_config_gpu__info__collector.cc A devel/electron40/files/patch-gpu_config_gpu__test__config.cc A devel/electron40/files/patch-gpu_ipc_service_gpu__init.cc A devel/electron40/files/patch-gpu_ipc_service_x__util.h A devel/electron40/files/patch-gpu_vulkan_generate__bindings.py A devel/electron40/files/patch-gpu_vulkan_semaphore__handle.cc A devel/electron40/files/patch-gpu_vulkan_vulkan__device__queue.cc A devel/electron40/files/patch-gpu_vulkan_vulkan__device__queue.h A devel/electron40/files/patch-gpu_vulkan_vulkan__function__pointers.cc A devel/electron40/files/patch-gpu_vulkan_vulkan__function__pointers.h A devel/electron40/files/patch-gpu_vulkan_vulkan__image.h A devel/electron40/files/patch-gpu_vulkan_vulkan__util.cc A devel/electron40/files/patch-headless_BUILD.gn A devel/electron40/files/patch-headless_lib_browser_headless__browser__impl.cc A devel/electron40/files/patch-headless_lib_browser_headless__browser__main__parts__posix.cc A devel/electron40/files/patch-headless_lib_browser_headless__content__browser__client.cc A devel/electron40/files/patch-headless_lib_browser_headless__content__browser__client.h A devel/electron40/files/patch-headless_lib_browser_headless__web__contents__impl.cc A devel/electron40/files/patch-headless_lib_headless__content__main__delegate.cc A devel/electron40/files/patch-ipc_ipc__channel.cc A devel/electron40/files/patch-ipc_ipc__channel.h A devel/electron40/files/patch-ipc_param__traits__utils.h A devel/electron40/files/patch-media_BUILD.gn A devel/electron40/files/patch-media_audio_BUILD.gn A devel/electron40/files/patch-media_audio_alsa_audio__manager__alsa.cc A devel/electron40/files/patch-media_audio_audio__input__device.cc A devel/electron40/files/patch-media_audio_audio__output__proxy__unittest.cc A devel/electron40/files/patch-media_audio_pulse_pulse__util.cc A devel/electron40/files/patch-media_audio_sndio_audio__manager__sndio.cc A devel/electron40/files/patch-media_audio_sndio_audio__manager__sndio.h A devel/electron40/files/patch-media_audio_sndio_sndio__input.cc A devel/electron40/files/patch-media_audio_sndio_sndio__input.h A devel/electron40/files/patch-media_audio_sndio_sndio__output.cc A devel/electron40/files/patch-media_audio_sndio_sndio__output.h A devel/electron40/files/patch-media_base_audio__latency.cc A devel/electron40/files/patch-media_base_libaom__thread__wrapper.cc A devel/electron40/files/patch-media_base_libvpx__thread__wrapper.cc A devel/electron40/files/patch-media_base_media__switches.cc A devel/electron40/files/patch-media_base_media__switches.h A devel/electron40/files/patch-media_base_video__frame.cc A devel/electron40/files/patch-media_base_video__frame.h A devel/electron40/files/patch-media_capture_video_create__video__capture__device__factory.cc A devel/electron40/files/patch-media_capture_video_fake__video__capture__device__factory.cc A devel/electron40/files/patch-media_capture_video_file__video__capture__device__factory.cc A devel/electron40/files/patch-media_capture_video_linux_fake__v4l2__impl.cc A devel/electron40/files/patch-media_capture_video_linux_fake__v4l2__impl.h A devel/electron40/files/patch-media_capture_video_linux_v4l2__capture__delegate.cc A devel/electron40/files/patch-media_capture_video_linux_v4l2__capture__delegate.h A devel/electron40/files/patch-media_capture_video_linux_v4l2__capture__device.h A devel/electron40/files/patch-media_capture_video_linux_v4l2__capture__device__impl.cc A devel/electron40/files/patch-media_capture_video_linux_v4l2__capture__device__impl.h A devel/electron40/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.cc A devel/electron40/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.h A devel/electron40/files/patch-media_capture_video_video__capture__buffer__tracker__factory__impl.cc A devel/electron40/files/patch-media_capture_video_video__capture__device__client.cc A devel/electron40/files/patch-media_cdm_cdm__paths__unittest.cc A devel/electron40/files/patch-media_cdm_library__cdm_cdm__paths.gni A devel/electron40/files/patch-media_ffmpeg_scripts_build__ffmpeg.py A devel/electron40/files/patch-media_ffmpeg_scripts_robo__lib_config.py A devel/electron40/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc A devel/electron40/files/patch-media_gpu_chromeos_libyuv__image__processor__backend.cc A devel/electron40/files/patch-media_gpu_chromeos_mailbox__video__frame__converter.cc A devel/electron40/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc A devel/electron40/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc A devel/electron40/files/patch-media_gpu_gpu__video__decode__accelerator__factory.cc A devel/electron40/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc A devel/electron40/files/patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.cc A devel/electron40/files/patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.h A devel/electron40/files/patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.cc A devel/electron40/files/patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.h A devel/electron40/files/patch-media_gpu_test_raw__video.cc A devel/electron40/files/patch-media_gpu_test_video__frame__file__writer.cc A devel/electron40/files/patch-media_gpu_test_video__frame__helpers.cc A devel/electron40/files/patch-media_gpu_test_video__frame__validator.cc A devel/electron40/files/patch-media_gpu_v4l2_v4l2__utils.cc A devel/electron40/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc A devel/electron40/files/patch-media_gpu_vaapi_vaapi__wrapper.cc A devel/electron40/files/patch-media_media__options.gni A devel/electron40/files/patch-media_mojo_mojom_BUILD.gn A devel/electron40/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc A devel/electron40/files/patch-media_mojo_mojom_video__frame__mojom__traits.h A devel/electron40/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc A devel/electron40/files/patch-media_video_renderable__gpu__memory__buffer__video__frame__pool.cc A devel/electron40/files/patch-media_video_video__encode__accelerator__adapter.cc A devel/electron40/files/patch-media_video_video__encode__accelerator__adapter__test.cc A devel/electron40/files/patch-media_webrtc_audio__processor.cc A devel/electron40/files/patch-media_webrtc_helpers.cc A devel/electron40/files/patch-media_webrtc_helpers__unittests.cc A devel/electron40/files/patch-mojo_core_BUILD.gn A devel/electron40/files/patch-mojo_core_channel.cc A devel/electron40/files/patch-mojo_core_channel.h A devel/electron40/files/patch-mojo_core_channel__posix.cc A devel/electron40/files/patch-mojo_core_embedder_features.h A devel/electron40/files/patch-mojo_public_tools_bindings_mojom.gni A devel/electron40/files/patch-net_BUILD.gn A devel/electron40/files/patch-net_base_features.cc A devel/electron40/files/patch-net_base_network__change__notifier.cc A devel/electron40/files/patch-net_base_network__change__notifier__passive.cc A devel/electron40/files/patch-net_base_network__interfaces__posix.h A devel/electron40/files/patch-net_base_sockaddr__util__posix.cc A devel/electron40/files/patch-net_base_sockaddr__util__posix__unittest.cc A devel/electron40/files/patch-net_disk__cache_backend__experiment.h A devel/electron40/files/patch-net_disk__cache_simple_simple__file__tracker.cc A devel/electron40/files/patch-net_dns_BUILD.gn A devel/electron40/files/patch-net_dns_address__info.cc A devel/electron40/files/patch-net_dns_address__sorter__posix.cc A devel/electron40/files/patch-net_dns_dns__config__service__posix.cc A devel/electron40/files/patch-net_dns_dns__reloader.cc A devel/electron40/files/patch-net_dns_dns__util.cc A devel/electron40/files/patch-net_dns_host__resolver__proc.cc A devel/electron40/files/patch-net_dns_public_BUILD.gn A devel/electron40/files/patch-net_dns_public_resolv__reader.cc A devel/electron40/files/patch-net_dns_public_resolv__reader.h A devel/electron40/files/patch-net_dns_public_scoped__res__state.h A devel/electron40/files/patch-net_filter_zstd__source__stream.cc A devel/electron40/files/patch-net_http_http__auth__gssapi__posix.cc A devel/electron40/files/patch-net_http_http__auth__gssapi__posix.h A devel/electron40/files/patch-net_http_http__auth__handler__negotiate.cc A devel/electron40/files/patch-net_http_http__auth__preferences.cc A devel/electron40/files/patch-net_http_http__auth__preferences.h A devel/electron40/files/patch-net_http_http__network__session.cc A devel/electron40/files/patch-net_proxy__resolution_proxy__config__service.cc A devel/electron40/files/patch-net_proxy__resolution_proxy__config__service__linux.cc A devel/electron40/files/patch-net_socket_socks5__client__socket.cc A devel/electron40/files/patch-net_socket_tcp__socket__posix.cc A devel/electron40/files/patch-net_socket_udp__socket__posix.cc A devel/electron40/files/patch-net_socket_udp__socket__unittest.cc A devel/electron40/files/patch-net_third__party_quiche_BUILD.gn A devel/electron40/files/patch-net_tools_cert__verify__tool_cert__verify__tool.cc A devel/electron40/files/patch-net_tools_net__watcher_net__watcher.cc A devel/electron40/files/patch-net_traffic__annotation_network__traffic__annotation.h A devel/electron40/files/patch-net_url__request_url__request__context.cc A devel/electron40/files/patch-net_url__request_url__request__context.h A devel/electron40/files/patch-net_url__request_url__request__context__builder.cc A devel/electron40/files/patch-net_websockets_websocket__basic__stream__adapters__test.cc A devel/electron40/files/patch-pdf_pdf__features.cc A devel/electron40/files/patch-pdf_pdf__features.h A devel/electron40/files/patch-pdf_pdfium_pdfium__engine.cc A devel/electron40/files/patch-printing_backend_cups__helper.cc A devel/electron40/files/patch-printing_backend_cups__helper.h A devel/electron40/files/patch-printing_backend_cups__ipp__helper.cc A devel/electron40/files/patch-printing_backend_cups__jobs.cc A devel/electron40/files/patch-printing_backend_cups__printer.cc A devel/electron40/files/patch-printing_backend_cups__weak__functions.h A devel/electron40/files/patch-printing_backend_print__backend__cups.h A devel/electron40/files/patch-printing_backend_print__backend__cups__ipp.cc A devel/electron40/files/patch-printing_mojom_printing__context__mojom__traits.cc A devel/electron40/files/patch-printing_mojom_printing__context__mojom__traits.h A devel/electron40/files/patch-printing_mojom_printing__context__mojom__traits__unittest.cc A devel/electron40/files/patch-printing_print__settings.cc A devel/electron40/files/patch-printing_print__settings.h A devel/electron40/files/patch-printing_print__settings__conversion.cc A devel/electron40/files/patch-printing_printing__context__linux.cc A devel/electron40/files/patch-printing_printing__features.cc A devel/electron40/files/patch-printing_printing__features.h A devel/electron40/files/patch-printing_sandbox_print__backend__sandbox__hook__linux.cc A devel/electron40/files/patch-printing_sandbox_print__backend__sandbox__hook__linux.h A devel/electron40/files/patch-remoting_base_constants.h A devel/electron40/files/patch-remoting_base_environment__details.cc A devel/electron40/files/patch-remoting_base_host__settings.cc A devel/electron40/files/patch-remoting_codec_webrtc__video__encoder__vpx.cc A devel/electron40/files/patch-remoting_host_base_desktop__environment__options.cc A devel/electron40/files/patch-remoting_host_base_switches.cc A devel/electron40/files/patch-remoting_host_base_switches.h A devel/electron40/files/patch-remoting_host_chromoting__host.cc A devel/electron40/files/patch-remoting_host_chromoting__host.h A devel/electron40/files/patch-remoting_host_chromoting__host__context.cc A devel/electron40/files/patch-remoting_host_chromoting__host__services__client.cc A devel/electron40/files/patch-remoting_host_client__session.cc A devel/electron40/files/patch-remoting_host_crash_crash__file__uploader.cc A devel/electron40/files/patch-remoting_host_create__desktop__interaction__strategy__factory.cc A devel/electron40/files/patch-remoting_host_evaluate__capability.cc A devel/electron40/files/patch-remoting_host_host__main.cc A devel/electron40/files/patch-remoting_host_host__power__save__blocker.cc A devel/electron40/files/patch-remoting_host_ipc__constants.cc A devel/electron40/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc A devel/electron40/files/patch-remoting_host_me2me__desktop__environment.cc A devel/electron40/files/patch-remoting_host_mojo__caller__security__checker.cc A devel/electron40/files/patch-remoting_host_policy__watcher.cc A devel/electron40/files/patch-remoting_host_remote__open__url_remote__open__url__client.cc A devel/electron40/files/patch-remoting_host_remote__open__url_remote__open__url__main.cc A devel/electron40/files/patch-remoting_host_remote__open__url_remote__open__url__util.cc A devel/electron40/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc A devel/electron40/files/patch-remoting_host_remoting__me2me__host.cc A devel/electron40/files/patch-remoting_host_security__key_remote__security__key__main.cc A devel/electron40/files/patch-remoting_host_session__policies__from__dict.cc A devel/electron40/files/patch-remoting_host_setup_me2me__native__messaging__host__main.cc A devel/electron40/files/patch-remoting_host_setup_start__host__main.cc A devel/electron40/files/patch-remoting_host_webauthn_desktop__session__type__util.cc A devel/electron40/files/patch-remoting_host_webauthn_remote__webauthn__caller__security__utils.cc A devel/electron40/files/patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc A devel/electron40/files/patch-remoting_host_webauthn_remote__webauthn__main.cc A devel/electron40/files/patch-remoting_protocol_webrtc__video__stream.cc A devel/electron40/files/patch-remoting_signaling_ftl__host__device__id__provider.cc A devel/electron40/files/patch-rust-1.95 A devel/electron40/files/patch-sandbox_BUILD.gn A devel/electron40/files/patch-sandbox_features.gni A devel/electron40/files/patch-sandbox_linux_BUILD.gn A devel/electron40/files/patch-sandbox_linux_services_init__process__reaper.cc A devel/electron40/files/patch-sandbox_linux_services_libc__interceptor.cc A devel/electron40/files/patch-sandbox_policy_BUILD.gn A devel/electron40/files/patch-sandbox_policy_features.cc A devel/electron40/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc A devel/electron40/files/patch-sandbox_policy_freebsd_sandbox__freebsd.h A devel/electron40/files/patch-sandbox_policy_mojom_sandbox.mojom A devel/electron40/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc A devel/electron40/files/patch-sandbox_policy_openbsd_sandbox__openbsd.h A devel/electron40/files/patch-sandbox_policy_sandbox.cc A devel/electron40/files/patch-sandbox_policy_sandbox.h A devel/electron40/files/patch-sandbox_policy_sandbox__type.cc A devel/electron40/files/patch-sandbox_policy_switches.cc A devel/electron40/files/patch-sandbox_policy_switches.h A devel/electron40/files/patch-services_audio_audio__sandbox__hook__linux.cc A devel/electron40/files/patch-services_audio_audio__sandbox__hook__linux.h A devel/electron40/files/patch-services_device_BUILD.gn A devel/electron40/files/patch-services_device_geolocation_location__provider__manager.cc A devel/electron40/files/patch-services_device_hid_BUILD.gn A devel/electron40/files/patch-services_device_hid_hid__connection__fido.cc A devel/electron40/files/patch-services_device_hid_hid__connection__fido.h A devel/electron40/files/patch-services_device_hid_hid__connection__freebsd.cc A devel/electron40/files/patch-services_device_hid_hid__connection__freebsd.h A devel/electron40/files/patch-services_device_hid_hid__service.cc A devel/electron40/files/patch-services_device_hid_hid__service__fido.cc A devel/electron40/files/patch-services_device_hid_hid__service__fido.h A devel/electron40/files/patch-services_device_hid_hid__service__freebsd.cc A devel/electron40/files/patch-services_device_hid_hid__service__freebsd.h A devel/electron40/files/patch-services_device_public_cpp_device__features.cc A devel/electron40/files/patch-services_device_public_cpp_device__features.h A devel/electron40/files/patch-services_device_public_cpp_generic__sensor_sensor__reading.h A devel/electron40/files/patch-services_device_public_mojom_BUILD.gn A devel/electron40/files/patch-services_device_serial_BUILD.gn A devel/electron40/files/patch-services_device_serial_serial__device__enumerator.cc A devel/electron40/files/patch-services_device_serial_serial__io__handler__posix.cc A devel/electron40/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc A devel/electron40/files/patch-services_device_usb_BUILD.gn A devel/electron40/files/patch-services_device_usb_usb__device__handle__usbfs.cc A devel/electron40/files/patch-services_device_usb_usb__device__handle__usbfs.h A devel/electron40/files/patch-services_device_usb_usb__service.cc A devel/electron40/files/patch-services_device_usb_usb__service__fake.cc A devel/electron40/files/patch-services_device_usb_usb__service__fake.h A devel/electron40/files/patch-services_network_BUILD.gn A devel/electron40/files/patch-services_network_network__context.cc A devel/electron40/files/patch-services_network_network__context.h A devel/electron40/files/patch-services_network_network__sandbox__hook__linux.cc A devel/electron40/files/patch-services_network_network__sandbox__hook__linux.h A devel/electron40/files/patch-services_network_network__service.cc A devel/electron40/files/patch-services_network_network__service.h A devel/electron40/files/patch-services_network_public_cpp_BUILD.gn A devel/electron40/files/patch-services_network_public_cpp_features.cc A devel/electron40/files/patch-services_network_public_mojom_BUILD.gn A devel/electron40/files/patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h A devel/electron40/files/patch-services_on__device__model_ml_BUILD.gn A devel/electron40/files/patch-services_on__device__model_ml_gpu__blocklist.cc A devel/electron40/files/patch-services_on__device__model_ml_on__device__model__executor.cc A devel/electron40/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc A devel/electron40/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn A devel/electron40/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h A devel/electron40/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__bsd.cc A devel/electron40/files/patch-services_screen__ai_public_cpp_utilities.cc A devel/electron40/files/patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.cc A devel/electron40/files/patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.h A devel/electron40/files/patch-services_screen__ai_screen__ai__service__impl.cc A devel/electron40/files/patch-services_service__manager_BUILD.gn A devel/electron40/files/patch-services_service__manager_public_cpp_service__executable_BUILD.gn A devel/electron40/files/patch-services_shape__detection_shape__detection__sandbox__hook.cc A devel/electron40/files/patch-services_shape__detection_shape__detection__sandbox__hook.h A devel/electron40/files/patch-services_shape__detection_shape__detection__service.cc A devel/electron40/files/patch-services_tracing_public_cpp_perfetto_track__name__recorder.cc A devel/electron40/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc A devel/electron40/files/patch-services_tracing_public_cpp_system__metrics__sampler.cc A devel/electron40/files/patch-services_video__capture_public_mojom_video__capture__service.mojom A devel/electron40/files/patch-services_viz_public_mojom_BUILD.gn A devel/electron40/files/patch-skia_ext_SkMemory__new__handler.cpp A devel/electron40/files/patch-skia_ext_font__utils.cc A devel/electron40/files/patch-skia_ext_skcolorspace__trfn.cc A devel/electron40/files/patch-sql_database.cc A devel/electron40/files/patch-third__party_abseil-cpp_absl_base_config.h A devel/electron40/files/patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc A devel/electron40/files/patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.h A devel/electron40/files/patch-third__party_angle_BUILD.gn A devel/electron40/files/patch-third__party_angle_src_common_platform.h A devel/electron40/files/patch-third__party_angle_src_common_platform__helpers.h A devel/electron40/files/patch-third__party_angle_src_common_system__utils.cpp A devel/electron40/files/patch-third__party_angle_src_common_system__utils__linux.cpp A devel/electron40/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__internal.h A devel/electron40/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp A devel/electron40/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp A devel/electron40/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp A devel/electron40/files/patch-third__party_angle_src_libANGLE_Display.cpp A devel/electron40/files/patch-third__party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp A devel/electron40/files/patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h A devel/electron40/files/patch-third__party_angle_util_BUILD.gn A devel/electron40/files/patch-third__party_blink_common_features.cc A devel/electron40/files/patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc A devel/electron40/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h A devel/electron40/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h A devel/electron40/files/patch-third__party_blink_public_platform_platform.h A devel/electron40/files/patch-third__party_blink_renderer_bindings_scripts_bind__gen_style__format.py A devel/electron40/files/patch-third__party_blink_renderer_build_scripts_run__with__pythonpath.py A devel/electron40/files/patch-third__party_blink_renderer_controller_blink__initializer.cc A devel/electron40/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.cc A devel/electron40/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h A devel/electron40/files/patch-third__party_blink_renderer_core_dom_tree__scope.h A devel/electron40/files/patch-third__party_blink_renderer_core_editing_editing__behavior.cc A devel/electron40/files/patch-third__party_blink_renderer_core_execution__context_navigator__base.cc A devel/electron40/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc A devel/electron40/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc A devel/electron40/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc A devel/electron40/files/patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc A devel/electron40/files/patch-third__party_blink_renderer_core_layout_layout__view.cc A devel/electron40/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc A devel/electron40/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc A devel/electron40/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc A devel/electron40/files/patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc A devel/electron40/files/patch-third__party_blink_renderer_core_xml_xslt__processor.h A devel/electron40/files/patch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc A devel/electron40/files/patch-third__party_blink_renderer_modules_media_audio_audio__device__factory.cc A devel/electron40/files/patch-third__party_blink_renderer_modules_media_audio_audio__renderer__mixer__manager__test.cc A devel/electron40/files/patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc A devel/electron40/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc A devel/electron40/files/patch-third__party_blink_renderer_modules_webaudio_audio__worklet__thread__test.cc A devel/electron40/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc A devel/electron40/files/patch-third__party_blink_renderer_modules_webgpu_gpu.cc A devel/electron40/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc A devel/electron40/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_BUILD.gn A devel/electron40/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h A devel/electron40/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_fonts_font__metrics.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_graphics_begin__frame__provider.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_graphics_canvas__resource__provider.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_graphics_gpu_image__layer__bridge.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_peerconnection_webrtc__util.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 A devel/electron40/files/patch-third__party_blink_renderer_platform_scheduler_common_thread.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_widget_compositing_blink__categorized__worker__pool__delegate.cc A devel/electron40/files/patch-third__party_blink_renderer_platform_wtf_container__annotations.h A devel/electron40/files/patch-third__party_blink_renderer_platform_wtf_math__extras.h A devel/electron40/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc A devel/electron40/files/patch-third__party_brotli_common_platform.h A devel/electron40/files/patch-third__party_cpuinfo_cpuinfo.gni A devel/electron40/files/patch-third__party_crabbyavif_BUILD.gn A devel/electron40/files/patch-third__party_crashpad_crashpad_build_crashpad__buildconfig.gni A devel/electron40/files/patch-third__party_crashpad_crashpad_client_BUILD.gn A devel/electron40/files/patch-third__party_crashpad_crashpad_client_crashpad__client__posix.cc A devel/electron40/files/patch-third__party_crashpad_crashpad_minidump_minidump__misc__info__writer.cc A devel/electron40/files/patch-third__party_crashpad_crashpad_util_misc_address__types.h A devel/electron40/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h A devel/electron40/files/patch-third__party_crashpad_crashpad_util_misc_metrics.cc A devel/electron40/files/patch-third__party_crashpad_crashpad_util_misc_uuid.cc A devel/electron40/files/patch-third__party_crashpad_crashpad_util_posix_close__multiple.cc A devel/electron40/files/patch-third__party_crashpad_crashpad_util_posix_drop__privileges.cc A devel/electron40/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc A devel/electron40/files/patch-third__party_crashpad_crashpad_util_posix_symbolic__constants__posix.cc A devel/electron40/files/patch-third__party_crc32c_BUILD.gn A devel/electron40/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h A devel/electron40/files/patch-third__party_dawn_src_dawn_common_Platform.h A devel/electron40/files/patch-third__party_dawn_src_dawn_native_vulkan_BackendVk.cpp A devel/electron40/files/patch-third__party_electron__node_deps_cares_unofficial.gni A devel/electron40/files/patch-third__party_electron__node_deps_histogram_unofficial.gni A devel/electron40/files/patch-third__party_electron__node_deps_openssl_unofficial.gni A devel/electron40/files/patch-third__party_electron__node_deps_uv_src_unix_pipe.c A devel/electron40/files/patch-third__party_electron__node_deps_uv_unofficial.gni A devel/electron40/files/patch-third__party_ffmpeg_BUILD.gn A devel/electron40/files/patch-third__party_ffmpeg_configure A devel/electron40/files/patch-third__party_ffmpeg_libavcodec_x86_cabac.h A devel/electron40/files/patch-third__party_ffmpeg_libavutil_cpu.c A devel/electron40/files/patch-third__party_ffmpeg_libavutil_mem.c A devel/electron40/files/patch-third__party_ffmpeg_libavutil_random__seed.c A devel/electron40/files/patch-third__party_ffmpeg_libavutil_x86_x86inc.asm A devel/electron40/files/patch-third__party_fontconfig_include_meson-config.h A devel/electron40/files/patch-third__party_fontconfig_src_src_fccompat.c A devel/electron40/files/patch-third__party_ipcz_src_BUILD.gn A devel/electron40/files/patch-third__party_ipcz_src_reference__drivers_random.cc A devel/electron40/files/patch-third__party_ipcz_src_standalone_base_logging.cc A devel/electron40/files/patch-third__party_leveldatabase_env__chromium.cc A devel/electron40/files/patch-third__party_libaom_source_config_linux_arm64-cpu-detect_config_av1__rtcd.h A devel/electron40/files/patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c A devel/electron40/files/patch-third__party_libc++_src_src_chrono.cpp A devel/electron40/files/patch-third__party_libc++_src_src_filesystem_filesystem__clock.cpp A devel/electron40/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h A devel/electron40/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h A devel/electron40/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h A devel/electron40/files/patch-third__party_libunwind_src_src_Registers.hpp A devel/electron40/files/patch-third__party_libusb_BUILD.gn A devel/electron40/files/patch-third__party_libusb_src_libusb_core.c A devel/electron40/files/patch-third__party_libusb_src_libusb_os_threads__posix.c A devel/electron40/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c A devel/electron40/files/patch-third__party_lzma__sdk_C_CpuArch.c A devel/electron40/files/patch-third__party_material__color__utilities_src_cpp_palettes_tones.cc A devel/electron40/files/patch-third__party_nasm_BUILD.gn A devel/electron40/files/patch-third__party_nasm_config_config-linux.h A devel/electron40/files/patch-third__party_node_check__version.py A devel/electron40/files/patch-third__party_node_node.gni A devel/electron40/files/patch-third__party_node_node.py A devel/electron40/files/patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp A devel/electron40/files/patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp A devel/electron40/files/patch-third__party_pdfium_fxjs_fx__date__helpers.cpp A devel/electron40/files/patch-third__party_pdfium_pdfium.gni A devel/electron40/files/patch-third__party_pdfium_xfa_fxfa_parser_cxfa__timezoneprovider.cpp A devel/electron40/files/patch-third__party_perfetto_include_perfetto_base_build__config.h A devel/electron40/files/patch-third__party_perfetto_include_perfetto_base_thread__utils.h A devel/electron40/files/patch-third__party_perfetto_include_perfetto_base_time.h A devel/electron40/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h A devel/electron40/files/patch-third__party_perfetto_include_perfetto_ext_base_thread__utils.h A devel/electron40/files/patch-third__party_perfetto_include_perfetto_tracing_internal_track__event__legacy.h A devel/electron40/files/patch-third__party_perfetto_protos_perfetto_trace_ftrace_v4l2.proto A devel/electron40/files/patch-third__party_perfetto_src_base_clock__snapshots.cc A devel/electron40/files/patch-third__party_perfetto_src_base_event__fd.cc A devel/electron40/files/patch-third__party_perfetto_src_base_periodic__task.cc A devel/electron40/files/patch-third__party_perfetto_src_base_scoped__sched__boost.cc A devel/electron40/files/patch-third__party_perfetto_src_base_string__utils.cc A devel/electron40/files/patch-third__party_perfetto_src_base_subprocess__posix.cc A devel/electron40/files/patch-third__party_perfetto_src_base_test_vm__test__utils.cc A devel/electron40/files/patch-third__party_perfetto_src_base_thread__task__runner.cc A devel/electron40/files/patch-third__party_perfetto_src_base_unix__socket.cc A devel/electron40/files/patch-third__party_perfetto_src_base_utils.cc A devel/electron40/files/patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc A devel/electron40/files/patch-third__party_perfetto_src_tracing_ipc_memfd.cc A devel/electron40/files/patch-third__party_perfetto_src_tracing_platform__posix.cc A devel/electron40/files/patch-third__party_perfetto_src_tracing_track.cc A devel/electron40/files/patch-third__party_protobuf_proto__library.gni A devel/electron40/files/patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h A devel/electron40/files/patch-third__party_rust_qr__code_v2_BUILD.gn A devel/electron40/files/patch-third__party_skia_rust_png_FFI.rs A devel/electron40/files/patch-third__party_skia_src_ports_SkMemory__malloc.cpp A devel/electron40/files/patch-third__party_skia_src_ports_SkOSFile__posix.cpp A devel/electron40/files/patch-third__party_speech-dispatcher_libspeechd__version.h A devel/electron40/files/patch-third__party_speech-dispatcher_speechd__types.h A devel/electron40/files/patch-third__party_sqlite_BUILD.gn A devel/electron40/files/patch-third__party_sqlite_src_amalgamation__dev_sqlite3.c A devel/electron40/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c A devel/electron40/files/patch-third__party_swiftshader_src_Reactor_Debug.cpp A devel/electron40/files/patch-third__party_swiftshader_src_System_Configurator.cpp A devel/electron40/files/patch-third__party_swiftshader_src_System_Linux_MemFd.cpp A devel/electron40/files/patch-third__party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux.hpp A devel/electron40/files/patch-third__party_swiftshader_src_WSI_libXCB.cpp A devel/electron40/files/patch-third__party_swiftshader_third__party_llvm-10.0_configs_linux_include_llvm_Config_config.h A devel/electron40/files/patch-third__party_swiftshader_third__party_llvm-subzero_build_Linux_include_llvm_Config_config.h A devel/electron40/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp A devel/electron40/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp A devel/electron40/files/patch-third__party_test__fonts_fontconfig_BUILD.gn A devel/electron40/files/patch-third__party_test__fonts_fontconfig_fontconfig__util__linux.cc A devel/electron40/files/patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc A devel/electron40/files/patch-third__party_tflite_features.gni A devel/electron40/files/patch-third__party_unrar_src_crc.cpp A devel/electron40/files/patch-third__party_unrar_src_crypt.cpp A devel/electron40/files/patch-third__party_unrar_src_os.hpp A devel/electron40/files/patch-third__party_unrar_src_rijndael.cpp A devel/electron40/files/patch-third__party_vulkan-loader_src_BUILD.gn A devel/electron40/files/patch-third__party_vulkan-loader_src_loader_vk__loader__platform.h A devel/electron40/files/patch-third__party_vulkan-validation-layers_src_layers_external_vma_vk__mem__alloc.h A devel/electron40/files/patch-third__party_vulkan__memory__allocator_include_vk__mem__alloc.h A devel/electron40/files/patch-third__party_wayland_BUILD.gn A devel/electron40/files/patch-third__party_wayland_include_config.h A devel/electron40/files/patch-third__party_webrtc_BUILD.gn A devel/electron40/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn A devel/electron40/files/patch-third__party_webrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc A devel/electron40/files/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc A devel/electron40/files/patch-third__party_webrtc_modules_portal_pipewire__utils.h A devel/electron40/files/patch-third__party_webrtc_rtc__base_byte__order.h A devel/electron40/files/patch-third__party_webrtc_rtc__base_cpu__info.cc A devel/electron40/files/patch-third__party_webrtc_rtc__base_ip__address.cc A devel/electron40/files/patch-third__party_webrtc_rtc__base_net__helpers.cc A devel/electron40/files/patch-third__party_webrtc_rtc__base_network.cc A devel/electron40/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc A devel/electron40/files/patch-third__party_webrtc_rtc__base_physical__socket__server.h A devel/electron40/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc A devel/electron40/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h A devel/electron40/files/patch-third__party_widevine_cdm_widevine.gni A devel/electron40/files/patch-third__party_zlib_BUILD.gn A devel/electron40/files/patch-third__party_zlib_cpu__features.c A devel/electron40/files/patch-tools_generate__shim__headers_generate__shim__headers.py A devel/electron40/files/patch-tools_generate__stubs_rules.gni A devel/electron40/files/patch-tools_gn_build_build__linux.ninja.template A devel/electron40/files/patch-tools_gn_build_gen.py A devel/electron40/files/patch-tools_gn_src_base_files_file__posix.cc A devel/electron40/files/patch-tools_gn_src_gn_version.h A devel/electron40/files/patch-tools_gn_src_util_exe__path.cc A devel/electron40/files/patch-tools_grit_grit_node_base.py A devel/electron40/files/patch-tools_json__schema__compiler_cpp__bundle__generator.py A devel/electron40/files/patch-tools_json__schema__compiler_feature__compiler.py A devel/electron40/files/patch-tools_memory_partition__allocator_inspect__utils.h A devel/electron40/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn A devel/electron40/files/patch-tools_protoc__wrapper_protoc__wrapper.py A devel/electron40/files/patch-tools_variations_fieldtrial__to__struct.py A devel/electron40/files/patch-ui_accessibility_accessibility__features.cc A devel/electron40/files/patch-ui_accessibility_accessibility__features.h A devel/electron40/files/patch-ui_accessibility_ax__node.cc A devel/electron40/files/patch-ui_accessibility_ax__node.h A devel/electron40/files/patch-ui_accessibility_ax__tree.cc A devel/electron40/files/patch-ui_accessibility_ax__tree.h A devel/electron40/files/patch-ui_aura_client_drag__drop__client.h A devel/electron40/files/patch-ui_aura_screen__ozone.cc A devel/electron40/files/patch-ui_aura_screen__ozone.h A devel/electron40/files/patch-ui_base_accelerators_accelerator.cc A devel/electron40/files/patch-ui_base_accelerators_accelerator__unittest.cc A devel/electron40/files/patch-ui_base_accelerators_command.cc A devel/electron40/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc A devel/electron40/files/patch-ui_base_clipboard_clipboard.cc A devel/electron40/files/patch-ui_base_clipboard_clipboard__constants.h A devel/electron40/files/patch-ui_base_clipboard_clipboard__non__backed.cc A devel/electron40/files/patch-ui_base_cursor_cursor__factory.cc A devel/electron40/files/patch-ui_base_cursor_cursor__factory.h A devel/electron40/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc A devel/electron40/files/patch-ui_base_dragdrop_os__exchange__data__provider__non__backed.cc A devel/electron40/files/patch-ui_base_ime_dummy__text__input__client.cc A devel/electron40/files/patch-ui_base_ime_dummy__text__input__client.h A devel/electron40/files/patch-ui_base_ime_fake__text__input__client.cc A devel/electron40/files/patch-ui_base_ime_fake__text__input__client.h A devel/electron40/files/patch-ui_base_ime_init_input__method__initializer.cc A devel/electron40/files/patch-ui_base_ime_linux_linux__input__method__context__factory.cc A devel/electron40/files/patch-ui_base_ime_text__input__client.h A devel/electron40/files/patch-ui_base_resource_resource__bundle.cc A devel/electron40/files/patch-ui_base_test_skia__gold__pixel__diff.cc A devel/electron40/files/patch-ui_base_test_ui__controls.h A devel/electron40/files/patch-ui_base_ui__base__features.cc A devel/electron40/files/patch-ui_base_ui__base__switches.h A devel/electron40/files/patch-ui_base_webui_web__ui__util.cc A devel/electron40/files/patch-ui_base_x_x11__cursor__factory.cc A devel/electron40/files/patch-ui_base_x_x11__cursor__factory.h A devel/electron40/files/patch-ui_base_x_x11__cursor__loader.cc A devel/electron40/files/patch-ui_base_x_x11__display__manager.cc A devel/electron40/files/patch-ui_base_x_x11__shm__image__pool.cc A devel/electron40/files/patch-ui_color_color__id.h A devel/electron40/files/patch-ui_color_system__theme.h A devel/electron40/files/patch-ui_compositor_compositor.cc A devel/electron40/files/patch-ui_compositor_compositor.h A devel/electron40/files/patch-ui_compositor_compositor__observer.h A devel/electron40/files/patch-ui_display_screen.cc A devel/electron40/files/patch-ui_display_screen.h A devel/electron40/files/patch-ui_events_event.cc A devel/electron40/files/patch-ui_events_event__switches.cc A devel/electron40/files/patch-ui_events_event__switches.h A devel/electron40/files/patch-ui_events_keycodes_dom_keycode__converter.cc A devel/electron40/files/patch-ui_events_keycodes_dom_keycode__converter.h A devel/electron40/files/patch-ui_gfx_BUILD.gn A devel/electron40/files/patch-ui_gfx_canvas__skia.cc A devel/electron40/files/patch-ui_gfx_font__fallback__linux.cc A devel/electron40/files/patch-ui_gfx_font__render__params.h A devel/electron40/files/patch-ui_gfx_font__render__params__linux.cc A devel/electron40/files/patch-ui_gfx_font__util.cc A devel/electron40/files/patch-ui_gfx_gpu__extra__info.h A devel/electron40/files/patch-ui_gfx_linux_dmabuf__uapi.h A devel/electron40/files/patch-ui_gfx_linux_gbm__wrapper.cc A devel/electron40/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc A devel/electron40/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h A devel/electron40/files/patch-ui_gfx_native__pixmap__handle.cc A devel/electron40/files/patch-ui_gfx_native__pixmap__handle.h A devel/electron40/files/patch-ui_gfx_native__ui__types.h A devel/electron40/files/patch-ui_gfx_platform__font__skia.cc A devel/electron40/files/patch-ui_gfx_render__text__api__fuzzer.cc A devel/electron40/files/patch-ui_gfx_render__text__fuzzer.cc A devel/electron40/files/patch-ui_gfx_switches.cc A devel/electron40/files/patch-ui_gfx_switches.h A devel/electron40/files/patch-ui_gfx_x_atom__cache.cc A devel/electron40/files/patch-ui_gfx_x_connection.cc A devel/electron40/files/patch-ui_gfx_x_generated__protos_dri3.cc A devel/electron40/files/patch-ui_gfx_x_generated__protos_shm.cc A devel/electron40/files/patch-ui_gfx_x_xlib__support.cc A devel/electron40/files/patch-ui_gl_BUILD.gn A devel/electron40/files/patch-ui_gl_gl__context.cc A devel/electron40/files/patch-ui_gl_gl__implementation.cc A devel/electron40/files/patch-ui_gl_gl__switches.cc A devel/electron40/files/patch-ui_gl_sync__control__vsync__provider.cc A devel/electron40/files/patch-ui_gl_sync__control__vsync__provider.h A devel/electron40/files/patch-ui_gtk_gtk__compat.cc A devel/electron40/files/patch-ui_gtk_printing_print__dialog__gtk.cc A devel/electron40/files/patch-ui_message__center_views_message__popup__view.cc A devel/electron40/files/patch-ui_native__theme_features_native__theme__features.cc A devel/electron40/files/patch-ui_native__theme_native__theme.h A devel/electron40/files/patch-ui_native__theme_native__theme__base.cc A devel/electron40/files/patch-ui_ozone_common_egl__util.cc A devel/electron40/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc A devel/electron40/files/patch-ui_ozone_platform_headless_ozone__platform__headless.cc A devel/electron40/files/patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc A devel/electron40/files/patch-ui_ozone_platform_wayland_BUILD.gn A devel/electron40/files/patch-ui_ozone_platform_wayland_common_wayland__util.cc A devel/electron40/files/patch-ui_ozone_platform_wayland_gpu_vulkan__implementation__wayland.cc A devel/electron40/files/patch-ui_ozone_platform_wayland_host_wayland__buffer__manager__host.cc A devel/electron40/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc A devel/electron40/files/patch-ui_ozone_platform_x11_vulkan__implementation__x11.cc A devel/electron40/files/patch-ui_ozone_platform_x11_x11__screen__ozone.cc A devel/electron40/files/patch-ui_ozone_platform_x11_x11__screen__ozone.h A devel/electron40/files/patch-ui_ozone_platform_x11_x11__window.cc A devel/electron40/files/patch-ui_ozone_public_ozone__ui__controls__test__helper.h A devel/electron40/files/patch-ui_ozone_test_mock__platform__window__delegate.h A devel/electron40/files/patch-ui_platform__window_platform__window__delegate.cc A devel/electron40/files/patch-ui_platform__window_platform__window__delegate.h A devel/electron40/files/patch-ui_platform__window_platform__window__init__properties.h A devel/electron40/files/patch-ui_qt_BUILD.gn A devel/electron40/files/patch-ui_qt_moc__wrapper.py A devel/electron40/files/patch-ui_shell__dialogs_select__file__dialog.h A devel/electron40/files/patch-ui_strings_translations_app__locale__settings__bn.xtb A devel/electron40/files/patch-ui_strings_translations_app__locale__settings__ja.xtb A devel/electron40/files/patch-ui_strings_translations_app__locale__settings__ko.xtb A devel/electron40/files/patch-ui_strings_translations_app__locale__settings__ml.xtb A devel/electron40/files/patch-ui_strings_translations_app__locale__settings__th.xtb A devel/electron40/files/patch-ui_strings_translations_app__locale__settings__zh-CN.xtb A devel/electron40/files/patch-ui_strings_translations_app__locale__settings__zh-TW.xtb A devel/electron40/files/patch-ui_strings_ui__strings.grd A devel/electron40/files/patch-ui_views_BUILD.gn A devel/electron40/files/patch-ui_views_accessibility_view__accessibility.cc A devel/electron40/files/patch-ui_views_controls_prefix__selector.cc A devel/electron40/files/patch-ui_views_controls_prefix__selector.h A devel/electron40/files/patch-ui_views_controls_textfield_textfield.cc A devel/electron40/files/patch-ui_views_controls_textfield_textfield.h A devel/electron40/files/patch-ui_views_examples_widget__example.cc A devel/electron40/files/patch-ui_views_focus_focus__manager.cc A devel/electron40/files/patch-ui_views_style_platform__style.cc A devel/electron40/files/patch-ui_views_style_platform__style.h A devel/electron40/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc A devel/electron40/files/patch-ui_views_views__delegate.cc A devel/electron40/files/patch-ui_views_views__delegate.h A devel/electron40/files/patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.cc A devel/electron40/files/patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.h A devel/electron40/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc A devel/electron40/files/patch-ui_views_widget_root__view.cc A devel/electron40/files/patch-ui_views_widget_widget.cc A devel/electron40/files/patch-ui_views_widget_widget.h A devel/electron40/files/patch-ui_views_window_default__frame__view.cc A devel/electron40/files/patch-ui_views_window_dialog__delegate.cc A devel/electron40/files/patch-ui_views_window_frame__background.cc A devel/electron40/files/patch-v8_BUILD.gn A devel/electron40/files/patch-v8_include_v8-internal.h A devel/electron40/files/patch-v8_include_v8config.h A devel/electron40/files/patch-v8_src_api_api.cc A devel/electron40/files/patch-v8_src_base_atomicops.h A devel/electron40/files/patch-v8_src_base_platform_memory.h A devel/electron40/files/patch-v8_src_base_platform_platform-freebsd.cc A devel/electron40/files/patch-v8_src_base_platform_platform-openbsd.cc A devel/electron40/files/patch-v8_src_base_platform_platform-posix.cc A devel/electron40/files/patch-v8_src_base_sys-info.cc A devel/electron40/files/patch-v8_src_diagnostics_perf-jit.cc A devel/electron40/files/patch-v8_src_diagnostics_perf-jit.h A devel/electron40/files/patch-v8_src_execution_isolate.cc A devel/electron40/files/patch-v8_src_flags_flags.cc A devel/electron40/files/patch-v8_src_libsampler_sampler.cc A devel/electron40/files/patch-v8_src_objects_js-temporal-zoneinfo64.cc A devel/electron40/files/patch-v8_src_sandbox_sandbox.cc A devel/electron40/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc A devel/electron40/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h A devel/electron40/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc A devel/electron40/files/patch-v8_src_trap-handler_handler-inside-posix.cc A devel/electron40/files/patch-v8_src_trap-handler_handler-inside-posix.h A devel/electron40/files/patch-v8_src_trap-handler_trap-handler.h A devel/electron40/files/patch-v8_tools_run.py A devel/electron40/pkg-descr A devel/electron40/pkg-plist Log Message: ----------- devel/electron40: new port, Electron 40.9.2 Electron framework for building cross-platform desktop apps with JavaScript, HTML, and CSS. Based on Chromium 144.0.7559.236 and Node.js 24.14.1. Adapted from devel/electron39 with LLVM 21, esbuild support, and updated dependency versions. NOTE: devel/esbuild must be added to mports before this port can build. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 2b14bbf4e3094a7181e1c4e00ace144a546f420e https://github.com/MidnightBSD/mports/commit/2b14bbf4e3094a7181e1c4e00ace144a546f420e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/Makefile A databases/rubygem-redis-gitlab/Makefile A databases/rubygem-redis-gitlab/distinfo A databases/rubygem-redis-gitlab/pkg-descr M devel/Makefile A devel/rubygem-redis-store-gitlab/Makefile A devel/rubygem-redis-store-gitlab/distinfo A devel/rubygem-redis-store-gitlab/pkg-descr A devel/rubygem-redis-store/Makefile A devel/rubygem-redis-store/distinfo A devel/rubygem-redis-store/pkg-descr M www/Makefile A www/rubygem-redis-rack-gitlab/Makefile A www/rubygem-redis-rack-gitlab/distinfo A www/rubygem-redis-rack-gitlab/pkg-descr A www/rubygem-redis-rack/Makefile A www/rubygem-redis-rack/distinfo A www/rubygem-redis-rack/pkg-descr Log Message: ----------- Add Redis Ruby gem dependencies Import missing Redis rack/store Ruby gem ports and GitLab variants so make_index can resolve redis-actionpack dependencies. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/8069fc0c9e06...2b14bbf4e309 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:14:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:14:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ad3a84: fallback to fetch if https not available Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: ad3a84717a62ac54bd36a8400322d14dc5b3fe0c https://github.com/MidnightBSD/mports/commit/ad3a84717a62ac54bd36a8400322d14dc5b3fe0c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- fallback to fetch if https not available To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:16:51 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:16:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e76ecf: devel/esbuild: new port, version 0.27.1 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e76ecf758c31308afd95bd582921a56bd4aa5545 https://github.com/MidnightBSD/mports/commit/e76ecf758c31308afd95bd582921a56bd4aa5545 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/Makefile A devel/esbuild/Makefile A devel/esbuild/distinfo A devel/esbuild/pkg-descr Log Message: ----------- devel/esbuild: new port, version 0.27.1 Extremely fast JavaScript bundler and minifier written in Go. Required by devel/electron40 for building DevTools frontend. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 13dae44b8873e4d4418d7008f7a60fab05da1d31 https://github.com/MidnightBSD/mports/commit/13dae44b8873e4d4418d7008f7a60fab05da1d31 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/ad3a84717a62...13dae44b8873 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:18:41 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:18:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7caa64: fallback to fetch if https not available Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 7caa6459efc6c9e7a20c060e0ec39abd62bd6f8e https://github.com/MidnightBSD/mports/commit/7caa6459efc6c9e7a20c060e0ec39abd62bd6f8e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/llm.cgi Log Message: ----------- fallback to fetch if https not available Commit: 65037c0d26855b29f72043071fa1e31c769f5bd7 https://github.com/MidnightBSD/mports/commit/65037c0d26855b29f72043071fa1e31c769f5bd7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- fallback to fetch if https not available Commit: 395cd3cf2dc4fc37df9b35f17ba4dd07a9d807a2 https://github.com/MidnightBSD/mports/commit/395cd3cf2dc4fc37df9b35f17ba4dd07a9d807a2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/llm.cgi Log Message: ----------- fallback to fetch if https not available Compare: https://github.com/MidnightBSD/mports/compare/13dae44b8873...395cd3cf2dc4 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:22:58 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:22:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 303112: fallback to fetch if https not available Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 303112631e45648cde009537c35c777ac74625c8 https://github.com/MidnightBSD/mports/commit/303112631e45648cde009537c35c777ac74625c8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- fallback to fetch if https not available To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:33:03 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:33:03 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0199ef: Add Rails 5.0 actionpack dependencies Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 0199efc8ae6ed6f19ea32276a1f35f8eac97f2b2 https://github.com/MidnightBSD/mports/commit/0199efc8ae6ed6f19ea32276a1f35f8eac97f2b2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: A devel/rubygem-actionview50/Makefile A devel/rubygem-actionview50/distinfo A devel/rubygem-actionview50/pkg-descr M www/Makefile A www/rubygem-actionpack50/Makefile A www/rubygem-actionpack50/distinfo A www/rubygem-actionpack50/files/patch-gemspec A www/rubygem-actionpack50/pkg-descr Log Message: ----------- Add Rails 5.0 actionpack dependencies Import actionpack50 and actionview50 so make_index can resolve the Rails 5.0 redis-actionpack dependency. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:43:14 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:43:14 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 09ba1f: lang/fpc: fix build failure caused by BSDs variabl... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 09ba1f0c0a738fa77f38fa1b4eb7565e377f77b5 https://github.com/MidnightBSD/mports/commit/09ba1f0c0a738fa77f38fa1b4eb7565e377f77b5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/fpc/Makefile M lang/fpc/files/patch-compiler_makefile Log Message: ----------- lang/fpc: fix build failure caused by BSDs variable in MAKE_ARGS The BSDs=midnightbsd freebsd netbsd openbsd darwin dragonfly entry in MAKE_ARGS was being word-split on the command line, setting BSDs only to "midnightbsd" while treating freebsd, netbsd, etc. as additional make targets. The compiler/Makefile has no rule for "freebsd" as a standalone target, causing the cycle step to fail. Remove BSDs from MAKE_ARGS since both patched FPC Makefiles already define it correctly internally. Also fix a typo in patch-compiler_makefile where "midnight" should be "midnightbsd" to match the OS target name used elsewhere. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:43:36 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:43:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 06ebbd: add a new portscout updates view Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 06ebbd3cd62d2e4673f47a6837b859c95200965f https://github.com/MidnightBSD/mports/commit/06ebbd3cd62d2e4673f47a6837b859c95200965f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/index.cgi M Tools/magus/www/tmpls/header.tmpl A Tools/magus/www/tmpls/updates.tmpl Log Message: ----------- add a new portscout updates view To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:46:58 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:46:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 93727e: multimedia/dragon: add missing kirigami2 dependency Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 93727e422bb330c7b79c8ffd6a1d29145adb037c https://github.com/MidnightBSD/mports/commit/93727e422bb330c7b79c8ffd6a1d29145adb037c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M multimedia/dragon/Makefile Log Message: ----------- multimedia/dragon: add missing kirigami2 dependency Dragon player 25.12.0 requires KF6 Kirigami but it was not listed in USE_KDE, causing configure to fail. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: c8eb0d19b58d19d0c85f15216b790fc939db7612 https://github.com/MidnightBSD/mports/commit/c8eb0d19b58d19d0c85f15216b790fc939db7612 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/index.cgi M Tools/magus/www/tmpls/header.tmpl A Tools/magus/www/tmpls/updates.tmpl M lang/fpc/Makefile M lang/fpc/files/patch-compiler_makefile Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/06ebbd3cd62d...c8eb0d19b58d To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:47:41 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:47:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] dcfe0a: math/ntl, devel/git-absorb, devel/p5-Test-Warnings... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: dcfe0add2c42ac3fc6a7c1196d5990ab0f90a5b5 https://github.com/MidnightBSD/mports/commit/dcfe0add2c42ac3fc6a7c1196d5990ab0f90a5b5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/git-absorb/Makefile M devel/opencl/Makefile M devel/p5-Test-Warnings/Makefile M math/ntl/Makefile Log Message: ----------- math/ntl, devel/git-absorb, devel/p5-Test-Warnings, devel/opencl: fix MAINTAINER typos Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:48:42 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:48:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 74631a: deskutils/javajj: update to 1.2 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 74631a0a695f0094d5ab8512188c1dacf84e41b9 https://github.com/MidnightBSD/mports/commit/74631a0a695f0094d5ab8512188c1dacf84e41b9 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M deskutils/javajj/Makefile M deskutils/javajj/distinfo Log Message: ----------- deskutils/javajj: update to 1.2 Dependency and build system updates; code refactoring and authentication fix. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 4687e3213f1b16b4f119182d65eeb95079d30dc0 https://github.com/MidnightBSD/mports/commit/4687e3213f1b16b4f119182d65eeb95079d30dc0 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/git-absorb/Makefile M devel/opencl/Makefile M devel/p5-Test-Warnings/Makefile M math/ntl/Makefile Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/dcfe0add2c42...4687e3213f1b To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:51:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:51:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2bd6a4: www/rubygem-redis-rack2: add missing dependency Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2bd6a4140f0039d8dba9fc4bc6bc5171014ad3b3 https://github.com/MidnightBSD/mports/commit/2bd6a4140f0039d8dba9fc4bc6bc5171014ad3b3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/Makefile A www/rubygem-redis-rack2/Makefile A www/rubygem-redis-rack2/distinfo A www/rubygem-redis-rack2/pkg-descr Log Message: ----------- www/rubygem-redis-rack2: add missing dependency Import rubygem-redis-rack2 from FreeBSD ports so make_index can resolve the Rails 7.0 redis-actionpack dependency. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:54:10 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:54:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ba2fdc: add a new portscout updates endpoint Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: ba2fdc6927379be13d9306a16733576d295eb612 https://github.com/MidnightBSD/mports/commit/ba2fdc6927379be13d9306a16733576d295eb612 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/mcp.md M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- add a new portscout updates endpoint To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:58:50 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:58:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c47f93: databases/p5-DBD-SQLite: update to 1.76 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c47f93c7b28e9543d18727d6c3f7499a486708ce https://github.com/MidnightBSD/mports/commit/c47f93c7b28e9543d18727d6c3f7499a486708ce Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/p5-DBD-SQLite/Makefile M databases/p5-DBD-SQLite/distinfo Log Message: ----------- databases/p5-DBD-SQLite: update to 1.76 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 62f9d93fcfe326bd18731385a9e2b119eb0a70db https://github.com/MidnightBSD/mports/commit/62f9d93fcfe326bd18731385a9e2b119eb0a70db Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/mcp.md M Tools/magus/www/data/magus/auth/mcp.cgi Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/ba2fdc692737...62f9d93fcfe3 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 17:59:43 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 14:59:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a39b0b: change approach Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a39b0b1017e70137cb0dcb6b64f5c8646400523c https://github.com/MidnightBSD/mports/commit/a39b0b1017e70137cb0dcb6b64f5c8646400523c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Tools/magus/www/data/magus/auth/mcp.cgi M Tools/magus/www/data/magus/index.cgi Log Message: ----------- change approach To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 18:04:51 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 15:04:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7d4f4a: Add ActionCable 8.0 dependencies Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 7d4f4a40ed567cd2cae04c89c7abd6422126e4b3 https://github.com/MidnightBSD/mports/commit/7d4f4a40ed567cd2cae04c89c7abd6422126e4b3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/Makefile A www/rubygem-actioncable80/Makefile A www/rubygem-actioncable80/distinfo A www/rubygem-actioncable80/pkg-descr A www/rubygem-websocket-driver/Makefile A www/rubygem-websocket-driver/distinfo A www/rubygem-websocket-driver/pkg-descr A www/rubygem-websocket-extensions/Makefile A www/rubygem-websocket-extensions/distinfo A www/rubygem-websocket-extensions/pkg-descr Log Message: ----------- Add ActionCable 8.0 dependencies Import actioncable80 and websocket Ruby gem dependencies so make_index can resolve solid_cable dependencies. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 18:14:17 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 15:14:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 54380f: x11-fm/dolphin: fix plist for 25.12.0 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 54380fd3135007269c407127f7f48e0c0f689452 https://github.com/MidnightBSD/mports/commit/54380fd3135007269c407127f7f48e0c0f689452 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fm/dolphin/pkg-plist Log Message: ----------- x11-fm/dolphin: fix plist for 25.12.0 Add missing kfileitemaction plugins and kconf_update scripts. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 18:14:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 15:14:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a87309: cad/libredwg: update to 0.13.3, take maintainership Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a873095c69c8548e1e58a3181e6e906112a63eff https://github.com/MidnightBSD/mports/commit/a873095c69c8548e1e58a3181e6e906112a63eff Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M cad/libredwg/Makefile M cad/libredwg/distinfo M cad/libredwg/files/patch-examples_Makefile.in R cad/libredwg/files/patch-examples_load__dwg.py Log Message: ----------- cad/libredwg: update to 0.13.3, take maintainership Regenerate patch-examples_Makefile.in for new source layout. Remove patch-examples_load__dwg.py (Python 3 fixes applied upstream). AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: acd9d607b7ce91d8a31882b8a0e7d26d9904709f https://github.com/MidnightBSD/mports/commit/acd9d607b7ce91d8a31882b8a0e7d26d9904709f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fm/dolphin/pkg-plist Log Message: ----------- Merge branch 'master' of github.com:MidnightBSD/mports Compare: https://github.com/MidnightBSD/mports/compare/54380fd31350...acd9d607b7ce To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 18:17:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 15:17:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1f7d78: www/rubygem-actioncable72: add missing dependency Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 1f7d7828aeaac57a5f2b46d9c7951b6806f39699 https://github.com/MidnightBSD/mports/commit/1f7d7828aeaac57a5f2b46d9c7951b6806f39699 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/Makefile A www/rubygem-actioncable72/Makefile A www/rubygem-actioncable72/distinfo A www/rubygem-actioncable72/pkg-descr Log Message: ----------- www/rubygem-actioncable72: add missing dependency Import rubygem-actioncable72 from FreeBSD ports so make_index can resolve the solid_cable Rails 7.2 dependency. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 18:24:31 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 15:24:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e11dc8: net/isboot-kmod: update to 0.2.15 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e11dc8db5364822752e4bf509d2ea950e4c63f63 https://github.com/MidnightBSD/mports/commit/e11dc8db5364822752e4bf509d2ea950e4c63f63 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/isboot-kmod/Makefile M net/isboot-kmod/distinfo Log Message: ----------- net/isboot-kmod: update to 0.2.15 Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 18:39:56 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 15:39:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 15f6ba: www/rubygem-railties72: add missing dependency Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 15f6ba45ea389a856c8c23ac2cfa7d1a9f442d1e https://github.com/MidnightBSD/mports/commit/15f6ba45ea389a856c8c23ac2cfa7d1a9f442d1e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/Makefile A www/rubygem-railties72/Makefile A www/rubygem-railties72/distinfo A www/rubygem-railties72/pkg-descr Log Message: ----------- www/rubygem-railties72: add missing dependency Import rubygem-railties72 from FreeBSD ports so make_index can resolve the solid_cable Rails 7.2 dependency chain. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:08:23 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:08:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] afcb80: accessibility/py-atspi: update to 2.58.2 Message-ID: Branch: refs/heads/accessibility/py-atspi Home: https://github.com/MidnightBSD/mports Commit: afcb800280683f269000289e10c12614e6f0abb5 https://github.com/MidnightBSD/mports/commit/afcb800280683f269000289e10c12614e6f0abb5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M accessibility/py-atspi/Makefile M accessibility/py-atspi/distinfo Log Message: ----------- accessibility/py-atspi: update to 2.58.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:10:08 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:10:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2ff0b5: security/qgpgme: disable cmake testing stage to fi... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2ff0b5318e9535c08357d7d7b51059de1bbfdf39 https://github.com/MidnightBSD/mports/commit/2ff0b5318e9535c08357d7d7b51059de1bbfdf39 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net-mgmt/net-snmp/Makefile M security/qgpgme/Makefile Log Message: ----------- security/qgpgme: disable cmake testing stage to fix test failures net-mgmt/net-snmp: conditionally disable sctp-mib on i386 qgpgme: cmake:testing was overriding CMAKE_OFF=BUILD_TESTING, causing tests to be built and run during the build stage. Tests fail without a running gpg-agent in the build environment. net-snmp: sctp-mib requires scalars-unknown-arch which does not exist for i386 MidnightBSD; restrict sctp-mib to amd64 only. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:10:38 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:10:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/net/isboot-kmod Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:10:53 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:10:53 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 362ebd: devel/isl: update to 0.27 Message-ID: Branch: refs/heads/devel/isl Home: https://github.com/MidnightBSD/mports Commit: 362ebd3c40754fcd31b0f8e250573832f99193da https://github.com/MidnightBSD/mports/commit/362ebd3c40754fcd31b0f8e250573832f99193da Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/isl/Makefile M devel/isl/distinfo Log Message: ----------- devel/isl: update to 0.27 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:10:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:10:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7d19ab: devel/p5-MooseX-Types-Common: update to 0.001015 Message-ID: Branch: refs/heads/devel/p5-MooseX-Types-Common Home: https://github.com/MidnightBSD/mports Commit: 7d19ab6e0c1331a11a5787958522fbd89e5c6b2a https://github.com/MidnightBSD/mports/commit/7d19ab6e0c1331a11a5787958522fbd89e5c6b2a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-MooseX-Types-Common/Makefile M devel/p5-MooseX-Types-Common/distinfo Log Message: ----------- devel/p5-MooseX-Types-Common: update to 0.001015 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:14:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:14:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e943b9: devel/rubygem-fugit: add missing dependency Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: e943b94342cbd275e7df19f134eacf96ca979791 https://github.com/MidnightBSD/mports/commit/e943b94342cbd275e7df19f134eacf96ca979791 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/Makefile A devel/rubygem-et-orbi/Makefile A devel/rubygem-et-orbi/distinfo A devel/rubygem-et-orbi/pkg-descr A devel/rubygem-fugit/Makefile A devel/rubygem-fugit/distinfo A devel/rubygem-fugit/pkg-descr M textproc/Makefile A textproc/rubygem-raabro/Makefile A textproc/rubygem-raabro/distinfo A textproc/rubygem-raabro/pkg-descr Log Message: ----------- devel/rubygem-fugit: add missing dependency Import rubygem-fugit and its et-orbi and raabro dependencies from FreeBSD ports so make_index can resolve rubygem-solid_queue. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:15:13 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:15:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3b729f: textproc/p5-PPIx-Utils: update to 0.004 Message-ID: Branch: refs/heads/textproc/p5-PPIx-Utils Home: https://github.com/MidnightBSD/mports Commit: 3b729f4aa226a605fa88e79f1d55549b44d845e2 https://github.com/MidnightBSD/mports/commit/3b729f4aa226a605fa88e79f1d55549b44d845e2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-PPIx-Utils/Makefile M textproc/p5-PPIx-Utils/distinfo Log Message: ----------- textproc/p5-PPIx-Utils: update to 0.004 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:15:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:15:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 26a0f8: lang/p5-Try-Tiny: update to 0.32 Message-ID: Branch: refs/heads/lang/p5-Try-Tiny Home: https://github.com/MidnightBSD/mports Commit: 26a0f8d18e4055332dcdb01345940d87eec7f695 https://github.com/MidnightBSD/mports/commit/26a0f8d18e4055332dcdb01345940d87eec7f695 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/p5-Try-Tiny/Makefile M lang/p5-Try-Tiny/distinfo Log Message: ----------- lang/p5-Try-Tiny: update to 0.32 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:15:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:15:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f881e7: devel/py-proselint: update to 0.14.0 Message-ID: Branch: refs/heads/devel/py-proselint Home: https://github.com/MidnightBSD/mports Commit: f881e7baef11249b8602c127a773a2a1903fc9be https://github.com/MidnightBSD/mports/commit/f881e7baef11249b8602c127a773a2a1903fc9be Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-proselint/Makefile M devel/py-proselint/distinfo Log Message: ----------- devel/py-proselint: update to 0.14.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:15:52 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:15:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7eb394: dns/libidn: update to 1.43 Message-ID: Branch: refs/heads/dns/libidn Home: https://github.com/MidnightBSD/mports Commit: 7eb3944ca4462d31db622f1b725dfbbfafe3c5ea https://github.com/MidnightBSD/mports/commit/7eb3944ca4462d31db622f1b725dfbbfafe3c5ea Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M dns/libidn/Makefile M dns/libidn/distinfo Log Message: ----------- dns/libidn: update to 1.43 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:15:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:15:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 48b2eb: devel/p5-Syntax-Keyword-Try: update to 0.31 Message-ID: Branch: refs/heads/devel/p5-Syntax-Keyword-Try Home: https://github.com/MidnightBSD/mports Commit: 48b2eb8ea9a230822cb69ae78f125720ccad69c4 https://github.com/MidnightBSD/mports/commit/48b2eb8ea9a230822cb69ae78f125720ccad69c4 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Syntax-Keyword-Try/Makefile M devel/p5-Syntax-Keyword-Try/distinfo Log Message: ----------- devel/p5-Syntax-Keyword-Try: update to 0.31 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:15:58 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:15:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] fab424: textproc/p5-String-RewritePrefix: update to 0.009 Message-ID: Branch: refs/heads/textproc/p5-String-RewritePrefix Home: https://github.com/MidnightBSD/mports Commit: fab424f36fbf256605d6d24caf44e14edf102ef6 https://github.com/MidnightBSD/mports/commit/fab424f36fbf256605d6d24caf44e14edf102ef6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-String-RewritePrefix/Makefile M textproc/p5-String-RewritePrefix/distinfo Log Message: ----------- textproc/p5-String-RewritePrefix: update to 0.009 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:16:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:16:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bfaf2f: devel/p5-File-Temp: update to 0.2312 Message-ID: Branch: refs/heads/devel/p5-File-Temp Home: https://github.com/MidnightBSD/mports Commit: bfaf2f77bdf8ca6e4d0d1c11ba79a45f80c2fe18 https://github.com/MidnightBSD/mports/commit/bfaf2f77bdf8ca6e4d0d1c11ba79a45f80c2fe18 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-File-Temp/Makefile M devel/p5-File-Temp/distinfo Log Message: ----------- devel/p5-File-Temp: update to 0.2312 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:16:05 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:16:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 08f4b1: mail/p5-Mail-SPF: update to 3.20250505 Message-ID: Branch: refs/heads/mail/p5-Mail-SPF Home: https://github.com/MidnightBSD/mports Commit: 08f4b1acca2a7c9a0a373b456077e67a31ae6161 https://github.com/MidnightBSD/mports/commit/08f4b1acca2a7c9a0a373b456077e67a31ae6161 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/p5-Mail-SPF/Makefile M mail/p5-Mail-SPF/distinfo Log Message: ----------- mail/p5-Mail-SPF: update to 3.20250505 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:16:10 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:16:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2956ca: databases/freetds: update to 1.5.17 Message-ID: Branch: refs/heads/databases/freetds Home: https://github.com/MidnightBSD/mports Commit: 2956ca41316f893e8daf051e3d63cf77db5cd4e7 https://github.com/MidnightBSD/mports/commit/2956ca41316f893e8daf051e3d63cf77db5cd4e7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/freetds/Makefile M databases/freetds/distinfo Log Message: ----------- databases/freetds: update to 1.5.17 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:16:23 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:16:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2b40ed: misc/p5-Software-License: update to 0.104007 Message-ID: Branch: refs/heads/misc/p5-Software-License Home: https://github.com/MidnightBSD/mports Commit: 2b40ed3ad8bcc2837dfeca22a285893798edeedf https://github.com/MidnightBSD/mports/commit/2b40ed3ad8bcc2837dfeca22a285893798edeedf Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M misc/p5-Software-License/Makefile M misc/p5-Software-License/distinfo Log Message: ----------- misc/p5-Software-License: update to 0.104007 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:16:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:16:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 765cdd: devel/p5-Pod-Coverage-TrustPod: update to 0.100006 Message-ID: Branch: refs/heads/devel/p5-Pod-Coverage-TrustPod Home: https://github.com/MidnightBSD/mports Commit: 765cdd1b49a0dd316bdbfd14303f25df97e3b639 https://github.com/MidnightBSD/mports/commit/765cdd1b49a0dd316bdbfd14303f25df97e3b639 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Pod-Coverage-TrustPod/Makefile M devel/p5-Pod-Coverage-TrustPod/distinfo Log Message: ----------- devel/p5-Pod-Coverage-TrustPod: update to 0.100006 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:16:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:16:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 765cdd: devel/p5-Pod-Coverage-TrustPod: update to 0.100006 Message-ID: Branch: refs/heads/devel/p5-Pod-Coverage-TrustPod Home: https://github.com/MidnightBSD/mports Commit: 765cdd1b49a0dd316bdbfd14303f25df97e3b639 https://github.com/MidnightBSD/mports/commit/765cdd1b49a0dd316bdbfd14303f25df97e3b639 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Pod-Coverage-TrustPod/Makefile M devel/p5-Pod-Coverage-TrustPod/distinfo Log Message: ----------- devel/p5-Pod-Coverage-TrustPod: update to 0.100006 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:16:28 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:16:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2b48ab: mail/py-aiosmtpd: update to 1.4.6 Message-ID: Branch: refs/heads/mail/py-aiosmtpd Home: https://github.com/MidnightBSD/mports Commit: 2b48ab4398808a5302f48ef5036eb988916df6be https://github.com/MidnightBSD/mports/commit/2b48ab4398808a5302f48ef5036eb988916df6be Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/py-aiosmtpd/Makefile M mail/py-aiosmtpd/distinfo Log Message: ----------- mail/py-aiosmtpd: update to 1.4.6 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:16:32 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:16:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] dc97a4: archivers/gtar: update to 1.35 Message-ID: Branch: refs/heads/archivers/gtar Home: https://github.com/MidnightBSD/mports Commit: dc97a4b751f2ae67ffaf880e88043dbb3a3e8070 https://github.com/MidnightBSD/mports/commit/dc97a4b751f2ae67ffaf880e88043dbb3a3e8070 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/gtar/Makefile M archivers/gtar/distinfo Log Message: ----------- archivers/gtar: update to 1.35 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:16:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:16:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 828463: math/p5-Graph: update to 0.9735 Message-ID: Branch: refs/heads/math/p5-Graph Home: https://github.com/MidnightBSD/mports Commit: 82846330ceebfd6648604c79b71355facaac909f https://github.com/MidnightBSD/mports/commit/82846330ceebfd6648604c79b71355facaac909f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/p5-Graph/Makefile M math/p5-Graph/distinfo Log Message: ----------- math/p5-Graph: update to 0.9735 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:16:38 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:16:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c5d352: textproc/R-cran-rmarkdown: update to 2.31 Message-ID: Branch: refs/heads/textproc/R-cran-rmarkdown Home: https://github.com/MidnightBSD/mports Commit: c5d35285744053d52640e46e93ec8d8a0d5ce754 https://github.com/MidnightBSD/mports/commit/c5d35285744053d52640e46e93ec8d8a0d5ce754 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/R-cran-rmarkdown/Makefile M textproc/R-cran-rmarkdown/distinfo Log Message: ----------- textproc/R-cran-rmarkdown: update to 2.31 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:17:18 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:17:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1c06cb: net/liveMedia: update to 2026.01.12 Message-ID: Branch: refs/heads/net/liveMedia Home: https://github.com/MidnightBSD/mports Commit: 1c06cb4542baeec1d36517b7452aae2b82ede4e1 https://github.com/MidnightBSD/mports/commit/1c06cb4542baeec1d36517b7452aae2b82ede4e1 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/liveMedia/Makefile M net/liveMedia/distinfo Log Message: ----------- net/liveMedia: update to 2026.01.12 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:17:24 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:17:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a7d51a: devel/p5-ExtUtils-InstallPaths: update to 0.015 Message-ID: Branch: refs/heads/devel/p5-ExtUtils-InstallPaths Home: https://github.com/MidnightBSD/mports Commit: a7d51a12bd142a1d6ca9dc867b2099077bb4e8ab https://github.com/MidnightBSD/mports/commit/a7d51a12bd142a1d6ca9dc867b2099077bb4e8ab Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-ExtUtils-InstallPaths/Makefile M devel/p5-ExtUtils-InstallPaths/distinfo Log Message: ----------- devel/p5-ExtUtils-InstallPaths: update to 0.015 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:17:25 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:17:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 296891: converters/p5-JSON-PP: update to 4.18 Message-ID: Branch: refs/heads/converters/p5-JSON-PP Home: https://github.com/MidnightBSD/mports Commit: 2968915279943d44c4a9ad6916881c1e7f3e76ac https://github.com/MidnightBSD/mports/commit/2968915279943d44c4a9ad6916881c1e7f3e76ac Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M converters/p5-JSON-PP/Makefile M converters/p5-JSON-PP/distinfo Log Message: ----------- converters/p5-JSON-PP: update to 4.18 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:18:14 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:18:14 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5396ad: print/ttfautohint: update to 1.8.4 Message-ID: Branch: refs/heads/print/ttfautohint Home: https://github.com/MidnightBSD/mports Commit: 5396ad8e4834df5d81560f137226a52943bc2c45 https://github.com/MidnightBSD/mports/commit/5396ad8e4834df5d81560f137226a52943bc2c45 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M print/ttfautohint/Makefile M print/ttfautohint/distinfo Log Message: ----------- print/ttfautohint: update to 1.8.4 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:18:17 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:18:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3fda97: devel/py-binaryornot: update to 0.6.0 Message-ID: Branch: refs/heads/devel/py-binaryornot Home: https://github.com/MidnightBSD/mports Commit: 3fda974b4ffedb46ab5942b74b9e95cfd34146c7 https://github.com/MidnightBSD/mports/commit/3fda974b4ffedb46ab5942b74b9e95cfd34146c7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-binaryornot/Makefile M devel/py-binaryornot/distinfo Log Message: ----------- devel/py-binaryornot: update to 0.6.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:18:19 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:18:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 192df8: www/R-cran-httr: update to 1.4.8 Message-ID: Branch: refs/heads/www/R-cran-httr Home: https://github.com/MidnightBSD/mports Commit: 192df8c4556ae371053feffef9b46f9976460874 https://github.com/MidnightBSD/mports/commit/192df8c4556ae371053feffef9b46f9976460874 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/R-cran-httr/Makefile M www/R-cran-httr/distinfo Log Message: ----------- www/R-cran-httr: update to 1.4.8 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:18:22 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:18:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a2f245: graphics/p5-Image-Info: update to 1.45 Message-ID: Branch: refs/heads/graphics/p5-Image-Info Home: https://github.com/MidnightBSD/mports Commit: a2f24530a49b8a92ec67af6eb189e27c54c323da https://github.com/MidnightBSD/mports/commit/a2f24530a49b8a92ec67af6eb189e27c54c323da Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/p5-Image-Info/Makefile M graphics/p5-Image-Info/distinfo Log Message: ----------- graphics/p5-Image-Info: update to 1.45 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:18:31 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:18:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e33edf: math/ipopt: update to 3.14.19 Message-ID: Branch: refs/heads/math/ipopt Home: https://github.com/MidnightBSD/mports Commit: e33edf87937cfa36717ef9a19465771990b008fe https://github.com/MidnightBSD/mports/commit/e33edf87937cfa36717ef9a19465771990b008fe Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/ipopt/Makefile M math/ipopt/distinfo Log Message: ----------- math/ipopt: update to 3.14.19 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:19:07 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:19:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 642529: graphics/colord-gtk: update to 0.3.1 Message-ID: Branch: refs/heads/graphics/colord-gtk Home: https://github.com/MidnightBSD/mports Commit: 6425297bb399334105cb22aff589767970dabbbc https://github.com/MidnightBSD/mports/commit/6425297bb399334105cb22aff589767970dabbbc Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/colord-gtk/Makefile M graphics/colord-gtk/distinfo Log Message: ----------- graphics/colord-gtk: update to 0.3.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:19:06 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:19:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 988fc1: misc/timezonemap: update to 0.4.5.3 Message-ID: Branch: refs/heads/misc/timezonemap Home: https://github.com/MidnightBSD/mports Commit: 988fc15b39a60368ec85f8674d3ea8ee3fe1388d https://github.com/MidnightBSD/mports/commit/988fc15b39a60368ec85f8674d3ea8ee3fe1388d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M misc/timezonemap/Makefile M misc/timezonemap/distinfo Log Message: ----------- misc/timezonemap: update to 0.4.5.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:19:14 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:19:14 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ffc388: graphics/R-cran-qpdf: update to 1.4.1 Message-ID: Branch: refs/heads/graphics/R-cran-qpdf Home: https://github.com/MidnightBSD/mports Commit: ffc3884bcb5b7d6b901b23181085968a0e63f2f8 https://github.com/MidnightBSD/mports/commit/ffc3884bcb5b7d6b901b23181085968a0e63f2f8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/R-cran-qpdf/Makefile M graphics/R-cran-qpdf/distinfo Log Message: ----------- graphics/R-cran-qpdf: update to 1.4.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:19:17 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:19:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3894c3: games/gtypist: update to 2.10.1 Message-ID: Branch: refs/heads/games/gtypist Home: https://github.com/MidnightBSD/mports Commit: 3894c32788bca67f4b54cfb7a593401b26316b06 https://github.com/MidnightBSD/mports/commit/3894c32788bca67f4b54cfb7a593401b26316b06 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M games/gtypist/Makefile M games/gtypist/distinfo Log Message: ----------- games/gtypist: update to 2.10.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:19:24 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:19:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d20040: sysutils/dmidecode: update to 3.7 Message-ID: Branch: refs/heads/sysutils/dmidecode Home: https://github.com/MidnightBSD/mports Commit: d200401734c3f4240418d790ce21827a1230041f https://github.com/MidnightBSD/mports/commit/d200401734c3f4240418d790ce21827a1230041f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/dmidecode/Makefile M sysutils/dmidecode/distinfo Log Message: ----------- sysutils/dmidecode: update to 3.7 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:19:59 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:19:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ab9ebe: devel/py-pluginbase: update to 1.0.1 Message-ID: Branch: refs/heads/devel/py-pluginbase Home: https://github.com/MidnightBSD/mports Commit: ab9ebe7a8e305844ca87ca01755d2fe6e54e3e4a https://github.com/MidnightBSD/mports/commit/ab9ebe7a8e305844ca87ca01755d2fe6e54e3e4a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-pluginbase/Makefile M devel/py-pluginbase/distinfo Log Message: ----------- devel/py-pluginbase: update to 1.0.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:20:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:20:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ac1ff0: net/dictd: update to 1.13.3 Message-ID: Branch: refs/heads/net/dictd Home: https://github.com/MidnightBSD/mports Commit: ac1ff07c0e606cbeec5e31636a32d8137f05aa57 https://github.com/MidnightBSD/mports/commit/ac1ff07c0e606cbeec5e31636a32d8137f05aa57 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: A devel/rubygem-state_machines/Makefile A devel/rubygem-state_machines/distinfo A devel/rubygem-state_machines/pkg-descr M net/dictd/Makefile M net/dictd/distinfo Log Message: ----------- net/dictd: update to 1.13.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:20:46 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:20:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4a2e88: devel/git-delta: update to 0.19.2 Message-ID: Branch: refs/heads/devel/git-delta Home: https://github.com/MidnightBSD/mports Commit: 4a2e8821688ceb132d71f8421cb640e125d60905 https://github.com/MidnightBSD/mports/commit/4a2e8821688ceb132d71f8421cb640e125d60905 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/git-delta/Makefile M devel/git-delta/distinfo Log Message: ----------- devel/git-delta: update to 0.19.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:21:12 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:21:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c64e3e: devel/gnulibiberty: update to 2.46.0 Message-ID: Branch: refs/heads/devel/gnulibiberty Home: https://github.com/MidnightBSD/mports Commit: c64e3e72747e586279dc6a92aaeffbe193b387db https://github.com/MidnightBSD/mports/commit/c64e3e72747e586279dc6a92aaeffbe193b387db Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/gnulibiberty/Makefile M devel/gnulibiberty/distinfo Log Message: ----------- devel/gnulibiberty: update to 2.46.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:21:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:21:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d55b85: devel/acsccid: update to 1.1.13 Message-ID: Branch: refs/heads/devel/acsccid Home: https://github.com/MidnightBSD/mports Commit: d55b85596560895d8598f26411b8b09cc4cc11a2 https://github.com/MidnightBSD/mports/commit/d55b85596560895d8598f26411b8b09cc4cc11a2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/acsccid/Makefile M devel/acsccid/distinfo Log Message: ----------- devel/acsccid: update to 1.1.13 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:21:29 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:21:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d66332: devel/json-c: update to 0.18 Message-ID: Branch: refs/heads/devel/json-c Home: https://github.com/MidnightBSD/mports Commit: d66332c80203daddbc41734ff8a7815667e23a74 https://github.com/MidnightBSD/mports/commit/d66332c80203daddbc41734ff8a7815667e23a74 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/json-c/Makefile M devel/json-c/distinfo Log Message: ----------- devel/json-c: update to 0.18 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:21:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:21:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 633caf: net/empty: update to 0.6.23d Message-ID: Branch: refs/heads/net/empty Home: https://github.com/MidnightBSD/mports Commit: 633caf09fc72e0e57b911750ea349971eed4f9b9 https://github.com/MidnightBSD/mports/commit/633caf09fc72e0e57b911750ea349971eed4f9b9 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/empty/Makefile M net/empty/distinfo Log Message: ----------- net/empty: update to 0.6.23d AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:21:39 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:21:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d45e21: x11/setxkbmap: update to 1.3.5 Message-ID: Branch: refs/heads/x11/setxkbmap Home: https://github.com/MidnightBSD/mports Commit: d45e211b82a9959585ffeb86b04e19104d530b60 https://github.com/MidnightBSD/mports/commit/d45e211b82a9959585ffeb86b04e19104d530b60 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11/setxkbmap/Makefile M x11/setxkbmap/distinfo Log Message: ----------- x11/setxkbmap: update to 1.3.5 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:23:43 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:23:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] cab4d7: devel/spice-protocol: update to 0.14.5 Message-ID: Branch: refs/heads/devel/spice-protocol Home: https://github.com/MidnightBSD/mports Commit: cab4d7aab115b4d74d4e280d49a72c05f2cb4ba2 https://github.com/MidnightBSD/mports/commit/cab4d7aab115b4d74d4e280d49a72c05f2cb4ba2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/spice-protocol/Makefile M devel/spice-protocol/distinfo Log Message: ----------- devel/spice-protocol: update to 0.14.5 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:23:50 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:23:50 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 369619: net-mgmt/p5-Net-Netmask: update to 2.0003 Message-ID: Branch: refs/heads/net-mgmt/p5-Net-Netmask Home: https://github.com/MidnightBSD/mports Commit: 369619f5263131f55591eb99d3eb918d248c4d3e https://github.com/MidnightBSD/mports/commit/369619f5263131f55591eb99d3eb918d248c4d3e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net-mgmt/p5-Net-Netmask/Makefile M net-mgmt/p5-Net-Netmask/distinfo Log Message: ----------- net-mgmt/p5-Net-Netmask: update to 2.0003 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:23:54 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:23:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 85df8f: devel/p5-Module-Runtime: update to 0.018 Message-ID: Branch: refs/heads/devel/p5-Module-Runtime Home: https://github.com/MidnightBSD/mports Commit: 85df8f56fe845d02dd7c919df0c8d184f60de715 https://github.com/MidnightBSD/mports/commit/85df8f56fe845d02dd7c919df0c8d184f60de715 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Module-Runtime/Makefile M devel/p5-Module-Runtime/distinfo Log Message: ----------- devel/p5-Module-Runtime: update to 0.018 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:23:58 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:23:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 95398b: graphics/laternamagica: update to 0.5 Message-ID: Branch: refs/heads/graphics/laternamagica Home: https://github.com/MidnightBSD/mports Commit: 95398b26a986e2a9fc4059a160866b9299b27d2d https://github.com/MidnightBSD/mports/commit/95398b26a986e2a9fc4059a160866b9299b27d2d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/laternamagica/Makefile M graphics/laternamagica/distinfo Log Message: ----------- graphics/laternamagica: update to 0.5 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:24:00 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:24:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9d3576: print/py-vharfbuzz: update to 0.3.1 Message-ID: Branch: refs/heads/print/py-vharfbuzz Home: https://github.com/MidnightBSD/mports Commit: 9d35762009fdc107fcd48552bfabdbf226c8113a https://github.com/MidnightBSD/mports/commit/9d35762009fdc107fcd48552bfabdbf226c8113a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M print/py-vharfbuzz/Makefile M print/py-vharfbuzz/distinfo Log Message: ----------- print/py-vharfbuzz: update to 0.3.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:24:03 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:24:03 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 04b12c: devel/p5-Test-Harness: update to 3.52 Message-ID: Branch: refs/heads/devel/p5-Test-Harness Home: https://github.com/MidnightBSD/mports Commit: 04b12c5f166d2be3ac6f97e1631e08c7b07439cb https://github.com/MidnightBSD/mports/commit/04b12c5f166d2be3ac6f97e1631e08c7b07439cb Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-Harness/Makefile M devel/p5-Test-Harness/distinfo Log Message: ----------- devel/p5-Test-Harness: update to 3.52 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:24:24 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:24:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 038c67: security/chkrootkit: update to 0.59 Message-ID: Branch: refs/heads/security/chkrootkit Home: https://github.com/MidnightBSD/mports Commit: 038c67068688ec4506c9ec90f8981ef5a9790050 https://github.com/MidnightBSD/mports/commit/038c67068688ec4506c9ec90f8981ef5a9790050 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/chkrootkit/Makefile M security/chkrootkit/distinfo Log Message: ----------- security/chkrootkit: update to 0.59 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:24:28 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:24:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2c0bcf: textproc/diffutils: update to 3.12 Message-ID: Branch: refs/heads/textproc/diffutils Home: https://github.com/MidnightBSD/mports Commit: 2c0bcfb68e391beb3171d34552ff24356b47be7e https://github.com/MidnightBSD/mports/commit/2c0bcfb68e391beb3171d34552ff24356b47be7e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/diffutils/Makefile M textproc/diffutils/distinfo Log Message: ----------- textproc/diffutils: update to 3.12 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:24:31 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:24:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5fd38a: devel/py-atpublic: update to 5.0 Message-ID: Branch: refs/heads/devel/py-atpublic Home: https://github.com/MidnightBSD/mports Commit: 5fd38aaa909315ecb5d3b46ce740b3e4b9371eed https://github.com/MidnightBSD/mports/commit/5fd38aaa909315ecb5d3b46ce740b3e4b9371eed Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-atpublic/Makefile M devel/py-atpublic/distinfo Log Message: ----------- devel/py-atpublic: update to 5.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:24:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:24:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8c2cfc: math/p5-Math-BigInt: update to 2.005003 Message-ID: Branch: refs/heads/math/p5-Math-BigInt Home: https://github.com/MidnightBSD/mports Commit: 8c2cfc4d93a4ae6030f2df06ae662c8b943805b8 https://github.com/MidnightBSD/mports/commit/8c2cfc4d93a4ae6030f2df06ae662c8b943805b8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/p5-Math-BigInt/Makefile M math/p5-Math-BigInt/distinfo Log Message: ----------- math/p5-Math-BigInt: update to 2.005003 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:24:37 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:24:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8ba1d8: devel/py-tenacity: update to 9.0.0 Message-ID: Branch: refs/heads/devel/py-tenacity Home: https://github.com/MidnightBSD/mports Commit: 8ba1d8945219c73a310a4bcd8caaa6f1c62350a5 https://github.com/MidnightBSD/mports/commit/8ba1d8945219c73a310a4bcd8caaa6f1c62350a5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-tenacity/Makefile M devel/py-tenacity/distinfo Log Message: ----------- devel/py-tenacity: update to 9.0.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:27:56 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:27:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 08bb79: x11-fonts/terminus-font: update to 4.49.1 Message-ID: Branch: refs/heads/x11-fonts/terminus-font Home: https://github.com/MidnightBSD/mports Commit: 08bb79ea8f8af0fa9663c276a3833a2c2914e985 https://github.com/MidnightBSD/mports/commit/08bb79ea8f8af0fa9663c276a3833a2c2914e985 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fonts/terminus-font/Makefile M x11-fonts/terminus-font/distinfo Log Message: ----------- x11-fonts/terminus-font: update to 4.49.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] de89a9: textproc/sassc: update to 3.6.2 Message-ID: Branch: refs/heads/textproc/sassc Home: https://github.com/MidnightBSD/mports Commit: de89a9957bceaa97f394aaf654c4b589feed2e9e https://github.com/MidnightBSD/mports/commit/de89a9957bceaa97f394aaf654c4b589feed2e9e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/sassc/Makefile M textproc/sassc/distinfo Log Message: ----------- textproc/sassc: update to 3.6.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:06 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] caa6f4: devel/py-polib: update to 1.2.0 Message-ID: Branch: refs/heads/devel/py-polib Home: https://github.com/MidnightBSD/mports Commit: caa6f4b1785cb51f1b61cdb12c89d1dfde3a3057 https://github.com/MidnightBSD/mports/commit/caa6f4b1785cb51f1b61cdb12c89d1dfde3a3057 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-polib/Makefile M devel/py-polib/distinfo Log Message: ----------- devel/py-polib: update to 1.2.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:09 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8a8ed6: ftp/p5-File-Fetch: update to 1.08 Message-ID: Branch: refs/heads/ftp/p5-File-Fetch Home: https://github.com/MidnightBSD/mports Commit: 8a8ed67ff9ea99535e6742affa24d491e2b73119 https://github.com/MidnightBSD/mports/commit/8a8ed67ff9ea99535e6742affa24d491e2b73119 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M ftp/p5-File-Fetch/Makefile M ftp/p5-File-Fetch/distinfo Log Message: ----------- ftp/p5-File-Fetch: update to 1.08 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 15c0ff: devel/libmaa: update to 1.5.1 Message-ID: Branch: refs/heads/devel/libmaa Home: https://github.com/MidnightBSD/mports Commit: 15c0ff9b869fa529775996e47de56feaed469c64 https://github.com/MidnightBSD/mports/commit/15c0ff9b869fa529775996e47de56feaed469c64 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/libmaa/Makefile M devel/libmaa/distinfo Log Message: ----------- devel/libmaa: update to 1.5.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:14 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:14 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4624a5: devel/py-outcome: update to 1.3.0 Message-ID: Branch: refs/heads/devel/py-outcome Home: https://github.com/MidnightBSD/mports Commit: 4624a53d4d91cae2c6323b8e7eace93f5910369d https://github.com/MidnightBSD/mports/commit/4624a53d4d91cae2c6323b8e7eace93f5910369d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-outcome/Makefile M devel/py-outcome/distinfo Log Message: ----------- devel/py-outcome: update to 1.3.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:17 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7a7e92: devel/p5-Set-Object: update to 1.43 Message-ID: Branch: refs/heads/devel/p5-Set-Object Home: https://github.com/MidnightBSD/mports Commit: 7a7e929c303559e1a4857c30655c1ff547a54346 https://github.com/MidnightBSD/mports/commit/7a7e929c303559e1a4857c30655c1ff547a54346 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Set-Object/Makefile M devel/p5-Set-Object/distinfo Log Message: ----------- devel/p5-Set-Object: update to 1.43 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:22 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f6e557: devel/sdl20: update to 2.32.10 Message-ID: Branch: refs/heads/devel/sdl20 Home: https://github.com/MidnightBSD/mports Commit: f6e557df7d626b04b1408bbf0a4e01b6b7db0c36 https://github.com/MidnightBSD/mports/commit/f6e557df7d626b04b1408bbf0a4e01b6b7db0c36 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/sdl20/Makefile M devel/sdl20/distinfo Log Message: ----------- devel/sdl20: update to 2.32.10 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:25 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 35e5fe: security/libsecret: update to 0.21.7 Message-ID: Branch: refs/heads/security/libsecret Home: https://github.com/MidnightBSD/mports Commit: 35e5fe414cfb20a58af56bbdfa5042c4e2c72372 https://github.com/MidnightBSD/mports/commit/35e5fe414cfb20a58af56bbdfa5042c4e2c72372 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/libsecret/Makefile M security/libsecret/distinfo Log Message: ----------- security/libsecret: update to 0.21.7 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:28 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 552b1c: devel/p5-Long-Jump: update to 0.000005 Message-ID: Branch: refs/heads/devel/p5-Long-Jump Home: https://github.com/MidnightBSD/mports Commit: 552b1c18d99d1f8823787d31bf84a080bf63d7c5 https://github.com/MidnightBSD/mports/commit/552b1c18d99d1f8823787d31bf84a080bf63d7c5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Long-Jump/Makefile M devel/p5-Long-Jump/distinfo Log Message: ----------- devel/p5-Long-Jump: update to 0.000005 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:31 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 410ef3: textproc/py-python-slugify: update to 8.0.4 Message-ID: Branch: refs/heads/textproc/py-python-slugify Home: https://github.com/MidnightBSD/mports Commit: 410ef3b687ba17ec2ef0ac8bb622f6b6e9963f36 https://github.com/MidnightBSD/mports/commit/410ef3b687ba17ec2ef0ac8bb622f6b6e9963f36 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/py-python-slugify/Makefile M textproc/py-python-slugify/distinfo Log Message: ----------- textproc/py-python-slugify: update to 8.0.4 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:28:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:28:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 042048: audio/libogg: update to 1.3.6 Message-ID: Branch: refs/heads/audio/libogg Home: https://github.com/MidnightBSD/mports Commit: 042048c72473dfe13e5d82724e6fbdef631d611a https://github.com/MidnightBSD/mports/commit/042048c72473dfe13e5d82724e6fbdef631d611a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M audio/libogg/Makefile M audio/libogg/distinfo Log Message: ----------- audio/libogg: update to 1.3.6 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:16 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b3971d: audio/speex: update to 1.2.1 Message-ID: Branch: refs/heads/audio/speex Home: https://github.com/MidnightBSD/mports Commit: b3971dafed7d0c86faa2f54ea92ea811a3c9b721 https://github.com/MidnightBSD/mports/commit/b3971dafed7d0c86faa2f54ea92ea811a3c9b721 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M audio/speex/Makefile M audio/speex/distinfo Log Message: ----------- audio/speex: update to 1.2.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:18 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 85dcd7: devel/p5-ExtUtils-MakeMaker: update to 7.76 Message-ID: Branch: refs/heads/devel/p5-ExtUtils-MakeMaker Home: https://github.com/MidnightBSD/mports Commit: 85dcd75ad1cb8cf6f234b4d9b136c16ffd29e792 https://github.com/MidnightBSD/mports/commit/85dcd75ad1cb8cf6f234b4d9b136c16ffd29e792 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-ExtUtils-MakeMaker/Makefile M devel/p5-ExtUtils-MakeMaker/distinfo Log Message: ----------- devel/p5-ExtUtils-MakeMaker: update to 7.76 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:22 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4fa319: devel/npth: update to 1.8 Message-ID: Branch: refs/heads/devel/npth Home: https://github.com/MidnightBSD/mports Commit: 4fa3192541dba06bf96c890cd0700fe529be41e4 https://github.com/MidnightBSD/mports/commit/4fa3192541dba06bf96c890cd0700fe529be41e4 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/npth/Makefile M devel/npth/distinfo Log Message: ----------- devel/npth: update to 1.8 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:24 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a36e7d: textproc/py-mistune: update to 3.2.0 Message-ID: Branch: refs/heads/textproc/py-mistune Home: https://github.com/MidnightBSD/mports Commit: a36e7db016e0338075da91d5106bb11825a9cabf https://github.com/MidnightBSD/mports/commit/a36e7db016e0338075da91d5106bb11825a9cabf Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/py-mistune/Makefile M textproc/py-mistune/distinfo Log Message: ----------- textproc/py-mistune: update to 3.2.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 86e74b: devel/py-simplejson: update to 3.18.4 Message-ID: Branch: refs/heads/devel/py-simplejson Home: https://github.com/MidnightBSD/mports Commit: 86e74b6ed426e7290b80e3ffe3c256500904df91 https://github.com/MidnightBSD/mports/commit/86e74b6ed426e7290b80e3ffe3c256500904df91 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-simplejson/Makefile M devel/py-simplejson/distinfo Log Message: ----------- devel/py-simplejson: update to 3.18.4 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:30 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 659109: textproc/p5-PPIx-Regexp: update to 0.091 Message-ID: Branch: refs/heads/textproc/p5-PPIx-Regexp Home: https://github.com/MidnightBSD/mports Commit: 659109c3cfbd277e4cfb607b1e5f76a2192c5bb6 https://github.com/MidnightBSD/mports/commit/659109c3cfbd277e4cfb607b1e5f76a2192c5bb6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-PPIx-Regexp/Makefile M textproc/p5-PPIx-Regexp/distinfo Log Message: ----------- textproc/p5-PPIx-Regexp: update to 0.091 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:33 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:33 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 458d68: security/p5-Crypt-CBC: update to 3.07 Message-ID: Branch: refs/heads/security/p5-Crypt-CBC Home: https://github.com/MidnightBSD/mports Commit: 458d685b892394ceabda8b9c422cdc5258556831 https://github.com/MidnightBSD/mports/commit/458d685b892394ceabda8b9c422cdc5258556831 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/p5-Crypt-CBC/Makefile M security/p5-Crypt-CBC/distinfo Log Message: ----------- security/p5-Crypt-CBC: update to 3.07 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d19f0b: security/py-SecretStorage: update to 3.3.3 Message-ID: Branch: refs/heads/security/py-SecretStorage Home: https://github.com/MidnightBSD/mports Commit: d19f0bb575a824554f5e115d780182cdf2290751 https://github.com/MidnightBSD/mports/commit/d19f0bb575a824554f5e115d780182cdf2290751 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/py-SecretStorage/Makefile M security/py-SecretStorage/distinfo Log Message: ----------- security/py-SecretStorage: update to 3.3.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:38 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c60bba: x11/libgnomekbd: update to 3.28.1 Message-ID: Branch: refs/heads/x11/libgnomekbd Home: https://github.com/MidnightBSD/mports Commit: c60bbad7da8fb7e5a09003a31db64304953350e5 https://github.com/MidnightBSD/mports/commit/c60bbad7da8fb7e5a09003a31db64304953350e5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11/libgnomekbd/Makefile M x11/libgnomekbd/distinfo Log Message: ----------- x11/libgnomekbd: update to 3.28.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:42 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e40440: devel/p5-Sub-Quote: update to 2.006009 Message-ID: Branch: refs/heads/devel/p5-Sub-Quote Home: https://github.com/MidnightBSD/mports Commit: e4044080a365e5d63302974435da13fa85b27841 https://github.com/MidnightBSD/mports/commit/e4044080a365e5d63302974435da13fa85b27841 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Sub-Quote/Makefile M devel/p5-Sub-Quote/distinfo Log Message: ----------- devel/p5-Sub-Quote: update to 2.006009 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:49 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 06eba0: devel/libdatrie: update to 0.2.14 Message-ID: Branch: refs/heads/devel/libdatrie Home: https://github.com/MidnightBSD/mports Commit: 06eba07a66e74b227c1978a717f564151c9272cc https://github.com/MidnightBSD/mports/commit/06eba07a66e74b227c1978a717f564151c9272cc Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/libdatrie/Makefile M devel/libdatrie/distinfo Log Message: ----------- devel/libdatrie: update to 0.2.14 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:29:52 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:29:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 16e4a7: devel/R-cran-patrick: update to 0.3.1 Message-ID: Branch: refs/heads/devel/R-cran-patrick Home: https://github.com/MidnightBSD/mports Commit: 16e4a73875b03ca43b49564ffe9ebc67a69e85d7 https://github.com/MidnightBSD/mports/commit/16e4a73875b03ca43b49564ffe9ebc67a69e85d7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-patrick/Makefile M devel/R-cran-patrick/distinfo Log Message: ----------- devel/R-cran-patrick: update to 0.3.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6e5825: irc/znc: update to 1.10.1 Message-ID: Branch: refs/heads/irc/znc Home: https://github.com/MidnightBSD/mports Commit: 6e58256c3a65096b5ff66aa26c993361c6010d58 https://github.com/MidnightBSD/mports/commit/6e58256c3a65096b5ff66aa26c993361c6010d58 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M irc/znc/Makefile M irc/znc/distinfo Log Message: ----------- irc/znc: update to 1.10.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f81390: lang/gawk: update to 5.4.0 Message-ID: Branch: refs/heads/lang/gawk Home: https://github.com/MidnightBSD/mports Commit: f813907e2e5d7941817e1ca59bf47835d32947ae https://github.com/MidnightBSD/mports/commit/f813907e2e5d7941817e1ca59bf47835d32947ae Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/gawk/Makefile M lang/gawk/distinfo Log Message: ----------- lang/gawk: update to 5.4.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:18 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ff4b02: devel/py-six: update to 1.17.0 Message-ID: Branch: refs/heads/devel/py-six Home: https://github.com/MidnightBSD/mports Commit: ff4b021f77499061d2ca7e7cc35ebc0e26f322f3 https://github.com/MidnightBSD/mports/commit/ff4b021f77499061d2ca7e7cc35ebc0e26f322f3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-six/Makefile M devel/py-six/distinfo Log Message: ----------- devel/py-six: update to 1.17.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:20 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:20 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c40f89: x11-fonts/py-opentypespec: update to 1.9.2 Message-ID: Branch: refs/heads/x11-fonts/py-opentypespec Home: https://github.com/MidnightBSD/mports Commit: c40f894732841682eb3a81370aa1018988e1369d https://github.com/MidnightBSD/mports/commit/c40f894732841682eb3a81370aa1018988e1369d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fonts/py-opentypespec/Makefile M x11-fonts/py-opentypespec/distinfo Log Message: ----------- x11-fonts/py-opentypespec: update to 1.9.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:24 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 08fb56: textproc/p5-Pod-Markdown: update to 3.400 Message-ID: Branch: refs/heads/textproc/p5-Pod-Markdown Home: https://github.com/MidnightBSD/mports Commit: 08fb5667c1ae5275e6e1d6648d52e7f5a55ef579 https://github.com/MidnightBSD/mports/commit/08fb5667c1ae5275e6e1d6648d52e7f5a55ef579 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-Pod-Markdown/Makefile M textproc/p5-Pod-Markdown/distinfo Log Message: ----------- textproc/p5-Pod-Markdown: update to 3.400 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 576a8c: sysutils/minimunin: update to 0.6 Message-ID: Branch: refs/heads/sysutils/minimunin Home: https://github.com/MidnightBSD/mports Commit: 576a8cec248fce50490cd02085d97c475cf609f1 https://github.com/MidnightBSD/mports/commit/576a8cec248fce50490cd02085d97c475cf609f1 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/minimunin/Makefile M sysutils/minimunin/distinfo Log Message: ----------- sysutils/minimunin: update to 0.6 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:29 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 727349: devel/p5-Term-ReadLine-Gnu: update to 1.47 Message-ID: Branch: refs/heads/devel/p5-Term-ReadLine-Gnu Home: https://github.com/MidnightBSD/mports Commit: 727349169b310d31f548b57e581a001e450d4d0a https://github.com/MidnightBSD/mports/commit/727349169b310d31f548b57e581a001e450d4d0a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Term-ReadLine-Gnu/Makefile M devel/p5-Term-ReadLine-Gnu/distinfo Log Message: ----------- devel/p5-Term-ReadLine-Gnu: update to 1.47 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:34 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2cd32a: net/openldap25-server: update to 2.5.20 Message-ID: Branch: refs/heads/net/openldap25-server Home: https://github.com/MidnightBSD/mports Commit: 2cd32a86c6c2dc263aeb9a22dbefdff2a21702e1 https://github.com/MidnightBSD/mports/commit/2cd32a86c6c2dc263aeb9a22dbefdff2a21702e1 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/openldap25-server/Makefile M net/openldap25-server/distinfo Log Message: ----------- net/openldap25-server: update to 2.5.20 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:37 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e7e825: graphics/py-PyOpenGL: update to 3.1.7 Message-ID: Branch: refs/heads/graphics/py-PyOpenGL Home: https://github.com/MidnightBSD/mports Commit: e7e8252577d2e8b217d74b4bac276b51d54bf622 https://github.com/MidnightBSD/mports/commit/e7e8252577d2e8b217d74b4bac276b51d54bf622 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/py-PyOpenGL/Makefile M graphics/py-PyOpenGL/distinfo Log Message: ----------- graphics/py-PyOpenGL: update to 3.1.7 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:42 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d104f7: devel/py-gql: update to 4.0.0 Message-ID: Branch: refs/heads/devel/py-gql Home: https://github.com/MidnightBSD/mports Commit: d104f7c89fa1d6a09d0ee67c2025c36a88e16cc2 https://github.com/MidnightBSD/mports/commit/d104f7c89fa1d6a09d0ee67c2025c36a88e16cc2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-gql/Makefile M devel/py-gql/distinfo Log Message: ----------- devel/py-gql: update to 4.0.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:45 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9df97a: audio/opencore-amr: update to 0.1.6 Message-ID: Branch: refs/heads/audio/opencore-amr Home: https://github.com/MidnightBSD/mports Commit: 9df97adc0e55c4e54d5771e10fd595b9f7336ab9 https://github.com/MidnightBSD/mports/commit/9df97adc0e55c4e54d5771e10fd595b9f7336ab9 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M audio/opencore-amr/Makefile M audio/opencore-amr/distinfo Log Message: ----------- audio/opencore-amr: update to 0.1.6 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:30:59 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:30:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 52474b: audio/libmikmod: update to 3.3.13 Message-ID: Branch: refs/heads/audio/libmikmod Home: https://github.com/MidnightBSD/mports Commit: 52474b50c0a3fed62fd9e766962fcc615674aec2 https://github.com/MidnightBSD/mports/commit/52474b50c0a3fed62fd9e766962fcc615674aec2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M audio/libmikmod/Makefile M audio/libmikmod/distinfo Log Message: ----------- audio/libmikmod: update to 3.3.13 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:31:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:31:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] de9059: audio/py-python-mpd2: update to 3.1.1 Message-ID: Branch: refs/heads/audio/py-python-mpd2 Home: https://github.com/MidnightBSD/mports Commit: de9059af2ad95efc6e0034d377afd21da1827d66 https://github.com/MidnightBSD/mports/commit/de9059af2ad95efc6e0034d377afd21da1827d66 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M audio/py-python-mpd2/Makefile M audio/py-python-mpd2/distinfo Log Message: ----------- audio/py-python-mpd2: update to 3.1.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:31:07 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:31:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c96f64: devel/R-cran-blob: update to 1.3.0 Message-ID: Branch: refs/heads/devel/R-cran-blob Home: https://github.com/MidnightBSD/mports Commit: c96f640c0e22e73507d89d384d46670a60a1ea19 https://github.com/MidnightBSD/mports/commit/c96f640c0e22e73507d89d384d46670a60a1ea19 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-blob/Makefile M devel/R-cran-blob/distinfo Log Message: ----------- devel/R-cran-blob: update to 1.3.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:31:19 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:31:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b1b4ab: mail/addresses: update to 0.5.0 Message-ID: Branch: refs/heads/mail/addresses Home: https://github.com/MidnightBSD/mports Commit: b1b4ab811d0aa230206f1e46cd4b3cad3c6c14a3 https://github.com/MidnightBSD/mports/commit/b1b4ab811d0aa230206f1e46cd4b3cad3c6c14a3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/addresses/Makefile M mail/addresses/distinfo Log Message: ----------- mail/addresses: update to 0.5.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:31:21 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:31:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 868654: security/p5-Crypt-SMIME: update to 0.31 Message-ID: Branch: refs/heads/security/p5-Crypt-SMIME Home: https://github.com/MidnightBSD/mports Commit: 868654f45aefd2a2d510108f26c24170320ab0ad https://github.com/MidnightBSD/mports/commit/868654f45aefd2a2d510108f26c24170320ab0ad Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/p5-Crypt-SMIME/Makefile M security/p5-Crypt-SMIME/distinfo Log Message: ----------- security/p5-Crypt-SMIME: update to 0.31 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:31:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:31:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c7be8b: net-mgmt/net-snmp: update to 5.9.5.2 Message-ID: Branch: refs/heads/net-mgmt/net-snmp Home: https://github.com/MidnightBSD/mports Commit: c7be8ba9a82ca398a66208bfe7a75af574d92850 https://github.com/MidnightBSD/mports/commit/c7be8ba9a82ca398a66208bfe7a75af574d92850 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net-mgmt/net-snmp/Makefile M net-mgmt/net-snmp/distinfo Log Message: ----------- net-mgmt/net-snmp: update to 5.9.5.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:32:13 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:32:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 349933: devel/py-validators: update to 0.35.0 Message-ID: Branch: refs/heads/devel/py-validators Home: https://github.com/MidnightBSD/mports Commit: 349933234d3130efb8640abafede0ecb543e53fa https://github.com/MidnightBSD/mports/commit/349933234d3130efb8640abafede0ecb543e53fa Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-validators/Makefile M devel/py-validators/distinfo Log Message: ----------- devel/py-validators: update to 0.35.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:32:32 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:32:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 918ef8: sysutils/freeipmi: update to 1.6.17 Message-ID: Branch: refs/heads/sysutils/freeipmi Home: https://github.com/MidnightBSD/mports Commit: 918ef84c2459b6770d63713717ee34d22c97a344 https://github.com/MidnightBSD/mports/commit/918ef84c2459b6770d63713717ee34d22c97a344 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/freeipmi/Makefile M sysutils/freeipmi/distinfo Log Message: ----------- sysutils/freeipmi: update to 1.6.17 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:32:39 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:32:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] fa7abc: math/cgl: update to 0.60.10 Message-ID: Branch: refs/heads/math/cgl Home: https://github.com/MidnightBSD/mports Commit: fa7abc530ffa031ae09955901c1afe11ed841e4c https://github.com/MidnightBSD/mports/commit/fa7abc530ffa031ae09955901c1afe11ed841e4c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/cgl/Makefile M math/cgl/distinfo Log Message: ----------- math/cgl: update to 0.60.10 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:32:42 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:32:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0fcc62: math/gmm++: update to 5.4.4 Message-ID: Branch: refs/heads/math/gmm++ Home: https://github.com/MidnightBSD/mports Commit: 0fcc6248ea12f89eaa2658c9fd2799d20bed0b29 https://github.com/MidnightBSD/mports/commit/0fcc6248ea12f89eaa2658c9fd2799d20bed0b29 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/gmm++/Makefile M math/gmm++/distinfo Log Message: ----------- math/gmm++: update to 5.4.4 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:32:47 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:32:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 23c3cc: comms/yfklog: update to 0.7.0 Message-ID: Branch: refs/heads/comms/yfklog Home: https://github.com/MidnightBSD/mports Commit: 23c3cc24dfb41448b348e9c20409c85155055893 https://github.com/MidnightBSD/mports/commit/23c3cc24dfb41448b348e9c20409c85155055893 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M comms/yfklog/Makefile M comms/yfklog/distinfo Log Message: ----------- comms/yfklog: update to 0.7.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:32:51 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:32:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a84f5b: misc/hicolor-icon-theme: update to 0.18 Message-ID: Branch: refs/heads/misc/hicolor-icon-theme Home: https://github.com/MidnightBSD/mports Commit: a84f5bc99c3010675308186b56fed14089c12b5e https://github.com/MidnightBSD/mports/commit/a84f5bc99c3010675308186b56fed14089c12b5e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M misc/hicolor-icon-theme/Makefile M misc/hicolor-icon-theme/distinfo Log Message: ----------- misc/hicolor-icon-theme: update to 0.18 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:32:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:32:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 72a9da: devel/p5-Devel-OverloadInfo: update to 0.008 Message-ID: Branch: refs/heads/devel/p5-Devel-OverloadInfo Home: https://github.com/MidnightBSD/mports Commit: 72a9da06f5261a8236545830f271921d1806f40c https://github.com/MidnightBSD/mports/commit/72a9da06f5261a8236545830f271921d1806f40c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Devel-OverloadInfo/Makefile M devel/p5-Devel-OverloadInfo/distinfo Log Message: ----------- devel/p5-Devel-OverloadInfo: update to 0.008 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:32:57 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:32:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9e5284: devel/py-testfixtures: update to 6.18.5 Message-ID: Branch: refs/heads/devel/py-testfixtures Home: https://github.com/MidnightBSD/mports Commit: 9e5284ac2534c2a98a54356ff79bc5a6cb7a7f6a https://github.com/MidnightBSD/mports/commit/9e5284ac2534c2a98a54356ff79bc5a6cb7a7f6a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-testfixtures/Makefile M devel/py-testfixtures/distinfo Log Message: ----------- devel/py-testfixtures: update to 6.18.5 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:32:59 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:32:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b8f05c: devel/p5-Test-Timer: update to 2.12 Message-ID: Branch: refs/heads/devel/p5-Test-Timer Home: https://github.com/MidnightBSD/mports Commit: b8f05c2d8a5962e62a6b6004027be65a35d8ffe8 https://github.com/MidnightBSD/mports/commit/b8f05c2d8a5962e62a6b6004027be65a35d8ffe8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-Timer/Makefile M devel/p5-Test-Timer/distinfo Log Message: ----------- devel/p5-Test-Timer: update to 2.12 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:33:04 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:33:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b1aae0: devel/py-asn1crypto: update to 1.5.1 Message-ID: Branch: refs/heads/devel/py-asn1crypto Home: https://github.com/MidnightBSD/mports Commit: b1aae087adb6e9dba05932767932cdbf2a1a1695 https://github.com/MidnightBSD/mports/commit/b1aae087adb6e9dba05932767932cdbf2a1a1695 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-asn1crypto/Makefile M devel/py-asn1crypto/distinfo Log Message: ----------- devel/py-asn1crypto: update to 1.5.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:33:08 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:33:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4e710f: net/miniupnpc: update to 2.3.3 Message-ID: Branch: refs/heads/net/miniupnpc Home: https://github.com/MidnightBSD/mports Commit: 4e710f483d3863af84f98ed8e6c2a3cd4cc9cace https://github.com/MidnightBSD/mports/commit/4e710f483d3863af84f98ed8e6c2a3cd4cc9cace Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/miniupnpc/Makefile M net/miniupnpc/distinfo Log Message: ----------- net/miniupnpc: update to 2.3.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:33:12 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:33:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e21978: net/py-uritemplate: update to 4.2.0 Message-ID: Branch: refs/heads/net/py-uritemplate Home: https://github.com/MidnightBSD/mports Commit: e21978ccef11745e0b3c3ad820a2e9447ff87e58 https://github.com/MidnightBSD/mports/commit/e21978ccef11745e0b3c3ad820a2e9447ff87e58 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/py-uritemplate/Makefile M net/py-uritemplate/distinfo Log Message: ----------- net/py-uritemplate: update to 4.2.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:33:17 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:33:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 84b5c2: net-im/libnice: update to 0.1.23 Message-ID: Branch: refs/heads/net-im/libnice Home: https://github.com/MidnightBSD/mports Commit: 84b5c27726e7e506db56b7b8e9e767a772000217 https://github.com/MidnightBSD/mports/commit/84b5c27726e7e506db56b7b8e9e767a772000217 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net-im/libnice/Makefile M net-im/libnice/distinfo Log Message: ----------- net-im/libnice: update to 0.1.23 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:33:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:33:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4624e4: devel/libthai: update to 0.1.30 Message-ID: Branch: refs/heads/devel/libthai Home: https://github.com/MidnightBSD/mports Commit: 4624e4c9b86afcbf23065876773dcb95b5af2566 https://github.com/MidnightBSD/mports/commit/4624e4c9b86afcbf23065876773dcb95b5af2566 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/libthai/Makefile M devel/libthai/distinfo Log Message: ----------- devel/libthai: update to 0.1.30 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:33:31 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:33:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a2f131: textproc/libsass: update to 3.6.6 Message-ID: Branch: refs/heads/textproc/libsass Home: https://github.com/MidnightBSD/mports Commit: a2f1310308af34d8816d75b63de94a59416450f8 https://github.com/MidnightBSD/mports/commit/a2f1310308af34d8816d75b63de94a59416450f8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/libsass/Makefile M textproc/libsass/distinfo Log Message: ----------- textproc/libsass: update to 3.6.6 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:33:34 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:33:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 98bd4b: security/py-itsdangerous: update to 2.2.0 Message-ID: Branch: refs/heads/security/py-itsdangerous Home: https://github.com/MidnightBSD/mports Commit: 98bd4b169b4fdf234ba185d815881efc0a590184 https://github.com/MidnightBSD/mports/commit/98bd4b169b4fdf234ba185d815881efc0a590184 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/py-itsdangerous/Makefile M security/py-itsdangerous/distinfo Log Message: ----------- security/py-itsdangerous: update to 2.2.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:33:39 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:33:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] eb7741: textproc/p5-Pod-Simple: update to 3.47 Message-ID: Branch: refs/heads/textproc/p5-Pod-Simple Home: https://github.com/MidnightBSD/mports Commit: eb774121b8d8367947b5ebdc3ca9fdc1be602e79 https://github.com/MidnightBSD/mports/commit/eb774121b8d8367947b5ebdc3ca9fdc1be602e79 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-Pod-Simple/Makefile M textproc/p5-Pod-Simple/distinfo Log Message: ----------- textproc/p5-Pod-Simple: update to 3.47 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:33:57 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:33:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a688ac: sysutils/ldap-account-manager: update to 9.5.2 Message-ID: Branch: refs/heads/sysutils/ldap-account-manager Home: https://github.com/MidnightBSD/mports Commit: a688acac229a3140a590e356a2f364aaec8042a9 https://github.com/MidnightBSD/mports/commit/a688acac229a3140a590e356a2f364aaec8042a9 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/ldap-account-manager/Makefile M sysutils/ldap-account-manager/distinfo Log Message: ----------- sysutils/ldap-account-manager: update to 9.5.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:34:10 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:34:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 998c93: math/gsl: update to 2.8 Message-ID: Branch: refs/heads/math/gsl Home: https://github.com/MidnightBSD/mports Commit: 998c9328716e0edd4090bc36c2c1a25a4e77a30b https://github.com/MidnightBSD/mports/commit/998c9328716e0edd4090bc36c2c1a25a4e77a30b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/gsl/Makefile M math/gsl/distinfo Log Message: ----------- math/gsl: update to 2.8 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:34:16 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:34:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 59b6f5: sysutils/vpnc-scripts: update to 20220510 Message-ID: Branch: refs/heads/sysutils/vpnc-scripts Home: https://github.com/MidnightBSD/mports Commit: 59b6f580abc6f17b9a4e7ec57520dec6747a3cf1 https://github.com/MidnightBSD/mports/commit/59b6f580abc6f17b9a4e7ec57520dec6747a3cf1 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/vpnc-scripts/Makefile M sysutils/vpnc-scripts/distinfo Log Message: ----------- sysutils/vpnc-scripts: update to 20220510 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:34:20 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:34:20 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5570e3: graphics/libimagequant: update to 4.4.1 Message-ID: Branch: refs/heads/graphics/libimagequant Home: https://github.com/MidnightBSD/mports Commit: 5570e32a9d393b117ad1b37a1f252a8e1c87ed91 https://github.com/MidnightBSD/mports/commit/5570e32a9d393b117ad1b37a1f252a8e1c87ed91 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/libimagequant/Makefile M graphics/libimagequant/distinfo Log Message: ----------- graphics/libimagequant: update to 4.4.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:34:46 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:34:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 21e704: audio/mikmod: update to 3.2.9 Message-ID: Branch: refs/heads/audio/mikmod Home: https://github.com/MidnightBSD/mports Commit: 21e704f49bf27237685a4667bc1aae37f9e31a71 https://github.com/MidnightBSD/mports/commit/21e704f49bf27237685a4667bc1aae37f9e31a71 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M audio/mikmod/Makefile M audio/mikmod/distinfo Log Message: ----------- audio/mikmod: update to 3.2.9 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:34:49 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:34:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0d9de5: databases/p5-DBIx-Class: update to 0.082844 Message-ID: Branch: refs/heads/databases/p5-DBIx-Class Home: https://github.com/MidnightBSD/mports Commit: 0d9de5cdc8b1d762da61fd684d104d3a18136ab7 https://github.com/MidnightBSD/mports/commit/0d9de5cdc8b1d762da61fd684d104d3a18136ab7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/p5-DBIx-Class/Makefile M databases/p5-DBIx-Class/distinfo Log Message: ----------- databases/p5-DBIx-Class: update to 0.082844 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:34:53 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:34:53 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8ef35e: shells/rush: update to 2.4 Message-ID: Branch: refs/heads/shells/rush Home: https://github.com/MidnightBSD/mports Commit: 8ef35e8f599fec1c48117b8be49a26835b9ddef8 https://github.com/MidnightBSD/mports/commit/8ef35e8f599fec1c48117b8be49a26835b9ddef8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M shells/rush/Makefile M shells/rush/distinfo Log Message: ----------- shells/rush: update to 2.4 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:34:57 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:34:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 282e54: devel/libayatana-appindicator: update to 0.5.94 Message-ID: Branch: refs/heads/devel/libayatana-appindicator Home: https://github.com/MidnightBSD/mports Commit: 282e5440b8a0b259a1309dd5e7c6562bc6f2db4b https://github.com/MidnightBSD/mports/commit/282e5440b8a0b259a1309dd5e7c6562bc6f2db4b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/libayatana-appindicator/Makefile M devel/libayatana-appindicator/distinfo Log Message: ----------- devel/libayatana-appindicator: update to 0.5.94 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:35:00 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:35:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bc7956: devel/py-pluggy: update to 1.6.0 Message-ID: Branch: refs/heads/devel/py-pluggy Home: https://github.com/MidnightBSD/mports Commit: bc7956f22df77cfc0d95e26de784043072741489 https://github.com/MidnightBSD/mports/commit/bc7956f22df77cfc0d95e26de784043072741489 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-pluggy/Makefile M devel/py-pluggy/distinfo Log Message: ----------- devel/py-pluggy: update to 1.6.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:35:04 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:35:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 04c3e5: lang/p5-Scalar-List-Utils: update to 1.70 Message-ID: Branch: refs/heads/lang/p5-Scalar-List-Utils Home: https://github.com/MidnightBSD/mports Commit: 04c3e53e0941b06813a5be3274d75f18f1ac9086 https://github.com/MidnightBSD/mports/commit/04c3e53e0941b06813a5be3274d75f18f1ac9086 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/p5-Scalar-List-Utils/Makefile M lang/p5-Scalar-List-Utils/distinfo Log Message: ----------- lang/p5-Scalar-List-Utils: update to 1.70 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:35:06 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:35:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ea8efd: textproc/py-latexcodec: update to 3.0.1 Message-ID: Branch: refs/heads/textproc/py-latexcodec Home: https://github.com/MidnightBSD/mports Commit: ea8efd6e73ffe8eef85ce12bdf75a0eaa1238eb0 https://github.com/MidnightBSD/mports/commit/ea8efd6e73ffe8eef85ce12bdf75a0eaa1238eb0 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/py-latexcodec/Makefile M textproc/py-latexcodec/distinfo Log Message: ----------- textproc/py-latexcodec: update to 3.0.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:35:16 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:35:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ec2f7b: databases/leveldb: update to 1.23 Message-ID: Branch: refs/heads/databases/leveldb Home: https://github.com/MidnightBSD/mports Commit: ec2f7b36886cec658726e0e3a2439b91d313874a https://github.com/MidnightBSD/mports/commit/ec2f7b36886cec658726e0e3a2439b91d313874a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/leveldb/Makefile M databases/leveldb/distinfo Log Message: ----------- databases/leveldb: update to 1.23 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:35:29 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:35:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bb83b5: benchmarks/vkpeak: update to 20260112 Message-ID: Branch: refs/heads/benchmarks/vkpeak Home: https://github.com/MidnightBSD/mports Commit: bb83b5fa64778d7c7e956c5f729399d214682e27 https://github.com/MidnightBSD/mports/commit/bb83b5fa64778d7c7e956c5f729399d214682e27 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M benchmarks/vkpeak/Makefile M benchmarks/vkpeak/distinfo Log Message: ----------- benchmarks/vkpeak: update to 20260112 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:35:37 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:35:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9f9130: textproc/libvisio01: update to 0.1.10 Message-ID: Branch: refs/heads/textproc/libvisio01 Home: https://github.com/MidnightBSD/mports Commit: 9f9130c191b949cf17009aca8c61060fad2572e3 https://github.com/MidnightBSD/mports/commit/9f9130c191b949cf17009aca8c61060fad2572e3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/libvisio01/Makefile M textproc/libvisio01/distinfo Log Message: ----------- textproc/libvisio01: update to 0.1.10 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:36:21 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:36:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 39991c: devel/py-google-i18n-address: update to 3.1.1 Message-ID: Branch: refs/heads/devel/py-google-i18n-address Home: https://github.com/MidnightBSD/mports Commit: 39991ce70d51fd30289324a2ded1a0cef033dc23 https://github.com/MidnightBSD/mports/commit/39991ce70d51fd30289324a2ded1a0cef033dc23 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-google-i18n-address/Makefile M devel/py-google-i18n-address/distinfo Log Message: ----------- devel/py-google-i18n-address: update to 3.1.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:36:22 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:36:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 741a3f: benchmarks/p5-Dumbbench: update to 0.505 Message-ID: Branch: refs/heads/benchmarks/p5-Dumbbench Home: https://github.com/MidnightBSD/mports Commit: 741a3f4c7e5a062948f3db80963d61fdfeb3d25d https://github.com/MidnightBSD/mports/commit/741a3f4c7e5a062948f3db80963d61fdfeb3d25d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: A benchmarks/p5-Dumbbench/Makefile A benchmarks/p5-Dumbbench/distinfo Log Message: ----------- benchmarks/p5-Dumbbench: update to 0.505 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:36:25 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:36:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0c6d04: devel/p5-MooseX-Types: update to 0.51 Message-ID: Branch: refs/heads/devel/p5-MooseX-Types Home: https://github.com/MidnightBSD/mports Commit: 0c6d04c7b00a9c7b3498e26ca77939f707fc6067 https://github.com/MidnightBSD/mports/commit/0c6d04c7b00a9c7b3498e26ca77939f707fc6067 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-MooseX-Types/Makefile M devel/p5-MooseX-Types/distinfo Log Message: ----------- devel/p5-MooseX-Types: update to 0.51 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:36:29 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:36:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c0ee85: devel/py-apispec-webframeworks: update to 1.2.0 Message-ID: Branch: refs/heads/devel/py-apispec-webframeworks Home: https://github.com/MidnightBSD/mports Commit: c0ee85b906d00a91e5f408d1f4cbabe2a2656aca https://github.com/MidnightBSD/mports/commit/c0ee85b906d00a91e5f408d1f4cbabe2a2656aca Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-apispec-webframeworks/Makefile M devel/py-apispec-webframeworks/distinfo Log Message: ----------- devel/py-apispec-webframeworks: update to 1.2.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:36:32 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:36:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 466571: security/libksba: update to 1.6.8 Message-ID: Branch: refs/heads/security/libksba Home: https://github.com/MidnightBSD/mports Commit: 466571e7e58f742e6139463cdb09e5c12a0df62d https://github.com/MidnightBSD/mports/commit/466571e7e58f742e6139463cdb09e5c12a0df62d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/libksba/Makefile M security/libksba/distinfo Log Message: ----------- security/libksba: update to 1.6.8 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:36:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:36:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 893402: www/py-beaker: update to 1.13.0 Message-ID: Branch: refs/heads/www/py-beaker Home: https://github.com/MidnightBSD/mports Commit: 89340212aa55d94ea6f456006d092ecbfe2692ed https://github.com/MidnightBSD/mports/commit/89340212aa55d94ea6f456006d092ecbfe2692ed Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/py-beaker/Makefile M www/py-beaker/distinfo Log Message: ----------- www/py-beaker: update to 1.13.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:36:49 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:36:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 934687: devel/py-gitdb: update to 4.0.12 Message-ID: Branch: refs/heads/devel/py-gitdb Home: https://github.com/MidnightBSD/mports Commit: 934687b84e7a677f458ed79148117d5a7808ab90 https://github.com/MidnightBSD/mports/commit/934687b84e7a677f458ed79148117d5a7808ab90 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-gitdb/Makefile M devel/py-gitdb/distinfo Log Message: ----------- devel/py-gitdb: update to 4.0.12 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:36:52 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:36:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 978683: www/py-requests_ntlm: update to 1.3.0 Message-ID: Branch: refs/heads/www/py-requests_ntlm Home: https://github.com/MidnightBSD/mports Commit: 978683a93c8445680adbe5e601448f4018dbf84e https://github.com/MidnightBSD/mports/commit/978683a93c8445680adbe5e601448f4018dbf84e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/py-requests_ntlm/Makefile M www/py-requests_ntlm/distinfo Log Message: ----------- www/py-requests_ntlm: update to 1.3.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:37:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:37:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 301d70: editors/tea: update to 63.3.1 Message-ID: Branch: refs/heads/editors/tea Home: https://github.com/MidnightBSD/mports Commit: 301d70308318c6d77a05cd93387841b539dc9f6a https://github.com/MidnightBSD/mports/commit/301d70308318c6d77a05cd93387841b539dc9f6a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M editors/tea/Makefile M editors/tea/distinfo Log Message: ----------- editors/tea: update to 63.3.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:37:07 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:37:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 141d9b: textproc/p5-Regexp-Common: update to 2024080801 Message-ID: Branch: refs/heads/textproc/p5-Regexp-Common Home: https://github.com/MidnightBSD/mports Commit: 141d9b165e56f68dff713af18b327a2326777790 https://github.com/MidnightBSD/mports/commit/141d9b165e56f68dff713af18b327a2326777790 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-Regexp-Common/Makefile M textproc/p5-Regexp-Common/distinfo Log Message: ----------- textproc/p5-Regexp-Common: update to 2024080801 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:37:10 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:37:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7c7c06: net/p5-Net-Libdnet: update to 0.990 Message-ID: Branch: refs/heads/net/p5-Net-Libdnet Home: https://github.com/MidnightBSD/mports Commit: 7c7c068ca51ab821a458d13dbbee07d8ac5bfd22 https://github.com/MidnightBSD/mports/commit/7c7c068ca51ab821a458d13dbbee07d8ac5bfd22 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/p5-Net-Libdnet/Makefile M net/p5-Net-Libdnet/distinfo Log Message: ----------- net/p5-Net-Libdnet: update to 0.990 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:37:12 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:37:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9c34cc: x11/gnome-menus: update to 3.38.1 Message-ID: Branch: refs/heads/x11/gnome-menus Home: https://github.com/MidnightBSD/mports Commit: 9c34cc77eca97f5f7246f163b75734db63d5c2e7 https://github.com/MidnightBSD/mports/commit/9c34cc77eca97f5f7246f163b75734db63d5c2e7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11/gnome-menus/Makefile M x11/gnome-menus/distinfo Log Message: ----------- x11/gnome-menus: update to 3.38.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:37:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:37:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] cedba1: textproc/aspell-ispell: update to 0.60.8.2 Message-ID: Branch: refs/heads/textproc/aspell-ispell Home: https://github.com/MidnightBSD/mports Commit: cedba12db0ae5e6fba9e9011db04223165a45e1d https://github.com/MidnightBSD/mports/commit/cedba12db0ae5e6fba9e9011db04223165a45e1d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/aspell-ispell/Makefile M textproc/aspell-ispell/distinfo Log Message: ----------- textproc/aspell-ispell: update to 0.60.8.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:37:18 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:37:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7a21ce: x11-fonts/raleway: update to 4.101 Message-ID: Branch: refs/heads/x11-fonts/raleway Home: https://github.com/MidnightBSD/mports Commit: 7a21ce0364491122b9f6fc0c3b962d1a67e3e3f2 https://github.com/MidnightBSD/mports/commit/7a21ce0364491122b9f6fc0c3b962d1a67e3e3f2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fonts/raleway/Makefile M x11-fonts/raleway/distinfo Log Message: ----------- x11-fonts/raleway: update to 4.101 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:37:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:37:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c81b61: x11-clocks/xfce4-datetime-plugin: update to 0.8.3 Message-ID: Branch: refs/heads/x11-clocks/xfce4-datetime-plugin Home: https://github.com/MidnightBSD/mports Commit: c81b618634651b3d30190b8c62fada51adc07add https://github.com/MidnightBSD/mports/commit/c81b618634651b3d30190b8c62fada51adc07add Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-clocks/xfce4-datetime-plugin/Makefile M x11-clocks/xfce4-datetime-plugin/distinfo Log Message: ----------- x11-clocks/xfce4-datetime-plugin: update to 0.8.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:37:42 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:37:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 211574: x11-fonts/uw-ttyp0: update to 2.1 Message-ID: Branch: refs/heads/x11-fonts/uw-ttyp0 Home: https://github.com/MidnightBSD/mports Commit: 211574f70c41f4d22579de2eaa27fdfb6ef10250 https://github.com/MidnightBSD/mports/commit/211574f70c41f4d22579de2eaa27fdfb6ef10250 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fonts/uw-ttyp0/Makefile M x11-fonts/uw-ttyp0/distinfo Log Message: ----------- x11-fonts/uw-ttyp0: update to 2.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:42:47 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:42:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 493640: devel/p5-Log-Any: update to 1.718 Message-ID: Branch: refs/heads/devel/p5-Log-Any Home: https://github.com/MidnightBSD/mports Commit: 4936400132ea41b117bc9ff4bfc339dd0d00ea6c https://github.com/MidnightBSD/mports/commit/4936400132ea41b117bc9ff4bfc339dd0d00ea6c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Log-Any/Makefile M devel/p5-Log-Any/distinfo Log Message: ----------- devel/p5-Log-Any: update to 1.718 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:42:49 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:42:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 61f70f: devel/p5-DateTime-Locale: update to 1.45 Message-ID: Branch: refs/heads/devel/p5-DateTime-Locale Home: https://github.com/MidnightBSD/mports Commit: 61f70f34cf7a5982048b98d20a7321c183649ae5 https://github.com/MidnightBSD/mports/commit/61f70f34cf7a5982048b98d20a7321c183649ae5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-DateTime-Locale/Makefile M devel/p5-DateTime-Locale/distinfo Log Message: ----------- devel/p5-DateTime-Locale: update to 1.45 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:42:54 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:42:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5fd935: x11-fonts/terminus-ttf: update to 4.49.3 Message-ID: Branch: refs/heads/x11-fonts/terminus-ttf Home: https://github.com/MidnightBSD/mports Commit: 5fd93511d8a8d9e2d2f660213f1c4c2071597ae6 https://github.com/MidnightBSD/mports/commit/5fd93511d8a8d9e2d2f660213f1c4c2071597ae6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fonts/terminus-ttf/Makefile M x11-fonts/terminus-ttf/distinfo Log Message: ----------- x11-fonts/terminus-ttf: update to 4.49.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:42:56 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:42:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 597cd9: devel/R-cran-parallelly: update to 1.47.0 Message-ID: Branch: refs/heads/devel/R-cran-parallelly Home: https://github.com/MidnightBSD/mports Commit: 597cd973ab416e9ee86d20b420aca682ca5f533a https://github.com/MidnightBSD/mports/commit/597cd973ab416e9ee86d20b420aca682ca5f533a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-parallelly/Makefile M devel/R-cran-parallelly/distinfo Log Message: ----------- devel/R-cran-parallelly: update to 1.47.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:43:01 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:43:01 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3ac939: devel/libunistring: update to 1.4.2 Message-ID: Branch: refs/heads/devel/libunistring Home: https://github.com/MidnightBSD/mports Commit: 3ac939c1ae635f721c569a3923ed83510def52b3 https://github.com/MidnightBSD/mports/commit/3ac939c1ae635f721c569a3923ed83510def52b3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/libunistring/Makefile M devel/libunistring/distinfo Log Message: ----------- devel/libunistring: update to 1.4.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:43:10 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:43:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e12712: finance/qtbitcointrader: update to 1.42.22 Message-ID: Branch: refs/heads/finance/qtbitcointrader Home: https://github.com/MidnightBSD/mports Commit: e1271298d48c8adc368a5d915546418e7bc90656 https://github.com/MidnightBSD/mports/commit/e1271298d48c8adc368a5d915546418e7bc90656 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M finance/qtbitcointrader/Makefile M finance/qtbitcointrader/distinfo Log Message: ----------- finance/qtbitcointrader: update to 1.42.22 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:43:49 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:43:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c23582: editors/nano: update to 9.0 Message-ID: Branch: refs/heads/editors/nano Home: https://github.com/MidnightBSD/mports Commit: c2358235ca5fbe7ae82026c1661a813cff1e49ac https://github.com/MidnightBSD/mports/commit/c2358235ca5fbe7ae82026c1661a813cff1e49ac Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M editors/nano/Makefile M editors/nano/distinfo Log Message: ----------- editors/nano: update to 9.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:43:51 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:43:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 502446: devel/p5-CPAN-Requirements-Dynamic: update to 0.002 Message-ID: Branch: refs/heads/devel/p5-CPAN-Requirements-Dynamic Home: https://github.com/MidnightBSD/mports Commit: 5024461ceaf4606a8b8740fa1fa9ad33e2ed4725 https://github.com/MidnightBSD/mports/commit/5024461ceaf4606a8b8740fa1fa9ad33e2ed4725 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-CPAN-Requirements-Dynamic/Makefile M devel/p5-CPAN-Requirements-Dynamic/distinfo Log Message: ----------- devel/p5-CPAN-Requirements-Dynamic: update to 0.002 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:43:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:43:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f0474d: devel/gperf: update to 3.3 Message-ID: Branch: refs/heads/devel/gperf Home: https://github.com/MidnightBSD/mports Commit: f0474dffebc4efd14832c6c2efc9b37bb6b2aacf https://github.com/MidnightBSD/mports/commit/f0474dffebc4efd14832c6c2efc9b37bb6b2aacf Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/gperf/Makefile M devel/gperf/distinfo Log Message: ----------- devel/gperf: update to 3.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:44:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:44:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] eb3967: misc/gnome-getting-started-docs: update to 3.38.1 Message-ID: Branch: refs/heads/misc/gnome-getting-started-docs Home: https://github.com/MidnightBSD/mports Commit: eb396732bbe68ca18ece932620011fbf9db0be45 https://github.com/MidnightBSD/mports/commit/eb396732bbe68ca18ece932620011fbf9db0be45 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M misc/gnome-getting-started-docs/Makefile M misc/gnome-getting-started-docs/distinfo Log Message: ----------- misc/gnome-getting-started-docs: update to 3.38.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:44:05 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:44:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c34219: devel/py-dill: update to 0.4.1 Message-ID: Branch: refs/heads/devel/py-dill Home: https://github.com/MidnightBSD/mports Commit: c34219cfeb54a7c80bebe63dc4370576ffc9363b https://github.com/MidnightBSD/mports/commit/c34219cfeb54a7c80bebe63dc4370576ffc9363b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-dill/Makefile M devel/py-dill/distinfo Log Message: ----------- devel/py-dill: update to 0.4.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:44:21 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:44:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6dc054: devel/p5-MCE: update to 1.902 Message-ID: Branch: refs/heads/devel/p5-MCE Home: https://github.com/MidnightBSD/mports Commit: 6dc054b54cb78e8ff1acc1d43b13eb060f91775c https://github.com/MidnightBSD/mports/commit/6dc054b54cb78e8ff1acc1d43b13eb060f91775c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-MCE/Makefile M devel/p5-MCE/distinfo Log Message: ----------- devel/p5-MCE: update to 1.902 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:44:24 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:44:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d11500: math/R-cran-backports: update to 1.5.1 Message-ID: Branch: refs/heads/math/R-cran-backports Home: https://github.com/MidnightBSD/mports Commit: d11500c4b05be9191b091e02ea7af05090b97fb0 https://github.com/MidnightBSD/mports/commit/d11500c4b05be9191b091e02ea7af05090b97fb0 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/R-cran-backports/Makefile M math/R-cran-backports/distinfo Log Message: ----------- math/R-cran-backports: update to 1.5.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:44:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:44:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d55500: archivers/gzip: update to 1.14 Message-ID: Branch: refs/heads/archivers/gzip Home: https://github.com/MidnightBSD/mports Commit: d555001c8ca167e7ec3fc8696eb1b36c5e12324f https://github.com/MidnightBSD/mports/commit/d555001c8ca167e7ec3fc8696eb1b36c5e12324f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/gzip/Makefile M archivers/gzip/distinfo Log Message: ----------- archivers/gzip: update to 1.14 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:44:31 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:44:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b2bf06: net/uhttpmock: update to 0.11.0 Message-ID: Branch: refs/heads/net/uhttpmock Home: https://github.com/MidnightBSD/mports Commit: b2bf060dcdfe6f98129a22ab4e757b0dc01ca552 https://github.com/MidnightBSD/mports/commit/b2bf060dcdfe6f98129a22ab4e757b0dc01ca552 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/uhttpmock/Makefile M net/uhttpmock/distinfo Log Message: ----------- net/uhttpmock: update to 0.11.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:44:34 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:44:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ba76eb: devel/libsoup3: update to 3.6.6 Message-ID: Branch: refs/heads/devel/libsoup3 Home: https://github.com/MidnightBSD/mports Commit: ba76eba0e8403a0437af60ef7b0113f4af734dd0 https://github.com/MidnightBSD/mports/commit/ba76eba0e8403a0437af60ef7b0113f4af734dd0 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/libsoup3/Makefile M devel/libsoup3/distinfo Log Message: ----------- devel/libsoup3: update to 3.6.6 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:45:12 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:45:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bbf53e: textproc/hevea: update to 2.38 Message-ID: Branch: refs/heads/textproc/hevea Home: https://github.com/MidnightBSD/mports Commit: bbf53ee3616cb45cd864c21975ef1fdd721a229a https://github.com/MidnightBSD/mports/commit/bbf53ee3616cb45cd864c21975ef1fdd721a229a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/hevea/Makefile M textproc/hevea/distinfo Log Message: ----------- textproc/hevea: update to 2.38 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:45:18 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:45:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1898f4: devel/py-aiosignal: update to 1.4.0 Message-ID: Branch: refs/heads/devel/py-aiosignal Home: https://github.com/MidnightBSD/mports Commit: 1898f4b43d49ac80ca0d0fe73b6faef3179f6484 https://github.com/MidnightBSD/mports/commit/1898f4b43d49ac80ca0d0fe73b6faef3179f6484 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-aiosignal/Makefile M devel/py-aiosignal/distinfo Log Message: ----------- devel/py-aiosignal: update to 1.4.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:45:23 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:45:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d633f7: devel/p5-Mouse: update to 2.6.1 Message-ID: Branch: refs/heads/devel/p5-Mouse Home: https://github.com/MidnightBSD/mports Commit: d633f7fe537b7164b42d54d12f4ccb0677b6d2ef https://github.com/MidnightBSD/mports/commit/d633f7fe537b7164b42d54d12f4ccb0677b6d2ef Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Mouse/Makefile M devel/p5-Mouse/distinfo Log Message: ----------- devel/p5-Mouse: update to 2.6.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:45:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:45:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] aad9de: devel/gnustep-make: update to 2.9.3 Message-ID: Branch: refs/heads/devel/gnustep-make Home: https://github.com/MidnightBSD/mports Commit: aad9de5ea4e120bc011065f5d913e26af36cbd46 https://github.com/MidnightBSD/mports/commit/aad9de5ea4e120bc011065f5d913e26af36cbd46 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/gnustep-make/Makefile M devel/gnustep-make/distinfo Log Message: ----------- devel/gnustep-make: update to 2.9.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:00 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d7c6a5: graphics/libgxps: update to 0.3.2 Message-ID: Branch: refs/heads/graphics/libgxps Home: https://github.com/MidnightBSD/mports Commit: d7c6a52f42e488efee258c5dddebef1c9762ce77 https://github.com/MidnightBSD/mports/commit/d7c6a52f42e488efee258c5dddebef1c9762ce77 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/libgxps/Makefile M graphics/libgxps/distinfo Log Message: ----------- graphics/libgxps: update to 0.3.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:03 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:03 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a978ad: archivers/zutils: update to 1.16 Message-ID: Branch: refs/heads/archivers/zutils Home: https://github.com/MidnightBSD/mports Commit: a978ad3cc427c8de6dbd79f75fde06ac800ebd4a https://github.com/MidnightBSD/mports/commit/a978ad3cc427c8de6dbd79f75fde06ac800ebd4a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/zutils/Makefile M archivers/zutils/distinfo Log Message: ----------- archivers/zutils: update to 1.16 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:07 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b9a66c: textproc/p5-Perl-Critic: update to 1.156 Message-ID: Branch: refs/heads/textproc/p5-Perl-Critic Home: https://github.com/MidnightBSD/mports Commit: b9a66cb0288a06f33339f55c79a82a6452f2dcc8 https://github.com/MidnightBSD/mports/commit/b9a66cb0288a06f33339f55c79a82a6452f2dcc8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-Perl-Critic/Makefile M textproc/p5-Perl-Critic/distinfo Log Message: ----------- textproc/p5-Perl-Critic: update to 1.156 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:09 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 769609: devel/py-node-semver: update to 0.9.0 Message-ID: Branch: refs/heads/devel/py-node-semver Home: https://github.com/MidnightBSD/mports Commit: 769609c14639b7a22f0ceaa4f8e0c75eac868df3 https://github.com/MidnightBSD/mports/commit/769609c14639b7a22f0ceaa4f8e0c75eac868df3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-node-semver/Makefile M devel/py-node-semver/distinfo Log Message: ----------- devel/py-node-semver: update to 0.9.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:13 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f73b13: math/xtensor: update to 0.27.1 Message-ID: Branch: refs/heads/math/xtensor Home: https://github.com/MidnightBSD/mports Commit: f73b13bdb2e7409d59be2fd2e5653a49e952d2e3 https://github.com/MidnightBSD/mports/commit/f73b13bdb2e7409d59be2fd2e5653a49e952d2e3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/xtensor/Makefile M math/xtensor/distinfo Log Message: ----------- math/xtensor: update to 0.27.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:16 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 69e0bf: devel/py-future: update to 0.18.3 Message-ID: Branch: refs/heads/devel/py-future Home: https://github.com/MidnightBSD/mports Commit: 69e0bfe2cb4e78d3e7f18b17e56976af2bbc270c https://github.com/MidnightBSD/mports/commit/69e0bfe2cb4e78d3e7f18b17e56976af2bbc270c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-future/Makefile M devel/py-future/distinfo Log Message: ----------- devel/py-future: update to 0.18.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:21 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 284dbf: math/cbc: update to 2.10.13 Message-ID: Branch: refs/heads/math/cbc Home: https://github.com/MidnightBSD/mports Commit: 284dbf03cff345a0b74152f0087dd75acb4e2fca https://github.com/MidnightBSD/mports/commit/284dbf03cff345a0b74152f0087dd75acb4e2fca Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/cbc/Makefile M math/cbc/distinfo Log Message: ----------- math/cbc: update to 2.10.13 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:25 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9e85e4: comms/rtl-433: update to 25.12 Message-ID: Branch: refs/heads/comms/rtl-433 Home: https://github.com/MidnightBSD/mports Commit: 9e85e460eecf665e6ee36fa85fb8fa9ea68f46de https://github.com/MidnightBSD/mports/commit/9e85e460eecf665e6ee36fa85fb8fa9ea68f46de Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M comms/rtl-433/Makefile M comms/rtl-433/distinfo Log Message: ----------- comms/rtl-433: update to 25.12 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 130bf2: archivers/p5-Gzip-Faster: update to 0.22 Message-ID: Branch: refs/heads/archivers/p5-Gzip-Faster Home: https://github.com/MidnightBSD/mports Commit: 130bf22aadbf46c539b082cef230bd93782b5882 https://github.com/MidnightBSD/mports/commit/130bf22aadbf46c539b082cef230bd93782b5882 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/p5-Gzip-Faster/Makefile M archivers/p5-Gzip-Faster/distinfo Log Message: ----------- archivers/p5-Gzip-Faster: update to 0.22 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:32 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d0e6b7: devel/libsigsegv: update to 2.15 Message-ID: Branch: refs/heads/devel/libsigsegv Home: https://github.com/MidnightBSD/mports Commit: d0e6b7f04f6ae1e01ccfc782406633ace5833585 https://github.com/MidnightBSD/mports/commit/d0e6b7f04f6ae1e01ccfc782406633ace5833585 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/libsigsegv/Makefile M devel/libsigsegv/distinfo Log Message: ----------- devel/libsigsegv: update to 2.15 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 773619: textproc/py-pybtex-docutils: update to 1.0.3 Message-ID: Branch: refs/heads/textproc/py-pybtex-docutils Home: https://github.com/MidnightBSD/mports Commit: 773619ff60d00368499eefbde213a4d8afd16999 https://github.com/MidnightBSD/mports/commit/773619ff60d00368499eefbde213a4d8afd16999 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/py-pybtex-docutils/Makefile M textproc/py-pybtex-docutils/distinfo Log Message: ----------- textproc/py-pybtex-docutils: update to 1.0.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:36 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 648e32: dns/py-aiodns: update to 4.0.0 Message-ID: Branch: refs/heads/dns/py-aiodns Home: https://github.com/MidnightBSD/mports Commit: 648e325fae9c19efa73fa16ab37c4083e63315b7 https://github.com/MidnightBSD/mports/commit/648e325fae9c19efa73fa16ab37c4083e63315b7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M dns/py-aiodns/Makefile M dns/py-aiodns/distinfo Log Message: ----------- dns/py-aiodns: update to 4.0.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:48 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 90807c: devel/geany: update to 2.1 Message-ID: Branch: refs/heads/devel/geany Home: https://github.com/MidnightBSD/mports Commit: 90807cb52ea69521d9fc4e8e745fe767249b3b7c https://github.com/MidnightBSD/mports/commit/90807cb52ea69521d9fc4e8e745fe767249b3b7c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/geany/Makefile M devel/geany/distinfo Log Message: ----------- devel/geany: update to 2.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:53 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:53 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d426b4: devel/automake: update to 1.18.1 Message-ID: Branch: refs/heads/devel/automake Home: https://github.com/MidnightBSD/mports Commit: d426b4cfdb4c54009309d1aa931f65bb59039c61 https://github.com/MidnightBSD/mports/commit/d426b4cfdb4c54009309d1aa931f65bb59039c61 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/automake/Makefile M devel/automake/distinfo Log Message: ----------- devel/automake: update to 1.18.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4529bc: converters/p5-Cpanel-JSON-XS: update to 4.40 Message-ID: Branch: refs/heads/converters/p5-Cpanel-JSON-XS Home: https://github.com/MidnightBSD/mports Commit: 4529bc189fc6c536e290944d985abee491a35d33 https://github.com/MidnightBSD/mports/commit/4529bc189fc6c536e290944d985abee491a35d33 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M converters/p5-Cpanel-JSON-XS/Makefile M converters/p5-Cpanel-JSON-XS/distinfo Log Message: ----------- converters/p5-Cpanel-JSON-XS: update to 4.40 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:46:57 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:46:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e8a331: devel/p5-Test-MockObject: update to 1.20200122 Message-ID: Branch: refs/heads/devel/p5-Test-MockObject Home: https://github.com/MidnightBSD/mports Commit: e8a331635a043eb2bc4ef84ec2676962d661f305 https://github.com/MidnightBSD/mports/commit/e8a331635a043eb2bc4ef84ec2676962d661f305 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-MockObject/Makefile M devel/p5-Test-MockObject/distinfo Log Message: ----------- devel/p5-Test-MockObject: update to 1.20200122 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:00 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0bbb05: devel/R-cran-mlbench: update to 2.1-8 Message-ID: Branch: refs/heads/devel/R-cran-mlbench Home: https://github.com/MidnightBSD/mports Commit: 0bbb052385b29bfa4891dd523152c78b10ff59cf https://github.com/MidnightBSD/mports/commit/0bbb052385b29bfa4891dd523152c78b10ff59cf Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-mlbench/Makefile M devel/R-cran-mlbench/distinfo Log Message: ----------- devel/R-cran-mlbench: update to 2.1-8 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:04 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 609239: x11-fonts/league-gothic: update to 1.601 Message-ID: Branch: refs/heads/x11-fonts/league-gothic Home: https://github.com/MidnightBSD/mports Commit: 60923904157c70dbec50c07c18167eb0fc2a1c65 https://github.com/MidnightBSD/mports/commit/60923904157c70dbec50c07c18167eb0fc2a1c65 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fonts/league-gothic/Makefile M x11-fonts/league-gothic/distinfo Log Message: ----------- x11-fonts/league-gothic: update to 1.601 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:16 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3d2f10: mail/courier-imap: update to 5.3.2 Message-ID: Branch: refs/heads/mail/courier-imap Home: https://github.com/MidnightBSD/mports Commit: 3d2f10eeac3afe8e95ab3470dca451c1f896284a https://github.com/MidnightBSD/mports/commit/3d2f10eeac3afe8e95ab3470dca451c1f896284a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/courier-imap/Makefile M mail/courier-imap/distinfo Log Message: ----------- mail/courier-imap: update to 5.3.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:20 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:20 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7dfd1a: databases/gdbm: update to 1.26 Message-ID: Branch: refs/heads/databases/gdbm Home: https://github.com/MidnightBSD/mports Commit: 7dfd1a6257c16bf4631df86a9161a0f9d47daee6 https://github.com/MidnightBSD/mports/commit/7dfd1a6257c16bf4631df86a9161a0f9d47daee6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/gdbm/Makefile M databases/gdbm/distinfo Log Message: ----------- databases/gdbm: update to 1.26 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:23 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 632989: devel/p5-Moose: update to 2.4000 Message-ID: Branch: refs/heads/devel/p5-Moose Home: https://github.com/MidnightBSD/mports Commit: 6329898767bb17549225a8827d137ccf308aad56 https://github.com/MidnightBSD/mports/commit/6329898767bb17549225a8827d137ccf308aad56 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Moose/Makefile M devel/p5-Moose/distinfo Log Message: ----------- devel/p5-Moose: update to 2.4000 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6aa182: devel/py-pathlib2: update to 2.3.7 Message-ID: Branch: refs/heads/devel/py-pathlib2 Home: https://github.com/MidnightBSD/mports Commit: 6aa1824e82ff32dd992a6ec6df1c7aa5b58a6dda https://github.com/MidnightBSD/mports/commit/6aa1824e82ff32dd992a6ec6df1c7aa5b58a6dda Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-pathlib2/Makefile M devel/py-pathlib2/distinfo Log Message: ----------- devel/py-pathlib2: update to 2.3.7 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:28 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 16c9c9: net/p5-URI: update to 5.34 Message-ID: Branch: refs/heads/net/p5-URI Home: https://github.com/MidnightBSD/mports Commit: 16c9c9c44e94cd1a80a02f34ba1e9e8dbfc4520b https://github.com/MidnightBSD/mports/commit/16c9c9c44e94cd1a80a02f34ba1e9e8dbfc4520b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/p5-URI/Makefile M net/p5-URI/distinfo Log Message: ----------- net/p5-URI: update to 5.34 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:32 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] cf14c5: textproc/p5-Pod-Spell: update to 1.27 Message-ID: Branch: refs/heads/textproc/p5-Pod-Spell Home: https://github.com/MidnightBSD/mports Commit: cf14c53d42d8f4c15a0c4c25466f7cce80a9994a https://github.com/MidnightBSD/mports/commit/cf14c53d42d8f4c15a0c4c25466f7cce80a9994a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-Pod-Spell/Makefile M textproc/p5-Pod-Spell/distinfo Log Message: ----------- textproc/p5-Pod-Spell: update to 1.27 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:34 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 350aff: textproc/R-cran-commonmark: update to 2.0.0 Message-ID: Branch: refs/heads/textproc/R-cran-commonmark Home: https://github.com/MidnightBSD/mports Commit: 350affd793049d55b97f8fe725392b0a2afb593c https://github.com/MidnightBSD/mports/commit/350affd793049d55b97f8fe725392b0a2afb593c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/R-cran-commonmark/Makefile M textproc/R-cran-commonmark/distinfo Log Message: ----------- textproc/R-cran-commonmark: update to 2.0.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:37 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ccc0c7: math/R-cran-sp: update to 2.2-1 Message-ID: Branch: refs/heads/math/R-cran-sp Home: https://github.com/MidnightBSD/mports Commit: ccc0c719fbe55bade8b8893b2a42636a18683acb https://github.com/MidnightBSD/mports/commit/ccc0c719fbe55bade8b8893b2a42636a18683acb Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/R-cran-sp/Makefile M math/R-cran-sp/distinfo Log Message: ----------- math/R-cran-sp: update to 2.2-1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:40 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:40 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 359a00: devel/py-entrypoints: update to 0.4 Message-ID: Branch: refs/heads/devel/py-entrypoints Home: https://github.com/MidnightBSD/mports Commit: 359a003d5ffb38ed1835607e26a65589310407f4 https://github.com/MidnightBSD/mports/commit/359a003d5ffb38ed1835607e26a65589310407f4 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-entrypoints/Makefile M devel/py-entrypoints/distinfo Log Message: ----------- devel/py-entrypoints: update to 0.4 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:45 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 925e61: lang/lua54: update to 5.4.8 Message-ID: Branch: refs/heads/lang/lua54 Home: https://github.com/MidnightBSD/mports Commit: 925e61063336b7643f8a7acfb216ee1988279c5f https://github.com/MidnightBSD/mports/commit/925e61063336b7643f8a7acfb216ee1988279c5f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/lua54/Makefile M lang/lua54/distinfo Log Message: ----------- lang/lua54: update to 5.4.8 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:48 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a37a91: mail/p5-MIME-Tools: update to 5.517 Message-ID: Branch: refs/heads/mail/p5-MIME-Tools Home: https://github.com/MidnightBSD/mports Commit: a37a915b820ef14422e8857461bec8c6e9569084 https://github.com/MidnightBSD/mports/commit/a37a915b820ef14422e8857461bec8c6e9569084 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/p5-MIME-Tools/Makefile M mail/p5-MIME-Tools/distinfo Log Message: ----------- mail/p5-MIME-Tools: update to 5.517 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:47:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:47:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ea4c2f: games/gnuchess: update to 6.3.0 Message-ID: Branch: refs/heads/games/gnuchess Home: https://github.com/MidnightBSD/mports Commit: ea4c2f7d4bd87a83f26a1508e16de5af9069a29c https://github.com/MidnightBSD/mports/commit/ea4c2f7d4bd87a83f26a1508e16de5af9069a29c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M games/gnuchess/Makefile M games/gnuchess/distinfo Log Message: ----------- games/gnuchess: update to 6.3.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:48:06 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:48:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e1de09: games/tuxpaint: update to 0.9.35 Message-ID: Branch: refs/heads/games/tuxpaint Home: https://github.com/MidnightBSD/mports Commit: e1de099ccbab4891b5f5d04db125cd2b4d7b688a https://github.com/MidnightBSD/mports/commit/e1de099ccbab4891b5f5d04db125cd2b4d7b688a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M games/tuxpaint/Makefile M games/tuxpaint/distinfo Log Message: ----------- games/tuxpaint: update to 0.9.35 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:48:08 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:48:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 977697: textproc/p5-Pod-Parser: update to 1.67 Message-ID: Branch: refs/heads/textproc/p5-Pod-Parser Home: https://github.com/MidnightBSD/mports Commit: 97769768544139954cc70194d4d636183551fa7b https://github.com/MidnightBSD/mports/commit/97769768544139954cc70194d4d636183551fa7b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-Pod-Parser/Makefile M textproc/p5-Pod-Parser/distinfo Log Message: ----------- textproc/p5-Pod-Parser: update to 1.67 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:48:22 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:48:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 74282f: graphics/png: update to 1.6.58 Message-ID: Branch: refs/heads/graphics/png Home: https://github.com/MidnightBSD/mports Commit: 74282f01c7e8df5b4dd32d637146b8a374781afe https://github.com/MidnightBSD/mports/commit/74282f01c7e8df5b4dd32d637146b8a374781afe Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/png/Makefile M graphics/png/distinfo Log Message: ----------- graphics/png: update to 1.6.58 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:48:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:48:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0d9372: multimedia/libmtp: update to 1.1.23 Message-ID: Branch: refs/heads/multimedia/libmtp Home: https://github.com/MidnightBSD/mports Commit: 0d9372b3716a4414e2d60796b77572b352f69613 https://github.com/MidnightBSD/mports/commit/0d9372b3716a4414e2d60796b77572b352f69613 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M multimedia/libmtp/Makefile M multimedia/libmtp/distinfo Log Message: ----------- multimedia/libmtp: update to 1.1.23 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:48:28 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:48:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f5917f: www/p5-CGI: update to 4.71 Message-ID: Branch: refs/heads/www/p5-CGI Home: https://github.com/MidnightBSD/mports Commit: f5917f7c18459f4de8c17acd94606d302597d540 https://github.com/MidnightBSD/mports/commit/f5917f7c18459f4de8c17acd94606d302597d540 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/p5-CGI/Makefile M www/p5-CGI/distinfo Log Message: ----------- www/p5-CGI: update to 4.71 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:48:37 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:48:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9f0715: math/clp: update to 1.17.11 Message-ID: Branch: refs/heads/math/clp Home: https://github.com/MidnightBSD/mports Commit: 9f07159d12c45c2ab1bdb5711ae567db8a35cc2d https://github.com/MidnightBSD/mports/commit/9f07159d12c45c2ab1bdb5711ae567db8a35cc2d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/clp/Makefile M math/clp/distinfo Log Message: ----------- math/clp: update to 1.17.11 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:48:41 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:48:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9f4354: databases/libiodbc: update to 3.52.16 Message-ID: Branch: refs/heads/databases/libiodbc Home: https://github.com/MidnightBSD/mports Commit: 9f43543960921aae4f2664041ebc19d1ec04cb65 https://github.com/MidnightBSD/mports/commit/9f43543960921aae4f2664041ebc19d1ec04cb65 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/libiodbc/Makefile M databases/libiodbc/distinfo Log Message: ----------- databases/libiodbc: update to 3.52.16 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:48:45 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:48:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 76bd9f: security/libgpg-error: update to 1.60 Message-ID: Branch: refs/heads/security/libgpg-error Home: https://github.com/MidnightBSD/mports Commit: 76bd9ff18c670768deb39be6a7e261bec8467771 https://github.com/MidnightBSD/mports/commit/76bd9ff18c670768deb39be6a7e261bec8467771 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/libgpg-error/Makefile M security/libgpg-error/distinfo Log Message: ----------- security/libgpg-error: update to 1.60 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:48:56 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:48:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f0350b: security/libssh2: update to 1.11.1 Message-ID: Branch: refs/heads/security/libssh2 Home: https://github.com/MidnightBSD/mports Commit: f0350b8479942fbe36c7496d3147feb83a2a4e6e https://github.com/MidnightBSD/mports/commit/f0350b8479942fbe36c7496d3147feb83a2a4e6e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/libssh2/Makefile M security/libssh2/distinfo Log Message: ----------- security/libssh2: update to 1.11.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:49:04 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:49:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ae9153: devel/build2: update to 0.18.1 Message-ID: Branch: refs/heads/devel/build2 Home: https://github.com/MidnightBSD/mports Commit: ae9153347b9b3d350f71562098186057838f5487 https://github.com/MidnightBSD/mports/commit/ae9153347b9b3d350f71562098186057838f5487 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/build2/Makefile M devel/build2/distinfo Log Message: ----------- devel/build2: update to 0.18.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:49:08 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:49:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6a7e41: devel/p5-Module-Build-Tiny: update to 0.052 Message-ID: Branch: refs/heads/devel/p5-Module-Build-Tiny Home: https://github.com/MidnightBSD/mports Commit: 6a7e410d300bed2995358bff872858f786bf0c05 https://github.com/MidnightBSD/mports/commit/6a7e410d300bed2995358bff872858f786bf0c05 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Module-Build-Tiny/Makefile M devel/p5-Module-Build-Tiny/distinfo Log Message: ----------- devel/p5-Module-Build-Tiny: update to 0.052 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:49:16 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:49:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d85501: sysutils/libcdio-paranoia: update to 10.2+2.0.2 Message-ID: Branch: refs/heads/sysutils/libcdio-paranoia Home: https://github.com/MidnightBSD/mports Commit: d855012d72d2f387e04bc51825ce3054dde176b5 https://github.com/MidnightBSD/mports/commit/d855012d72d2f387e04bc51825ce3054dde176b5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/libcdio-paranoia/Makefile M sysutils/libcdio-paranoia/distinfo Log Message: ----------- sysutils/libcdio-paranoia: update to 10.2+2.0.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:49:20 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:49:20 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 560f04: devel/p5-Carp-Assert-More: update to 2.9.0 Message-ID: Branch: refs/heads/devel/p5-Carp-Assert-More Home: https://github.com/MidnightBSD/mports Commit: 560f0414b168825b1407573694552d36eeb8ab94 https://github.com/MidnightBSD/mports/commit/560f0414b168825b1407573694552d36eeb8ab94 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Carp-Assert-More/Makefile M devel/p5-Carp-Assert-More/distinfo Log Message: ----------- devel/p5-Carp-Assert-More: update to 2.9.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:49:24 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:49:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f9f1ea: www/R-cran-rvest: update to 1.0.5 Message-ID: Branch: refs/heads/www/R-cran-rvest Home: https://github.com/MidnightBSD/mports Commit: f9f1ea3cf51e3bb638e56c939949912d70aead07 https://github.com/MidnightBSD/mports/commit/f9f1ea3cf51e3bb638e56c939949912d70aead07 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/R-cran-rvest/Makefile M www/R-cran-rvest/distinfo Log Message: ----------- www/R-cran-rvest: update to 1.0.5 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:49:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:49:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d5b279: databases/p5-DBD-CSV: update to 0.62 Message-ID: Branch: refs/heads/databases/p5-DBD-CSV Home: https://github.com/MidnightBSD/mports Commit: d5b279178ffcd8732e55d7863e3aa276844e80d8 https://github.com/MidnightBSD/mports/commit/d5b279178ffcd8732e55d7863e3aa276844e80d8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M databases/p5-DBD-CSV/Makefile M databases/p5-DBD-CSV/distinfo Log Message: ----------- databases/p5-DBD-CSV: update to 0.62 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:49:43 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:49:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8e588f: archivers/lzip: update to 1.26 Message-ID: Branch: refs/heads/archivers/lzip Home: https://github.com/MidnightBSD/mports Commit: 8e588fa5385cec7ce60c7c0af85468bafcc30df8 https://github.com/MidnightBSD/mports/commit/8e588fa5385cec7ce60c7c0af85468bafcc30df8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/lzip/Makefile M archivers/lzip/distinfo Log Message: ----------- archivers/lzip: update to 1.26 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:49:48 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:49:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 43944f: textproc/p5-PDF-API2: update to 2.048 Message-ID: Branch: refs/heads/textproc/p5-PDF-API2 Home: https://github.com/MidnightBSD/mports Commit: 43944fe9b238ff4dff6b3bf1c491a895579e2988 https://github.com/MidnightBSD/mports/commit/43944fe9b238ff4dff6b3bf1c491a895579e2988 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-PDF-API2/Makefile M textproc/p5-PDF-API2/distinfo Log Message: ----------- textproc/p5-PDF-API2: update to 2.048 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:50:48 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:50:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1e18c2: security/libressl: update to 4.3.1 Message-ID: Branch: refs/heads/security/libressl Home: https://github.com/MidnightBSD/mports Commit: 1e18c29b930fb593f30195cd3b35c4fd5fa7a2d6 https://github.com/MidnightBSD/mports/commit/1e18c29b930fb593f30195cd3b35c4fd5fa7a2d6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/libressl/Makefile M security/libressl/distinfo Log Message: ----------- security/libressl: update to 4.3.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:50:51 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:50:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 786dce: devel/p5-Term-ReadKey: update to 2.38 Message-ID: Branch: refs/heads/devel/p5-Term-ReadKey Home: https://github.com/MidnightBSD/mports Commit: 786dce878194576d281af6b22007eab4e8edb310 https://github.com/MidnightBSD/mports/commit/786dce878194576d281af6b22007eab4e8edb310 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Term-ReadKey/Makefile M devel/p5-Term-ReadKey/distinfo Log Message: ----------- devel/p5-Term-ReadKey: update to 2.38 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:50:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:50:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6bf978: graphics/pecl-imagick: update to 3.8.0 Message-ID: Branch: refs/heads/graphics/pecl-imagick Home: https://github.com/MidnightBSD/mports Commit: 6bf97849304f4699b03a8735bf535c39c2047308 https://github.com/MidnightBSD/mports/commit/6bf97849304f4699b03a8735bf535c39c2047308 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/pecl-imagick/Makefile M graphics/pecl-imagick/distinfo Log Message: ----------- graphics/pecl-imagick: update to 3.8.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:50:59 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:50:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e9e98c: textproc/libexttextcat: update to 3.4.6 Message-ID: Branch: refs/heads/textproc/libexttextcat Home: https://github.com/MidnightBSD/mports Commit: e9e98c418679de677f13aa05659cf01234268734 https://github.com/MidnightBSD/mports/commit/e9e98c418679de677f13aa05659cf01234268734 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/libexttextcat/Makefile M textproc/libexttextcat/distinfo Log Message: ----------- textproc/libexttextcat: update to 3.4.6 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 885cc2: devel/libayatana-indicator: update to 0.9.4 Message-ID: Branch: refs/heads/devel/libayatana-indicator Home: https://github.com/MidnightBSD/mports Commit: 885cc24c28946edde77884658bf5a5125d65d490 https://github.com/MidnightBSD/mports/commit/885cc24c28946edde77884658bf5a5125d65d490 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/libayatana-indicator/Makefile M devel/libayatana-indicator/distinfo Log Message: ----------- devel/libayatana-indicator: update to 0.9.4 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:14 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:14 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b08e43: multimedia/libdc1394: update to 2.2.7 Message-ID: Branch: refs/heads/multimedia/libdc1394 Home: https://github.com/MidnightBSD/mports Commit: b08e435f889d2f8ad8c4e48be49f545a4fba284b https://github.com/MidnightBSD/mports/commit/b08e435f889d2f8ad8c4e48be49f545a4fba284b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M multimedia/libdc1394/Makefile M multimedia/libdc1394/distinfo Log Message: ----------- multimedia/libdc1394: update to 2.2.7 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:18 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 658874: net/p5-XML-RPC: update to 2.1 Message-ID: Branch: refs/heads/net/p5-XML-RPC Home: https://github.com/MidnightBSD/mports Commit: 65887458b45eb4ac945ca9ff51b6a0bbd48ca8e9 https://github.com/MidnightBSD/mports/commit/65887458b45eb4ac945ca9ff51b6a0bbd48ca8e9 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/p5-XML-RPC/Makefile M net/p5-XML-RPC/distinfo Log Message: ----------- net/p5-XML-RPC: update to 2.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:19 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3b08fe: devel/py-pyudev: update to 0.24.1 Message-ID: Branch: refs/heads/devel/py-pyudev Home: https://github.com/MidnightBSD/mports Commit: 3b08feb6bc43f2f9ac175b379a6b81fcb4e0e6b7 https://github.com/MidnightBSD/mports/commit/3b08feb6bc43f2f9ac175b379a6b81fcb4e0e6b7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-pyudev/Makefile M devel/py-pyudev/distinfo Log Message: ----------- devel/py-pyudev: update to 0.24.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e91d9a: mail/p5-Mail-DKIM: update to 1.20240923 Message-ID: Branch: refs/heads/mail/p5-Mail-DKIM Home: https://github.com/MidnightBSD/mports Commit: e91d9aeea68cec8e070415f59f2e53e769ef18c9 https://github.com/MidnightBSD/mports/commit/e91d9aeea68cec8e070415f59f2e53e769ef18c9 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/p5-Mail-DKIM/Makefile M mail/p5-Mail-DKIM/distinfo Log Message: ----------- mail/p5-Mail-DKIM: update to 1.20240923 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:36 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] eb66c3: devel/libgit2-glib: update to 1.2.1 Message-ID: Branch: refs/heads/devel/libgit2-glib Home: https://github.com/MidnightBSD/mports Commit: eb66c30cb6f8286612814335be2a460110b4cb23 https://github.com/MidnightBSD/mports/commit/eb66c30cb6f8286612814335be2a460110b4cb23 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/libgit2-glib/Makefile M devel/libgit2-glib/distinfo Log Message: ----------- devel/libgit2-glib: update to 1.2.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:40 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:40 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 443fa4: audio/libdiscid: update to 0.6.5 Message-ID: Branch: refs/heads/audio/libdiscid Home: https://github.com/MidnightBSD/mports Commit: 443fa4b1cf015623fa3b19201515427bdc70657d https://github.com/MidnightBSD/mports/commit/443fa4b1cf015623fa3b19201515427bdc70657d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M audio/libdiscid/Makefile M audio/libdiscid/distinfo Log Message: ----------- audio/libdiscid: update to 0.6.5 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:43 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bec711: devel/py-cfgv: update to 3.5.0 Message-ID: Branch: refs/heads/devel/py-cfgv Home: https://github.com/MidnightBSD/mports Commit: bec711cc627cb49122ea6e3dfc2408fe88c013e2 https://github.com/MidnightBSD/mports/commit/bec711cc627cb49122ea6e3dfc2408fe88c013e2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-cfgv/Makefile M devel/py-cfgv/distinfo Log Message: ----------- devel/py-cfgv: update to 3.5.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:47 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 75d08c: devel/p5-Module-Metadata: update to 1.000039 Message-ID: Branch: refs/heads/devel/p5-Module-Metadata Home: https://github.com/MidnightBSD/mports Commit: 75d08c0eb8b26df593c23c8f42705027d8ad8f2c https://github.com/MidnightBSD/mports/commit/75d08c0eb8b26df593c23c8f42705027d8ad8f2c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Module-Metadata/Makefile M devel/p5-Module-Metadata/distinfo Log Message: ----------- devel/p5-Module-Metadata: update to 1.000039 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:49 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 621b6e: devel/p5-Devel-Size: update to 0.85 Message-ID: Branch: refs/heads/devel/p5-Devel-Size Home: https://github.com/MidnightBSD/mports Commit: 621b6e939478da9a73c6b9cb1961cd808884e76f https://github.com/MidnightBSD/mports/commit/621b6e939478da9a73c6b9cb1961cd808884e76f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Devel-Size/Makefile M devel/p5-Devel-Size/distinfo Log Message: ----------- devel/p5-Devel-Size: update to 0.85 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8b9e33: x11-themes/matcha-gtk-themes: update to 2025-04-11 Message-ID: Branch: refs/heads/x11-themes/matcha-gtk-themes Home: https://github.com/MidnightBSD/mports Commit: 8b9e331119e0eb923a8e3fffdc434f9c6a32afd7 https://github.com/MidnightBSD/mports/commit/8b9e331119e0eb923a8e3fffdc434f9c6a32afd7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-themes/matcha-gtk-themes/Makefile M x11-themes/matcha-gtk-themes/distinfo Log Message: ----------- x11-themes/matcha-gtk-themes: update to 2025-04-11 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:51:57 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:51:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 287a23: devel/py-parameterized: update to 0.9.0 Message-ID: Branch: refs/heads/devel/py-parameterized Home: https://github.com/MidnightBSD/mports Commit: 287a2368d9e77ef7844c0344ed899a1f624b18bf https://github.com/MidnightBSD/mports/commit/287a2368d9e77ef7844c0344ed899a1f624b18bf Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-parameterized/Makefile M devel/py-parameterized/distinfo Log Message: ----------- devel/py-parameterized: update to 0.9.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:00 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c37cad: www/p5-HTTP-Tiny: update to 0.090 Message-ID: Branch: refs/heads/www/p5-HTTP-Tiny Home: https://github.com/MidnightBSD/mports Commit: c37cad89096b51d555c37a680cc41b52e430a573 https://github.com/MidnightBSD/mports/commit/c37cad89096b51d555c37a680cc41b52e430a573 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/p5-HTTP-Tiny/Makefile M www/p5-HTTP-Tiny/distinfo Log Message: ----------- www/p5-HTTP-Tiny: update to 0.090 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:05 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b3b9b2: audio/sndio: update to 1.10.0 Message-ID: Branch: refs/heads/audio/sndio Home: https://github.com/MidnightBSD/mports Commit: b3b9b21c74109bcf530ab500c8b492882f561a28 https://github.com/MidnightBSD/mports/commit/b3b9b21c74109bcf530ab500c8b492882f561a28 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M audio/sndio/Makefile M audio/sndio/distinfo Log Message: ----------- audio/sndio: update to 1.10.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:09 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 296e59: graphics/libgeotiff: update to 1.7.4 Message-ID: Branch: refs/heads/graphics/libgeotiff Home: https://github.com/MidnightBSD/mports Commit: 296e59bc20f93f32e2ae32e326dbb9c3b885d8c4 https://github.com/MidnightBSD/mports/commit/296e59bc20f93f32e2ae32e326dbb9c3b885d8c4 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/libgeotiff/Makefile M graphics/libgeotiff/distinfo Log Message: ----------- graphics/libgeotiff: update to 1.7.4 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:12 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 32fdb8: devel/orc: update to 0.4.42 Message-ID: Branch: refs/heads/devel/orc Home: https://github.com/MidnightBSD/mports Commit: 32fdb8c555c3af4a0ac773e80c2f28b5da241faa https://github.com/MidnightBSD/mports/commit/32fdb8c555c3af4a0ac773e80c2f28b5da241faa Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/orc/Makefile M devel/orc/distinfo Log Message: ----------- devel/orc: update to 0.4.42 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:25 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5c35f8: devel/py-pkgconfig: update to 1.6.0 Message-ID: Branch: refs/heads/devel/py-pkgconfig Home: https://github.com/MidnightBSD/mports Commit: 5c35f80ee8c9b2034fff6da3061160245e115a3c https://github.com/MidnightBSD/mports/commit/5c35f80ee8c9b2034fff6da3061160245e115a3c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-pkgconfig/Makefile M devel/py-pkgconfig/distinfo Log Message: ----------- devel/py-pkgconfig: update to 1.6.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7c9bb8: devel/p5-Test-Output: update to 1.036 Message-ID: Branch: refs/heads/devel/p5-Test-Output Home: https://github.com/MidnightBSD/mports Commit: 7c9bb85c05a9533fcc8ea70ce7aeb382b9729433 https://github.com/MidnightBSD/mports/commit/7c9bb85c05a9533fcc8ea70ce7aeb382b9729433 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-Output/Makefile M devel/p5-Test-Output/distinfo Log Message: ----------- devel/p5-Test-Output: update to 1.036 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:30 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1705ff: textproc/py-typogrify: update to 2.1.0 Message-ID: Branch: refs/heads/textproc/py-typogrify Home: https://github.com/MidnightBSD/mports Commit: 1705ffcab38b219546d2ac66f7639be24ab3f95f https://github.com/MidnightBSD/mports/commit/1705ffcab38b219546d2ac66f7639be24ab3f95f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/py-typogrify/Makefile M textproc/py-typogrify/distinfo Log Message: ----------- textproc/py-typogrify: update to 2.1.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:37 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e7fbd0: print/freetype2: update to 2.14.3 Message-ID: Branch: refs/heads/print/freetype2 Home: https://github.com/MidnightBSD/mports Commit: e7fbd0892d9afc33ce9d959dab4018c54faca381 https://github.com/MidnightBSD/mports/commit/e7fbd0892d9afc33ce9d959dab4018c54faca381 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M print/freetype2/Makefile M print/freetype2/distinfo Log Message: ----------- print/freetype2: update to 2.14.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:40 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:40 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 872837: net/p5-Net-HTTP: update to 6.24 Message-ID: Branch: refs/heads/net/p5-Net-HTTP Home: https://github.com/MidnightBSD/mports Commit: 872837061ed77f382ed1f8808c2c0311f5c0c3a5 https://github.com/MidnightBSD/mports/commit/872837061ed77f382ed1f8808c2c0311f5c0c3a5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/p5-Net-HTTP/Makefile M net/p5-Net-HTTP/distinfo Log Message: ----------- net/p5-Net-HTTP: update to 6.24 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:43 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 47e9be: devel/p5-ExtUtils-CChecker: update to 0.12 Message-ID: Branch: refs/heads/devel/p5-ExtUtils-CChecker Home: https://github.com/MidnightBSD/mports Commit: 47e9bee49a7340886be5fb280f8b8fa479861f18 https://github.com/MidnightBSD/mports/commit/47e9bee49a7340886be5fb280f8b8fa479861f18 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-ExtUtils-CChecker/Makefile M devel/p5-ExtUtils-CChecker/distinfo Log Message: ----------- devel/p5-ExtUtils-CChecker: update to 0.12 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:52:48 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:52:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8e099f: security/gsasl: update to 2.2.2 Message-ID: Branch: refs/heads/security/gsasl Home: https://github.com/MidnightBSD/mports Commit: 8e099f27e497d4ae4e579ba0445a3077e362e986 https://github.com/MidnightBSD/mports/commit/8e099f27e497d4ae4e579ba0445a3077e362e986 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/gsasl/Makefile M security/gsasl/distinfo Log Message: ----------- security/gsasl: update to 2.2.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:53:22 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:53:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a0e9a3: devel/py-installer: update to 1.0.0 Message-ID: Branch: refs/heads/devel/py-installer Home: https://github.com/MidnightBSD/mports Commit: a0e9a3e2fad16b7140fc7e3a206de9cb0cd911ac https://github.com/MidnightBSD/mports/commit/a0e9a3e2fad16b7140fc7e3a206de9cb0cd911ac Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-installer/Makefile M devel/py-installer/distinfo Log Message: ----------- devel/py-installer: update to 1.0.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:53:25 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:53:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1a1236: devel/py-testrepository: update to 0.0.22 Message-ID: Branch: refs/heads/devel/py-testrepository Home: https://github.com/MidnightBSD/mports Commit: 1a1236c66e8fc9a2eb0fb977d86fdd3494b16a08 https://github.com/MidnightBSD/mports/commit/1a1236c66e8fc9a2eb0fb977d86fdd3494b16a08 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-testrepository/Makefile M devel/py-testrepository/distinfo Log Message: ----------- devel/py-testrepository: update to 0.0.22 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:53:28 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:53:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 679bee: mail/libmilter: update to 8.18.2 Message-ID: Branch: refs/heads/mail/libmilter Home: https://github.com/MidnightBSD/mports Commit: 679bee0046231ad157eff8179d6cf7cbdf1c7d8c https://github.com/MidnightBSD/mports/commit/679bee0046231ad157eff8179d6cf7cbdf1c7d8c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/libmilter/Makefile M mail/libmilter/distinfo Log Message: ----------- mail/libmilter: update to 8.18.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:53:32 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:53:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 893aa6: devel/py-mccabe: update to 0.7.0 Message-ID: Branch: refs/heads/devel/py-mccabe Home: https://github.com/MidnightBSD/mports Commit: 893aa60fa8115133f0d086cdbdada099e7484cc7 https://github.com/MidnightBSD/mports/commit/893aa60fa8115133f0d086cdbdada099e7484cc7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-mccabe/Makefile M devel/py-mccabe/distinfo Log Message: ----------- devel/py-mccabe: update to 0.7.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:53:34 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:53:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2ff6f5: devel/p5-ConfigReader-Simple: update to 1.298 Message-ID: Branch: refs/heads/devel/p5-ConfigReader-Simple Home: https://github.com/MidnightBSD/mports Commit: 2ff6f5a3b8d0afa3077b5bf9d2c65d1096e505c7 https://github.com/MidnightBSD/mports/commit/2ff6f5a3b8d0afa3077b5bf9d2c65d1096e505c7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-ConfigReader-Simple/Makefile M devel/p5-ConfigReader-Simple/distinfo Log Message: ----------- devel/p5-ConfigReader-Simple: update to 1.298 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:53:38 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:53:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f9cfe2: math/asl: update to 2.1.0 Message-ID: Branch: refs/heads/math/asl Home: https://github.com/MidnightBSD/mports Commit: f9cfe21af66842eb3ca9f50550a04de17ab83805 https://github.com/MidnightBSD/mports/commit/f9cfe21af66842eb3ca9f50550a04de17ab83805 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/asl/Makefile M math/asl/distinfo Log Message: ----------- math/asl: update to 2.1.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:54:01 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:54:01 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6ea3f8: x11-fm/thunar: update to 4.20.8 Message-ID: Branch: refs/heads/x11-fm/thunar Home: https://github.com/MidnightBSD/mports Commit: 6ea3f81d27e34144219dcbdc9156646490cfd460 https://github.com/MidnightBSD/mports/commit/6ea3f81d27e34144219dcbdc9156646490cfd460 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fm/thunar/Makefile M x11-fm/thunar/distinfo Log Message: ----------- x11-fm/thunar: update to 4.20.8 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:54:04 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:54:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9ba9dd: x11-fonts/league-spartan: update to 2.220 Message-ID: Branch: refs/heads/x11-fonts/league-spartan Home: https://github.com/MidnightBSD/mports Commit: 9ba9ddc391b4e003440e782e57c278e0205eb0ee https://github.com/MidnightBSD/mports/commit/9ba9ddc391b4e003440e782e57c278e0205eb0ee Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fonts/league-spartan/Makefile M x11-fonts/league-spartan/distinfo Log Message: ----------- x11-fonts/league-spartan: update to 2.220 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:54:10 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:54:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 23c51b: devel/p5-Date-Manip: update to 6.99 Message-ID: Branch: refs/heads/devel/p5-Date-Manip Home: https://github.com/MidnightBSD/mports Commit: 23c51beb99be51c43b65bf4c093fb666297d58b0 https://github.com/MidnightBSD/mports/commit/23c51beb99be51c43b65bf4c093fb666297d58b0 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Date-Manip/Makefile M devel/p5-Date-Manip/distinfo Log Message: ----------- devel/p5-Date-Manip: update to 6.99 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:54:12 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:54:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d4e070: net/htpdate: update to 2.0.0 Message-ID: Branch: refs/heads/net/htpdate Home: https://github.com/MidnightBSD/mports Commit: d4e070a694c09783259afd54b0754e400a47c05b https://github.com/MidnightBSD/mports/commit/d4e070a694c09783259afd54b0754e400a47c05b Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/htpdate/Makefile M net/htpdate/distinfo Log Message: ----------- net/htpdate: update to 2.0.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:54:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:54:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7f9370: devel/py-mock: update to 5.2.0 Message-ID: Branch: refs/heads/devel/py-mock Home: https://github.com/MidnightBSD/mports Commit: 7f9370026c733a2778d5b76ea72353182a561519 https://github.com/MidnightBSD/mports/commit/7f9370026c733a2778d5b76ea72353182a561519 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-mock/Makefile M devel/py-mock/distinfo Log Message: ----------- devel/py-mock: update to 5.2.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:54:18 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:54:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1e2c8e: devel/p5-B-Keywords: update to 1.29 Message-ID: Branch: refs/heads/devel/p5-B-Keywords Home: https://github.com/MidnightBSD/mports Commit: 1e2c8eb0f584b6e77dca8e51182abbee0ec1fb91 https://github.com/MidnightBSD/mports/commit/1e2c8eb0f584b6e77dca8e51182abbee0ec1fb91 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-B-Keywords/Makefile M devel/p5-B-Keywords/distinfo Log Message: ----------- devel/p5-B-Keywords: update to 1.29 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:54:21 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:54:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 66be9f: devel/R-cran-uuid: update to 1.2-2 Message-ID: Branch: refs/heads/devel/R-cran-uuid Home: https://github.com/MidnightBSD/mports Commit: 66be9f8c1d952f6918febaa957370c6f33826dcd https://github.com/MidnightBSD/mports/commit/66be9f8c1d952f6918febaa957370c6f33826dcd Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-uuid/Makefile M devel/R-cran-uuid/distinfo Log Message: ----------- devel/R-cran-uuid: update to 1.2-2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:54:25 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:54:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] fb6338: www/p5-HTML-Form: update to 6.12 Message-ID: Branch: refs/heads/www/p5-HTML-Form Home: https://github.com/MidnightBSD/mports Commit: fb633805e43c9024282b02f463c44b36f25e7d04 https://github.com/MidnightBSD/mports/commit/fb633805e43c9024282b02f463c44b36f25e7d04 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/p5-HTML-Form/Makefile M www/p5-HTML-Form/distinfo Log Message: ----------- www/p5-HTML-Form: update to 6.12 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:54:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:54:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b41f5c: ports-mgmt/portsearch: update to 1.3.5 Message-ID: Branch: refs/heads/ports-mgmt/portsearch Home: https://github.com/MidnightBSD/mports Commit: b41f5c64b7e698561577cdb0264d456a6890d505 https://github.com/MidnightBSD/mports/commit/b41f5c64b7e698561577cdb0264d456a6890d505 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M ports-mgmt/portsearch/Makefile M ports-mgmt/portsearch/distinfo Log Message: ----------- ports-mgmt/portsearch: update to 1.3.5 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:55:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:55:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 892e49: devel/py-time-machine: update to 2.13.0 Message-ID: Branch: refs/heads/devel/py-time-machine Home: https://github.com/MidnightBSD/mports Commit: 892e49516574d8f7c2d98057fe5c1d709d69cf4c https://github.com/MidnightBSD/mports/commit/892e49516574d8f7c2d98057fe5c1d709d69cf4c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-time-machine/Makefile M devel/py-time-machine/distinfo Log Message: ----------- devel/py-time-machine: update to 2.13.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:55:06 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:55:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 36d64c: devel/py-flaky: update to 3.8.1 Message-ID: Branch: refs/heads/devel/py-flaky Home: https://github.com/MidnightBSD/mports Commit: 36d64cb8a9fb9a0b9abf341124eb411af232a302 https://github.com/MidnightBSD/mports/commit/36d64cb8a9fb9a0b9abf341124eb411af232a302 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-flaky/Makefile M devel/py-flaky/distinfo Log Message: ----------- devel/py-flaky: update to 3.8.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:55:07 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:55:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 8c1e18: textproc/p5-Perl-MinimumVersion: update to 1.44 Message-ID: Branch: refs/heads/textproc/p5-Perl-MinimumVersion Home: https://github.com/MidnightBSD/mports Commit: 8c1e1840f6c63e9271656ebde668cd88ab125948 https://github.com/MidnightBSD/mports/commit/8c1e1840f6c63e9271656ebde668cd88ab125948 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-Perl-MinimumVersion/Makefile M textproc/p5-Perl-MinimumVersion/distinfo Log Message: ----------- textproc/p5-Perl-MinimumVersion: update to 1.44 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:56:30 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:56:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 181183: www/awstats: update to 8.0 Message-ID: Branch: refs/heads/www/awstats Home: https://github.com/MidnightBSD/mports Commit: 18118323b2653a27f2f6e8fbe1a3582cf4a72e2a https://github.com/MidnightBSD/mports/commit/18118323b2653a27f2f6e8fbe1a3582cf4a72e2a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/awstats/Makefile M www/awstats/distinfo Log Message: ----------- www/awstats: update to 8.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:56:35 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:56:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 91c5ed: misc/mate-user-guide: update to 1.28.0 Message-ID: Branch: refs/heads/misc/mate-user-guide Home: https://github.com/MidnightBSD/mports Commit: 91c5ed06549d857a3754c9b248b68a7822817c1c https://github.com/MidnightBSD/mports/commit/91c5ed06549d857a3754c9b248b68a7822817c1c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M misc/mate-user-guide/Makefile M misc/mate-user-guide/distinfo Log Message: ----------- misc/mate-user-guide: update to 1.28.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:56:37 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:56:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 583d74: devel/p5-EV: update to 4.37 Message-ID: Branch: refs/heads/devel/p5-EV Home: https://github.com/MidnightBSD/mports Commit: 583d7405c027386bddb20fda68983b6138f416bc https://github.com/MidnightBSD/mports/commit/583d7405c027386bddb20fda68983b6138f416bc Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-EV/Makefile M devel/p5-EV/distinfo Log Message: ----------- devel/p5-EV: update to 4.37 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:56:46 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:56:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9e7bc1: mail/phplist: update to 3.6.16 Message-ID: Branch: refs/heads/mail/phplist Home: https://github.com/MidnightBSD/mports Commit: 9e7bc1c9b178866f873c2b4d48e194c5b59b5c38 https://github.com/MidnightBSD/mports/commit/9e7bc1c9b178866f873c2b4d48e194c5b59b5c38 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/phplist/Makefile M mail/phplist/distinfo Log Message: ----------- mail/phplist: update to 3.6.16 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:56:49 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:56:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e06bc2: devel/rclint: update to 1.3.0 Message-ID: Branch: refs/heads/devel/rclint Home: https://github.com/MidnightBSD/mports Commit: e06bc2b5b9c97f62689c907290175917318bebf7 https://github.com/MidnightBSD/mports/commit/e06bc2b5b9c97f62689c907290175917318bebf7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/rclint/Makefile M devel/rclint/distinfo Log Message: ----------- devel/rclint: update to 1.3.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:56:52 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:56:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] df33c2: devel/p5-Test-Manifest: update to 2.026 Message-ID: Branch: refs/heads/devel/p5-Test-Manifest Home: https://github.com/MidnightBSD/mports Commit: df33c2e935585b6d3ce004d37f30375f74a84aa4 https://github.com/MidnightBSD/mports/commit/df33c2e935585b6d3ce004d37f30375f74a84aa4 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-Manifest/Makefile M devel/p5-Test-Manifest/distinfo Log Message: ----------- devel/p5-Test-Manifest: update to 2.026 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:56:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:56:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] cad977: math/coinutils: update to 2.11.13 Message-ID: Branch: refs/heads/math/coinutils Home: https://github.com/MidnightBSD/mports Commit: cad977d4e6e62b2d746a6af326e750fde33bd447 https://github.com/MidnightBSD/mports/commit/cad977d4e6e62b2d746a6af326e750fde33bd447 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M math/coinutils/Makefile M math/coinutils/distinfo Log Message: ----------- math/coinutils: update to 2.11.13 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:57:03 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:57:03 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b1b864: x11-fonts/py-cffsubr: update to 0.4.0 Message-ID: Branch: refs/heads/x11-fonts/py-cffsubr Home: https://github.com/MidnightBSD/mports Commit: b1b864ca0dbb5f205d54a4baf3e0cfe6d701e27e https://github.com/MidnightBSD/mports/commit/b1b864ca0dbb5f205d54a4baf3e0cfe6d701e27e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-fonts/py-cffsubr/Makefile M x11-fonts/py-cffsubr/distinfo Log Message: ----------- x11-fonts/py-cffsubr: update to 0.4.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:57:07 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:57:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 85ba21: net/zsync: update to 0.6.3 Message-ID: Branch: refs/heads/net/zsync Home: https://github.com/MidnightBSD/mports Commit: 85ba2150d8f75127e3e5546f2807a2ad44bcfa15 https://github.com/MidnightBSD/mports/commit/85ba2150d8f75127e3e5546f2807a2ad44bcfa15 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/zsync/Makefile M net/zsync/distinfo Log Message: ----------- net/zsync: update to 0.6.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:57:10 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:57:10 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 174d4e: security/p5-Crypt-OpenSSL-RSA: update to 0.35 Message-ID: Branch: refs/heads/security/p5-Crypt-OpenSSL-RSA Home: https://github.com/MidnightBSD/mports Commit: 174d4eb2e8c5f0f36d10d76f4b314870fa982bb5 https://github.com/MidnightBSD/mports/commit/174d4eb2e8c5f0f36d10d76f4b314870fa982bb5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/p5-Crypt-OpenSSL-RSA/Makefile M security/p5-Crypt-OpenSSL-RSA/distinfo Log Message: ----------- security/p5-Crypt-OpenSSL-RSA: update to 0.35 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:57:13 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:57:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e3f926: devel/py-aniso8601: update to 10.0.0 Message-ID: Branch: refs/heads/devel/py-aniso8601 Home: https://github.com/MidnightBSD/mports Commit: e3f92675be4db400b450fbb9a40ecdb90e2b8133 https://github.com/MidnightBSD/mports/commit/e3f92675be4db400b450fbb9a40ecdb90e2b8133 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-aniso8601/Makefile M devel/py-aniso8601/distinfo Log Message: ----------- devel/py-aniso8601: update to 10.0.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:57:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:57:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3e4e93: devel/p5-Test-Deep: update to 1.205 Message-ID: Branch: refs/heads/devel/p5-Test-Deep Home: https://github.com/MidnightBSD/mports Commit: 3e4e937e06badbb7a38573a3cf4d3d0a00dbd861 https://github.com/MidnightBSD/mports/commit/3e4e937e06badbb7a38573a3cf4d3d0a00dbd861 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-Deep/Makefile M devel/p5-Test-Deep/distinfo Log Message: ----------- devel/p5-Test-Deep: update to 1.205 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:57:44 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:57:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0c0fb1: devel/p5-Perl-Tidy: update to 20250912 Message-ID: Branch: refs/heads/devel/p5-Perl-Tidy Home: https://github.com/MidnightBSD/mports Commit: 0c0fb1479358ecee95561ab6c218dd4abf8993b9 https://github.com/MidnightBSD/mports/commit/0c0fb1479358ecee95561ab6c218dd4abf8993b9 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Perl-Tidy/Makefile M devel/p5-Perl-Tidy/distinfo Log Message: ----------- devel/p5-Perl-Tidy: update to 20250912 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:57:47 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:57:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 332026: devel/p5-Scope-Guard: update to 0.21 Message-ID: Branch: refs/heads/devel/p5-Scope-Guard Home: https://github.com/MidnightBSD/mports Commit: 332026a209cbec21ccaf7b05efc670717a0c3e4e https://github.com/MidnightBSD/mports/commit/332026a209cbec21ccaf7b05efc670717a0c3e4e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Scope-Guard/Makefile M devel/p5-Scope-Guard/distinfo Log Message: ----------- devel/p5-Scope-Guard: update to 0.21 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:57:48 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:57:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b09886: devel/p5-Class-MethodMaker: update to 2.25 Message-ID: Branch: refs/heads/devel/p5-Class-MethodMaker Home: https://github.com/MidnightBSD/mports Commit: b09886b33ac09b6d097e10339cbd79bf0706b132 https://github.com/MidnightBSD/mports/commit/b09886b33ac09b6d097e10339cbd79bf0706b132 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Class-MethodMaker/Makefile M devel/p5-Class-MethodMaker/distinfo Log Message: ----------- devel/p5-Class-MethodMaker: update to 2.25 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:57:52 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:57:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 359d37: devel/p5-MooseX-Types-LoadableClass: update to 0.016 Message-ID: Branch: refs/heads/devel/p5-MooseX-Types-LoadableClass Home: https://github.com/MidnightBSD/mports Commit: 359d37c12a5936c826b3841011dc6e7b510119f3 https://github.com/MidnightBSD/mports/commit/359d37c12a5936c826b3841011dc6e7b510119f3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-MooseX-Types-LoadableClass/Makefile M devel/p5-MooseX-Types-LoadableClass/distinfo Log Message: ----------- devel/p5-MooseX-Types-LoadableClass: update to 0.016 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:58:32 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:58:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ce6433: sysutils/rust-coreutils: update to 0.8.0 Message-ID: Branch: refs/heads/sysutils/rust-coreutils Home: https://github.com/MidnightBSD/mports Commit: ce643340d5661b43d8652a55322f8992892d6af9 https://github.com/MidnightBSD/mports/commit/ce643340d5661b43d8652a55322f8992892d6af9 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/rust-coreutils/Makefile M sysutils/rust-coreutils/distinfo Log Message: ----------- sysutils/rust-coreutils: update to 0.8.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:59:05 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:59:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 5e7e22: devel/p5-Test-Fatal: update to 0.017 Message-ID: Branch: refs/heads/devel/p5-Test-Fatal Home: https://github.com/MidnightBSD/mports Commit: 5e7e22797ef7024b749fbe02c8a78c8b5e53543d https://github.com/MidnightBSD/mports/commit/5e7e22797ef7024b749fbe02c8a78c8b5e53543d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-Fatal/Makefile M devel/p5-Test-Fatal/distinfo Log Message: ----------- devel/p5-Test-Fatal: update to 0.017 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:59:08 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:59:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] da6751: devel/p5-Filter: update to 1.65 Message-ID: Branch: refs/heads/devel/p5-Filter Home: https://github.com/MidnightBSD/mports Commit: da67513353399991068430ce120b8ebec8cdca65 https://github.com/MidnightBSD/mports/commit/da67513353399991068430ce120b8ebec8cdca65 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Filter/Makefile M devel/p5-Filter/distinfo Log Message: ----------- devel/p5-Filter: update to 1.65 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:59:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:59:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 7d6666: devel/p5-CPAN-Changes: update to 0.500005 Message-ID: Branch: refs/heads/devel/p5-CPAN-Changes Home: https://github.com/MidnightBSD/mports Commit: 7d666649f3dae276b362d284c518b96a9c0f4d25 https://github.com/MidnightBSD/mports/commit/7d666649f3dae276b362d284c518b96a9c0f4d25 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-CPAN-Changes/Makefile M devel/p5-CPAN-Changes/distinfo Log Message: ----------- devel/p5-CPAN-Changes: update to 0.500005 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:59:14 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:59:14 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 572b78: devel/p5-Parallel-ForkManager: update to 2.04 Message-ID: Branch: refs/heads/devel/p5-Parallel-ForkManager Home: https://github.com/MidnightBSD/mports Commit: 572b7836e6ca382148a74cc8f7ce6d7984446fe5 https://github.com/MidnightBSD/mports/commit/572b7836e6ca382148a74cc8f7ce6d7984446fe5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Parallel-ForkManager/Makefile M devel/p5-Parallel-ForkManager/distinfo Log Message: ----------- devel/p5-Parallel-ForkManager: update to 2.04 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:59:17 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:59:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 230604: devel/p5-Opcodes: update to 0.16 Message-ID: Branch: refs/heads/devel/p5-Opcodes Home: https://github.com/MidnightBSD/mports Commit: 230604a5d336c44590e4d663c71e7bbf3c547533 https://github.com/MidnightBSD/mports/commit/230604a5d336c44590e4d663c71e7bbf3c547533 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Opcodes/Makefile M devel/p5-Opcodes/distinfo Log Message: ----------- devel/p5-Opcodes: update to 0.16 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:59:24 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:59:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 16ee65: multimedia/webcamoid: update to 9.3.0 Message-ID: Branch: refs/heads/multimedia/webcamoid Home: https://github.com/MidnightBSD/mports Commit: 16ee65c53155365af48cdcce9c7993a33ebc40fe https://github.com/MidnightBSD/mports/commit/16ee65c53155365af48cdcce9c7993a33ebc40fe Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M multimedia/webcamoid/Makefile M multimedia/webcamoid/distinfo Log Message: ----------- multimedia/webcamoid: update to 9.3.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:59:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:59:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 67eee4: devel/py-pathable: update to 0.5.0 Message-ID: Branch: refs/heads/devel/py-pathable Home: https://github.com/MidnightBSD/mports Commit: 67eee44d44892f6b686608d270410fb877130b2f https://github.com/MidnightBSD/mports/commit/67eee44d44892f6b686608d270410fb877130b2f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/py-pathable/Makefile M devel/py-pathable/distinfo Log Message: ----------- devel/py-pathable: update to 0.5.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:59:45 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:59:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1a7b0f: www/mediawiki145: update to 1.45.3 Message-ID: Branch: refs/heads/www/mediawiki145 Home: https://github.com/MidnightBSD/mports Commit: 1a7b0f6fe649eb4a096a87bcbe8db753b8ec108c https://github.com/MidnightBSD/mports/commit/1a7b0f6fe649eb4a096a87bcbe8db753b8ec108c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/mediawiki145/Makefile M www/mediawiki145/distinfo Log Message: ----------- www/mediawiki145: update to 1.45.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:59:48 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:59:48 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6d7993: devel/p5-DateTime-Format-ISO8601: update to 0.17 Message-ID: Branch: refs/heads/devel/p5-DateTime-Format-ISO8601 Home: https://github.com/MidnightBSD/mports Commit: 6d7993939adccce21d4943313e68bd85ed7a2fcd https://github.com/MidnightBSD/mports/commit/6d7993939adccce21d4943313e68bd85ed7a2fcd Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-DateTime-Format-ISO8601/Makefile M devel/p5-DateTime-Format-ISO8601/distinfo Log Message: ----------- devel/p5-DateTime-Format-ISO8601: update to 0.17 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:59:51 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:59:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3c7495: devel/p5-Struct-Dumb: update to 0.16 Message-ID: Branch: refs/heads/devel/p5-Struct-Dumb Home: https://github.com/MidnightBSD/mports Commit: 3c7495cea54f339b81b5d98ce914399981d135f5 https://github.com/MidnightBSD/mports/commit/3c7495cea54f339b81b5d98ce914399981d135f5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Struct-Dumb/Makefile M devel/p5-Struct-Dumb/distinfo Log Message: ----------- devel/p5-Struct-Dumb: update to 0.16 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:01:17 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:01:17 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e80eba: devel/p5-Type-Tiny: update to 2.010001 Message-ID: Branch: refs/heads/devel/p5-Type-Tiny Home: https://github.com/MidnightBSD/mports Commit: e80eba052e6f1478fef3896c108d697fc5630f5d https://github.com/MidnightBSD/mports/commit/e80eba052e6f1478fef3896c108d697fc5630f5d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Type-Tiny/Makefile M devel/p5-Type-Tiny/distinfo Log Message: ----------- devel/p5-Type-Tiny: update to 2.010001 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:01:19 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:01:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] f7c7b2: devel/p5-XS-Parse-Keyword: update to 0.49 Message-ID: Branch: refs/heads/devel/p5-XS-Parse-Keyword Home: https://github.com/MidnightBSD/mports Commit: f7c7b2dc8df74289bb6cc92771a15a7c095d2349 https://github.com/MidnightBSD/mports/commit/f7c7b2dc8df74289bb6cc92771a15a7c095d2349 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-XS-Parse-Keyword/Makefile M devel/p5-XS-Parse-Keyword/distinfo Log Message: ----------- devel/p5-XS-Parse-Keyword: update to 0.49 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:01:22 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:01:22 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2fcac4: devel/libnotify: update to 0.8.8 Message-ID: Branch: refs/heads/devel/libnotify Home: https://github.com/MidnightBSD/mports Commit: 2fcac4a123e2b2157e4a6d488536054b8d12d023 https://github.com/MidnightBSD/mports/commit/2fcac4a123e2b2157e4a6d488536054b8d12d023 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/libnotify/Makefile M devel/libnotify/distinfo Log Message: ----------- devel/libnotify: update to 0.8.8 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:01:26 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:01:26 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] feaddc: devel/p5-Test-utf8: update to 1.03 Message-ID: Branch: refs/heads/devel/p5-Test-utf8 Home: https://github.com/MidnightBSD/mports Commit: feaddcdbaacd7447240c29ee01b61e8d34e2f8c2 https://github.com/MidnightBSD/mports/commit/feaddcdbaacd7447240c29ee01b61e8d34e2f8c2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-utf8/Makefile M devel/p5-Test-utf8/distinfo Log Message: ----------- devel/p5-Test-utf8: update to 1.03 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:01:28 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:01:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] aab528: devel/R-cran-promises: update to 1.5.0 Message-ID: Branch: refs/heads/devel/R-cran-promises Home: https://github.com/MidnightBSD/mports Commit: aab528f1804baeaaba92d487dc953ce54c748371 https://github.com/MidnightBSD/mports/commit/aab528f1804baeaaba92d487dc953ce54c748371 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-promises/Makefile M devel/R-cran-promises/distinfo Log Message: ----------- devel/R-cran-promises: update to 1.5.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:02:46 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:02:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 77e560: science/R-cran-udunits2: update to 0.13.2.2 Message-ID: Branch: refs/heads/science/R-cran-udunits2 Home: https://github.com/MidnightBSD/mports Commit: 77e56024c6f57c87574a2d7d6c453440cff2d725 https://github.com/MidnightBSD/mports/commit/77e56024c6f57c87574a2d7d6c453440cff2d725 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M science/R-cran-udunits2/Makefile M science/R-cran-udunits2/distinfo Log Message: ----------- science/R-cran-udunits2: update to 0.13.2.2 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:02:49 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:02:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4efe77: filesystems/dsbmd: update to 1.12 Message-ID: Branch: refs/heads/filesystems/dsbmd Home: https://github.com/MidnightBSD/mports Commit: 4efe77a83e2f308ed666ac66ea67e317cea39b5f https://github.com/MidnightBSD/mports/commit/4efe77a83e2f308ed666ac66ea67e317cea39b5f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M filesystems/dsbmd/Makefile M filesystems/dsbmd/distinfo Log Message: ----------- filesystems/dsbmd: update to 1.12 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:02:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:02:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] d51353: graphics/R-cran-magick: update to 2.9.1 Message-ID: Branch: refs/heads/graphics/R-cran-magick Home: https://github.com/MidnightBSD/mports Commit: d51353453cfa3940cf85a43b5881ba24864344a7 https://github.com/MidnightBSD/mports/commit/d51353453cfa3940cf85a43b5881ba24864344a7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M graphics/R-cran-magick/Makefile M graphics/R-cran-magick/distinfo Log Message: ----------- graphics/R-cran-magick: update to 2.9.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:02:58 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:02:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 499700: mail/p5-Mail-Tools: update to 2.22 Message-ID: Branch: refs/heads/mail/p5-Mail-Tools Home: https://github.com/MidnightBSD/mports Commit: 499700e62e0dc32ef28df9119ff834dcb723ac3a https://github.com/MidnightBSD/mports/commit/499700e62e0dc32ef28df9119ff834dcb723ac3a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/p5-Mail-Tools/Makefile M mail/p5-Mail-Tools/distinfo Log Message: ----------- mail/p5-Mail-Tools: update to 2.22 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2bc87a: mail/p5-Mail-AuthenticationResults: update to 2.20... Message-ID: Branch: refs/heads/mail/p5-Mail-AuthenticationResults Home: https://github.com/MidnightBSD/mports Commit: 2bc87a7203d7b1a17ad883af662d836e201d03ae https://github.com/MidnightBSD/mports/commit/2bc87a7203d7b1a17ad883af662d836e201d03ae Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/p5-Mail-AuthenticationResults/Makefile M mail/p5-Mail-AuthenticationResults/distinfo Log Message: ----------- mail/p5-Mail-AuthenticationResults: update to 2.20250709 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:05 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6123a4: mail/p5-MIME-Types: update to 2.29 Message-ID: Branch: refs/heads/mail/p5-MIME-Types Home: https://github.com/MidnightBSD/mports Commit: 6123a4a48ce3389737d8eb8bbe0c7eafd2296af2 https://github.com/MidnightBSD/mports/commit/6123a4a48ce3389737d8eb8bbe0c7eafd2296af2 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M mail/p5-MIME-Types/Makefile M mail/p5-MIME-Types/distinfo Log Message: ----------- mail/p5-MIME-Types: update to 2.29 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:07 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 76b274: net/socat: update to 1.8.1.1 Message-ID: Branch: refs/heads/net/socat Home: https://github.com/MidnightBSD/mports Commit: 76b274937ead8591d19eb0458e5e45dcd9fee4ac https://github.com/MidnightBSD/mports/commit/76b274937ead8591d19eb0458e5e45dcd9fee4ac Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/socat/Makefile M net/socat/distinfo Log Message: ----------- net/socat: update to 1.8.1.1 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 4c2eec: net/p5-IO-Socket-IP: update to 0.43 Message-ID: Branch: refs/heads/net/p5-IO-Socket-IP Home: https://github.com/MidnightBSD/mports Commit: 4c2eec64f08f80926f39807c8bf2c44a7bf08854 https://github.com/MidnightBSD/mports/commit/4c2eec64f08f80926f39807c8bf2c44a7bf08854 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/p5-IO-Socket-IP/Makefile M net/p5-IO-Socket-IP/distinfo Log Message: ----------- net/p5-IO-Socket-IP: update to 0.43 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:13 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:13 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b48d7c: net-mgmt/p5-Net-CIDR: update to 0.27 Message-ID: Branch: refs/heads/net-mgmt/p5-Net-CIDR Home: https://github.com/MidnightBSD/mports Commit: b48d7cc517f5cb380116cc6cebf51d9a41e8452c https://github.com/MidnightBSD/mports/commit/b48d7cc517f5cb380116cc6cebf51d9a41e8452c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net-mgmt/p5-Net-CIDR/Makefile M net-mgmt/p5-Net-CIDR/distinfo Log Message: ----------- net-mgmt/p5-Net-CIDR: update to 0.27 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:16 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c78145: devel/p5-MooX-StrictConstructor: update to 0.013 Message-ID: Branch: refs/heads/devel/p5-MooX-StrictConstructor Home: https://github.com/MidnightBSD/mports Commit: c781455f0861b1d58c7f969b52b22d44e12e24f9 https://github.com/MidnightBSD/mports/commit/c781455f0861b1d58c7f969b52b22d44e12e24f9 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-MooX-StrictConstructor/Makefile M devel/p5-MooX-StrictConstructor/distinfo Log Message: ----------- devel/p5-MooX-StrictConstructor: update to 0.013 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:19 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ed1f41: textproc/py-interegular: update to 0.3.3 Message-ID: Branch: refs/heads/textproc/py-interegular Home: https://github.com/MidnightBSD/mports Commit: ed1f4112639adb40d0d1f43b91d2a466f5aff277 https://github.com/MidnightBSD/mports/commit/ed1f4112639adb40d0d1f43b91d2a466f5aff277 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/py-interegular/Makefile M textproc/py-interegular/distinfo Log Message: ----------- textproc/py-interegular: update to 0.3.3 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:24 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:24 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b7ed04: net/openldap26-server: update to 2.6.13 Message-ID: Branch: refs/heads/net/openldap26-server Home: https://github.com/MidnightBSD/mports Commit: b7ed04136afaecbd01d6459eb2fc5dc3b7f881b3 https://github.com/MidnightBSD/mports/commit/b7ed04136afaecbd01d6459eb2fc5dc3b7f881b3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M net/openldap26-server/Makefile M net/openldap26-server/distinfo Log Message: ----------- net/openldap26-server: update to 2.6.13 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:28 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] cabdb2: java/apache-commons-cli: update to 1.11.0 Message-ID: Branch: refs/heads/java/apache-commons-cli Home: https://github.com/MidnightBSD/mports Commit: cabdb26530f5a258603aa47cd6f5113155e71c76 https://github.com/MidnightBSD/mports/commit/cabdb26530f5a258603aa47cd6f5113155e71c76 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M java/apache-commons-cli/Makefile M java/apache-commons-cli/distinfo Log Message: ----------- java/apache-commons-cli: update to 1.11.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:31 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] efb4bd: archivers/p5-Archive-Tar: update to 3.04 Message-ID: Branch: refs/heads/archivers/p5-Archive-Tar Home: https://github.com/MidnightBSD/mports Commit: efb4bd4ce9fe0d70bfdab951648f0c7b92b507e6 https://github.com/MidnightBSD/mports/commit/efb4bd4ce9fe0d70bfdab951648f0c7b92b507e6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M archivers/p5-Archive-Tar/Makefile M archivers/p5-Archive-Tar/distinfo Log Message: ----------- archivers/p5-Archive-Tar: update to 3.04 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:33 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:33 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] db6b7e: devel/p5-Getopt-Long-Descriptive: update to 0.117 Message-ID: Branch: refs/heads/devel/p5-Getopt-Long-Descriptive Home: https://github.com/MidnightBSD/mports Commit: db6b7e9b39680be109992e1f88a22b7c43604fde https://github.com/MidnightBSD/mports/commit/db6b7e9b39680be109992e1f88a22b7c43604fde Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Getopt-Long-Descriptive/Makefile M devel/p5-Getopt-Long-Descriptive/distinfo Log Message: ----------- devel/p5-Getopt-Long-Descriptive: update to 0.117 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:36 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] dbd37c: textproc/p5-Text-Balanced: update to 2.07 Message-ID: Branch: refs/heads/textproc/p5-Text-Balanced Home: https://github.com/MidnightBSD/mports Commit: dbd37cf9917c831cb8454ecb516ad0f0d31ec824 https://github.com/MidnightBSD/mports/commit/dbd37cf9917c831cb8454ecb516ad0f0d31ec824 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/p5-Text-Balanced/Makefile M textproc/p5-Text-Balanced/distinfo Log Message: ----------- textproc/p5-Text-Balanced: update to 2.07 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:39 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] df596a: dns/p5-Mozilla-PublicSuffix: update to 1.0.7 Message-ID: Branch: refs/heads/dns/p5-Mozilla-PublicSuffix Home: https://github.com/MidnightBSD/mports Commit: df596acc3d8e55db529eabd9559642842a6b0ac6 https://github.com/MidnightBSD/mports/commit/df596acc3d8e55db529eabd9559642842a6b0ac6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M dns/p5-Mozilla-PublicSuffix/Makefile M dns/p5-Mozilla-PublicSuffix/distinfo Log Message: ----------- dns/p5-Mozilla-PublicSuffix: update to 1.0.7 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:41 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6a4680: devel/p5-App-cpanminus: update to 1.7049 Message-ID: Branch: refs/heads/devel/p5-App-cpanminus Home: https://github.com/MidnightBSD/mports Commit: 6a4680823252b1f435b3c57b558e5c0cf92c2511 https://github.com/MidnightBSD/mports/commit/6a4680823252b1f435b3c57b558e5c0cf92c2511 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-App-cpanminus/Makefile M devel/p5-App-cpanminus/distinfo Log Message: ----------- devel/p5-App-cpanminus: update to 1.7049 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:44 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ca8acf: devel/p5-CPAN-Meta-YAML: update to 0.020 Message-ID: Branch: refs/heads/devel/p5-CPAN-Meta-YAML Home: https://github.com/MidnightBSD/mports Commit: ca8acfbb2919ea542a36c17f7bd6c5eb6d1fe2d7 https://github.com/MidnightBSD/mports/commit/ca8acfbb2919ea542a36c17f7bd6c5eb6d1fe2d7 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-CPAN-Meta-YAML/Makefile M devel/p5-CPAN-Meta-YAML/distinfo Log Message: ----------- devel/p5-CPAN-Meta-YAML: update to 0.020 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:47 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9b039a: devel/p5-Locale-libintl: update to 1.35 Message-ID: Branch: refs/heads/devel/p5-Locale-libintl Home: https://github.com/MidnightBSD/mports Commit: 9b039ae1a6b12553a60fabb9e1f1aec6060e5ee6 https://github.com/MidnightBSD/mports/commit/9b039ae1a6b12553a60fabb9e1f1aec6060e5ee6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Locale-libintl/Makefile M devel/p5-Locale-libintl/distinfo Log Message: ----------- devel/p5-Locale-libintl: update to 1.35 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:51 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2c5a16: devel/p5-Test-MockModule: update to 0.180.0 Message-ID: Branch: refs/heads/devel/p5-Test-MockModule Home: https://github.com/MidnightBSD/mports Commit: 2c5a165e20ad8b950d5c31ca80817b2b3bdfde32 https://github.com/MidnightBSD/mports/commit/2c5a165e20ad8b950d5c31ca80817b2b3bdfde32 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-MockModule/Makefile M devel/p5-Test-MockModule/distinfo Log Message: ----------- devel/p5-Test-MockModule: update to 0.180.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:54 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6ea0d6: security/p5-Digest-HMAC: update to 1.05 Message-ID: Branch: refs/heads/security/p5-Digest-HMAC Home: https://github.com/MidnightBSD/mports Commit: 6ea0d63c3000fecc87b8493e81487a5a7ca17301 https://github.com/MidnightBSD/mports/commit/6ea0d63c3000fecc87b8493e81487a5a7ca17301 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M security/p5-Digest-HMAC/Makefile M security/p5-Digest-HMAC/distinfo Log Message: ----------- security/p5-Digest-HMAC: update to 1.05 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:03:56 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:03:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] bb31b6: www/p5-HTTP-DAV: update to 0.50 Message-ID: Branch: refs/heads/www/p5-HTTP-DAV Home: https://github.com/MidnightBSD/mports Commit: bb31b61384b3a6df4ceb6dd1915d431d8e84ac6e https://github.com/MidnightBSD/mports/commit/bb31b61384b3a6df4ceb6dd1915d431d8e84ac6e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/p5-HTTP-DAV/Makefile M www/p5-HTTP-DAV/distinfo Log Message: ----------- www/p5-HTTP-DAV: update to 0.50 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:04:00 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:04:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 55ef81: devel/p5-Glib-Object-Introspection: update to 0.052 Message-ID: Branch: refs/heads/devel/p5-Glib-Object-Introspection Home: https://github.com/MidnightBSD/mports Commit: 55ef811bf09e84045433dfabcf6777032b76143d https://github.com/MidnightBSD/mports/commit/55ef811bf09e84045433dfabcf6777032b76143d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Glib-Object-Introspection/Makefile M devel/p5-Glib-Object-Introspection/distinfo Log Message: ----------- devel/p5-Glib-Object-Introspection: update to 0.052 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:04:03 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:04:03 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 501db5: cad/p5-Verilog-Perl: update to 3.482 Message-ID: Branch: refs/heads/cad/p5-Verilog-Perl Home: https://github.com/MidnightBSD/mports Commit: 501db52ae13bb472f35b1d891a5903ccf225b055 https://github.com/MidnightBSD/mports/commit/501db52ae13bb472f35b1d891a5903ccf225b055 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M cad/p5-Verilog-Perl/Makefile M cad/p5-Verilog-Perl/distinfo Log Message: ----------- cad/p5-Verilog-Perl: update to 3.482 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:04:05 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:04:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6c99d1: devel/p5-Function-Parameters: update to 2.002006 Message-ID: Branch: refs/heads/devel/p5-Function-Parameters Home: https://github.com/MidnightBSD/mports Commit: 6c99d1e98cb11e73b5ed6dc7c615a432a6cc2e19 https://github.com/MidnightBSD/mports/commit/6c99d1e98cb11e73b5ed6dc7c615a432a6cc2e19 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Function-Parameters/Makefile M devel/p5-Function-Parameters/distinfo Log Message: ----------- devel/p5-Function-Parameters: update to 2.002006 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:04:07 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:04:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 17fb9c: devel/p5-Test2-Plugin-UUID: update to 0.002010 Message-ID: Branch: refs/heads/devel/p5-Test2-Plugin-UUID Home: https://github.com/MidnightBSD/mports Commit: 17fb9c725ca1ed2de84d51d413c38660401527b6 https://github.com/MidnightBSD/mports/commit/17fb9c725ca1ed2de84d51d413c38660401527b6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test2-Plugin-UUID/Makefile M devel/p5-Test2-Plugin-UUID/distinfo Log Message: ----------- devel/p5-Test2-Plugin-UUID: update to 0.002010 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:04:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:04:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 67c19f: devel/p5-Test-Warnings: update to 0.038 Message-ID: Branch: refs/heads/devel/p5-Test-Warnings Home: https://github.com/MidnightBSD/mports Commit: 67c19f05b273a2f31c8f7115149990e46927bd84 https://github.com/MidnightBSD/mports/commit/67c19f05b273a2f31c8f7115149990e46927bd84 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-Warnings/Makefile M devel/p5-Test-Warnings/distinfo Log Message: ----------- devel/p5-Test-Warnings: update to 0.038 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:04:16 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:04:16 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 181625: devel/git-absorb: update to 0.9.0 Message-ID: Branch: refs/heads/devel/git-absorb Home: https://github.com/MidnightBSD/mports Commit: 1816255249fcc09d7ead0e4bf0f987b674c8d8e0 https://github.com/MidnightBSD/mports/commit/1816255249fcc09d7ead0e4bf0f987b674c8d8e0 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/git-absorb/Makefile M devel/git-absorb/distinfo Log Message: ----------- devel/git-absorb: update to 0.9.0 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:04:19 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:04:19 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 981b63: devel/R-cran-collapse: update to 2.1.6 Message-ID: Branch: refs/heads/devel/R-cran-collapse Home: https://github.com/MidnightBSD/mports Commit: 981b6344efb37d095d2c3aca43f45b11e38834ab https://github.com/MidnightBSD/mports/commit/981b6344efb37d095d2c3aca43f45b11e38834ab Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-collapse/Makefile M devel/R-cran-collapse/distinfo Log Message: ----------- devel/R-cran-collapse: update to 2.1.6 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:22:29 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:22:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a5ab34: games/minetest_game: remove stale plist Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a5ab34536a772afc69ba66fc3fcbd57013af79c9 https://github.com/MidnightBSD/mports/commit/a5ab34536a772afc69ba66fc3fcbd57013af79c9 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: R games/minetest_game/pkg-plist Log Message: ----------- games/minetest_game: remove stale plist The port already uses PORTDATA, PORTDOCS, and PORTEXAMPLES to generate package entries. Keeping the explicit plist created duplicate archive entries and made mport fail while installing game.conf. AI-Assisted-by: Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:33:34 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:33:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 748608: x11-wm/compiz: fix clang build Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 7486085d3b6543fe11b94c4e0ec25e1565822414 https://github.com/MidnightBSD/mports/commit/7486085d3b6543fe11b94c4e0ec25e1565822414 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: A x11-wm/compiz/files/patch-plugins_screenshot.c A x11-wm/compiz/files/patch-src_core.c A x11-wm/compiz/files/patch-src_metadata.c Log Message: ----------- x11-wm/compiz: fix clang build Add missing stdlib includes for standard library functions and update the screenshot scandir sort callback to match the system prototype. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:44:28 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:44:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ed4c40: x11-themes/yaru-icon-theme: fix meson configure Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: ed4c40d9a85fd0ea6f5dab1310818f6a1a436d36 https://github.com/MidnightBSD/mports/commit/ed4c40d9a85fd0ea6f5dab1310818f6a1a436d36 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: A x11-themes/yaru-icon-theme/files/patch-icons_meson.build Log Message: ----------- x11-themes/yaru-icon-theme: fix meson configure Resolve icon symlink targets one at a time to avoid exceeding ARG_MAX when Meson runs realpath during configure. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Commit: 75ddfa9717c2ee8f29c60cf241ebc97ed28eb38d https://github.com/MidnightBSD/mports/commit/75ddfa9717c2ee8f29c60cf241ebc97ed28eb38d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M Mk/extensions/pyqt.mk M devel/py-qt5-pyqt/Makefile Log Message: ----------- devel/py-qt5-pyqt: fix fake install by passing INSTALL_ROOT via environment On MidnightBSD's BSD make, command-line variable assignments are not propagated to child make processes via MAKEFLAGS (unlike GNU make). The qmake-generated build/Makefile calls sub-makes without explicit INSTALL_ROOT, so they use empty INSTALL_ROOT and install to /usr/local instead of the fake-inst staging directory. Fix by also passing INSTALL_ROOT as an environment variable via SETENVI so sub-makes inherit it through environment variable inheritance, which BSD make imports as make variables. Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/7486085d3b65...75ddfa9717c2 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:51:37 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:51:37 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] acfead: devel/jna: fix jni_md.h not found on MidnightBSD Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: acfead9798531242efb496a5c1113debaa5ea3b4 https://github.com/MidnightBSD/mports/commit/acfead9798531242efb496a5c1113debaa5ea3b4 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/jna/Makefile M devel/jna/files/patch-native_Makefile Log Message: ----------- devel/jna: fix jni_md.h not found on MidnightBSD Map MidnightBSD to 'freebsd' in native/Makefile OS detection so the JNI include path uses include/freebsd/ where openjdk17 installs jni_md.h. The JAR naming (midnightbsd-x86) remains controlled by build.xml. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:52:57 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:52:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2fc5e8: x11-themes/plasma6-breeze-gtk: fix breeze dependency Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2fc5e82a8452f4630af43602c7ea27f59b659a3a https://github.com/MidnightBSD/mports/commit/2fc5e82a8452f4630af43602c7ea27f59b659a3a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M x11-themes/plasma6-breeze-gtk/Makefile Log Message: ----------- x11-themes/plasma6-breeze-gtk: fix breeze dependency Use explicit plasma6-breeze dependencies so package metadata records the installed package name instead of the unprefixed breeze dependency. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 20:57:54 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 17:57:54 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 90fac3: devel/gdb: fix Python compileall in fake install s... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 90fac36af96fc21e9a3dade8d32364d56cfc1ae5 https://github.com/MidnightBSD/mports/commit/90fac36af96fc21e9a3dade8d32364d56cfc1ae5 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/gdb/Makefile Log Message: ----------- devel/gdb: fix Python compileall in fake install stage do-install-PYTHON-on is called from the outer make fake sequence without FAKE_SETUP, so ${PREFIX} is /usr/local rather than the staging path. Use ${FAKE_DESTDIR}${PREFIX} like the libcxx section below already does, to target the correct staging directory. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 21:03:08 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 18:03:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 45e86b: japanese/mozc-server: fix platform detection for M... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 45e86b26698ff5a0385e6925105dbe687606bb45 https://github.com/MidnightBSD/mports/commit/45e86b26698ff5a0385e6925105dbe687606bb45 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M japanese/mozc-server/Makefile Log Message: ----------- japanese/mozc-server: fix platform detection for MidnightBSD IsFreeBSD() in build_mozc.py uses sys.platform.startswith('freebsd') which does not match MidnightBSD's sys.platform ('midnightbsd...') causing AddTargetPlatformOption to leave default_target unbound. Patch build_mozc.py to also recognize midnightbsd as a FreeBSD-like platform. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 21:06:55 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 18:06:55 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] aa95bd: japanese/canna-lib: fix machine/ansi.h not found o... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: aa95bdcbd98213fbec664541e999e339b847c79d https://github.com/MidnightBSD/mports/commit/aa95bdcbd98213fbec664541e999e339b847c79d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M japanese/canna-lib/Makefile Log Message: ----------- japanese/canna-lib: fix machine/ansi.h not found on modern BSD machine/ansi.h was removed from FreeBSD 13+ (and MidnightBSD 4.0). Remove the include since wchar_t is now a built-in type; the conditional _BSD_WCHAR_T_ typedef block becomes a no-op without it. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 21:24:40 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 18:24:40 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 1d4a87: multimedia/mlt7: fix FFmpeg 7.0+ API compatibility... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 1d4a87b82000a8a4f738d69f63c5f3f0f41a0c0e https://github.com/MidnightBSD/mports/commit/1d4a87b82000a8a4f738d69f63c5f3f0f41a0c0e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M multimedia/mlt7/Makefile A multimedia/mlt7/files/patch-src_modules_avformat_common.c A multimedia/mlt7/files/patch-src_modules_avformat_filter__swscale.c Log Message: ----------- multimedia/mlt7: fix FFmpeg 7.0+ API compatibility, remove alias from USES AVFrame.interlaced_frame and AVFrame.top_field_first were removed in FFmpeg 7.0; replace with AV_FRAME_FLAG_INTERLACED and AV_FRAME_FLAG_TOP_FIELD_FIRST flag operations. Also remove 'alias' from USES as it is no longer needed. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 21:47:46 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 18:47:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9040e9: irc/znc: replace Perl one-liner with Python for Py... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 9040e94081dfe477cc41944b29c2db8ebd06f813 https://github.com/MidnightBSD/mports/commit/9040e94081dfe477cc41944b29c2db8ebd06f813 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M irc/znc/Makefile A irc/znc/files/patch-modules_modpython_codegen.pl Log Message: ----------- irc/znc: replace Perl one-liner with Python for Python 3 patch The post-patch-PYTHON-on target used ${PERL} which may not be available during patching. Since python:3.5+ is already in USES, use ${PYTHON_CMD} for the multi-line substitution in modules/modpython/codegen.pl. Co-Authored-By: Claude Sonnet 4.6 Commit: 328a3b4aea119936dceefda51b537be48d6fc666 https://github.com/MidnightBSD/mports/commit/328a3b4aea119936dceefda51b537be48d6fc666 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: R irc/znc/files/patch-modules_modpython_codegen.pl Log Message: ----------- irc/znc: remove incorrect patch file for codegen.pl The patch file had wrong context line indentation. The Python-based post-patch-PYTHON-on target in the Makefile handles the substitution correctly without needing a separate patch file. Co-Authored-By: Claude Sonnet 4.6 Compare: https://github.com/MidnightBSD/mports/compare/1d4a87b82000...328a3b4aea11 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 21:55:46 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 18:55:46 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 3ae75f: japanese/scim-honoka: fix i386 PIC relocation when... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 3ae75f5ef8d32a8bbbc496b17d693fbb2c327889 https://github.com/MidnightBSD/mports/commit/3ae75f5ef8d32a8bbbc496b17d693fbb2c327889 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M japanese/scim-honoka/Makefile Log Message: ----------- japanese/scim-honoka: fix i386 PIC relocation when linking shared library On i386, linking a shared library against static libintl.a fails with R_386_32 relocation errors. Add -Wl,-z,notext to allow text relocations. Co-Authored-By: Claude Sonnet 4.6 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 22:14:00 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 19:14:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a469da: www/qt6-webengine: add harfbuzz include path for S... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: a469da10e548b06d1cf091c111f926b79f296aa8 https://github.com/MidnightBSD/mports/commit/a469da10e548b06d1cf091c111f926b79f296aa8 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M www/qt6-webengine/Makefile Log Message: ----------- www/qt6-webengine: add harfbuzz include path for Skia PDF build SkPDFSubsetFont.cpp includes hb.h directly, but HarfBuzz headers on BSD are under ${LOCALBASE}/include/harfbuzz/. Add it to CXXFLAGS alongside the other subdirectory include paths already present. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 22:15:51 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 19:15:51 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 6e9fa4: textproc/quickwit: fix i386 build Message-ID: Branch: refs/heads/textproc/quickwit Home: https://github.com/MidnightBSD/mports Commit: 6e9fa4acd24bbdf1e52ad58e88cd12f8eb704914 https://github.com/MidnightBSD/mports/commit/6e9fa4acd24bbdf1e52ad58e88cd12f8eb704914 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/quickwit/Makefile A textproc/quickwit/files/patch-quickwit_quickwit-storage_src_object__storage_policy.rs Log Message: ----------- textproc/quickwit: fix i386 build Patch the multipart policy default so the 5GB usize literal is only used on 64-bit targets, with a 32-bit-safe default for i386. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 22:17:04 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 19:17:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b1c1e5: textproc/quickwit: fix i386 build (#221) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: b1c1e5c8937562a0aa7560cbc7be64aaa6ac5f5c https://github.com/MidnightBSD/mports/commit/b1c1e5c8937562a0aa7560cbc7be64aaa6ac5f5c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/quickwit/Makefile A textproc/quickwit/files/patch-quickwit_quickwit-storage_src_object__storage_policy.rs Log Message: ----------- textproc/quickwit: fix i386 build (#221) Patch the multipart policy default so the 5GB usize literal is only used on 64-bit targets, with a 32-bit-safe default for i386. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 22:17:06 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 19:17:06 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/textproc/quickwit Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 22:46:59 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 19:46:59 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] a9f52e: devel/llvm20: fix compiler-rt plist on i386 and x8... Message-ID: Branch: refs/heads/cad/sp2sp Home: https://github.com/MidnightBSD/mports Commit: a9f52e1de373121d91b23377e2bebc4a16b9c3ce https://github.com/MidnightBSD/mports/commit/a9f52e1de373121d91b23377e2bebc4a16b9c3ce Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/llvm20/Makefile M devel/llvm20/Makefile.RUNTIMES M devel/llvm20/pkg-plist Log Message: ----------- devel/llvm20: fix compiler-rt plist on i386 and x86_64 Remove Linux-only sanitizers (fuzzer) from LIBCLANG_RT_LIBS_i386 and Linux-only entries (dd, dyndd, fuzzer, msan, tsan, xray, profile) from LIBCLANG_RT_LIBS_x86_64 to match what LLVM actually builds on MidnightBSD/FreeBSD. Remove static %%CONFIGURE_TARGET%%/%%CRT_TRIPLE%%/ %%ARCH_TRIPLE%% compiler-rt plist entries in favour of the dynamic COMPILER_RT_PLIST_FILES mechanism. Add FTARGET directory removal to post-install so the freebsd13.5-triple staging dir is cleaned up. Matches the approach used in devel/llvm21 (commit 67c9d2d722). AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 4e33e1535bfa6a2e0fe6ca1cb0a50d33946f822d https://github.com/MidnightBSD/mports/commit/4e33e1535bfa6a2e0fe6ca1cb0a50d33946f822d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M cad/sp2sp/Makefile M cad/sp2sp/distinfo M cad/sp2sp/files/patch-Makefile.am M cad/sp2sp/files/patch-configure.ac A cad/sp2sp/files/patch-spicefile_sp2sp.c Log Message: ----------- cad/sp2sp: update to 20170109 Update the gwave2 distfile used for sp2sp and refresh the local patches for the 2017 source. Add a portability patch for fopen64 on MidnightBSD. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/a9f52e1de373%5E...4e33e1535bfa To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 22:50:09 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 19:50:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 2447fc: cad/sp2sp: update to 20170109 (#222) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 2447fc38434848be448b3ab9137a364a3107c42d https://github.com/MidnightBSD/mports/commit/2447fc38434848be448b3ab9137a364a3107c42d Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M cad/sp2sp/Makefile M cad/sp2sp/distinfo M cad/sp2sp/files/patch-Makefile.am M cad/sp2sp/files/patch-configure.ac A cad/sp2sp/files/patch-spicefile_sp2sp.c M devel/llvm20/Makefile M devel/llvm20/Makefile.RUNTIMES M devel/llvm20/pkg-plist Log Message: ----------- cad/sp2sp: update to 20170109 (#222) * devel/llvm20: fix compiler-rt plist on i386 and x86_64 Remove Linux-only sanitizers (fuzzer) from LIBCLANG_RT_LIBS_i386 and Linux-only entries (dd, dyndd, fuzzer, msan, tsan, xray, profile) from LIBCLANG_RT_LIBS_x86_64 to match what LLVM actually builds on MidnightBSD/FreeBSD. Remove static %%CONFIGURE_TARGET%%/%%CRT_TRIPLE%%/ %%ARCH_TRIPLE%% compiler-rt plist entries in favour of the dynamic COMPILER_RT_PLIST_FILES mechanism. Add FTARGET directory removal to post-install so the freebsd13.5-triple staging dir is cleaned up. Matches the approach used in devel/llvm21 (commit 67c9d2d722). AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * cad/sp2sp: update to 20170109 Update the gwave2 distfile used for sp2sp and refresh the local patches for the 2017 source. Add a portability patch for fopen64 on MidnightBSD. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 22:50:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 19:50:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/cad/sp2sp Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 22:58:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 19:58:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] aa8a9c: lang/ocaml: add @dir entries before doc files in p... Message-ID: Branch: refs/heads/sysutils/R-cran-processx Home: https://github.com/MidnightBSD/mports Commit: aa8a9cbd562058379b0eeaa2b0ebb847542bc47f https://github.com/MidnightBSD/mports/commit/aa8a9cbd562058379b0eeaa2b0ebb847542bc47f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/ocaml/pkg-plist Log Message: ----------- lang/ocaml: add @dir entries before doc files in plist mport processes plist entries sequentially and requires @dir entries to appear before files in those directories so mport_mkdirp() creates the directory before archive extraction is attempted. Moving the @dir DOCSDIR entries to before the doc file entries fixes mport install failure: "Can't create .../htmlman/advexamples.html". AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 957da08ef00b10fea15ee2ac31e1cf88082fa82a https://github.com/MidnightBSD/mports/commit/957da08ef00b10fea15ee2ac31e1cf88082fa82a Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/R-cran-processx/Makefile Log Message: ----------- sysutils/R-cran-processx: disable tests Disable the test target and remove test-only dependencies to avoid circular dependency resolution through ports that depend back on processx. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt Compare: https://github.com/MidnightBSD/mports/compare/aa8a9cbd5620%5E...957da08ef00b To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 22:59:44 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 19:59:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 15ee6e: sysutils/R-cran-processx: disable tests (#223) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 15ee6e099eca795837b758a0f538f2834a59b3b1 https://github.com/MidnightBSD/mports/commit/15ee6e099eca795837b758a0f538f2834a59b3b1 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/ocaml/pkg-plist M sysutils/R-cran-processx/Makefile Log Message: ----------- sysutils/R-cran-processx: disable tests (#223) * lang/ocaml: add @dir entries before doc files in plist mport processes plist entries sequentially and requires @dir entries to appear before files in those directories so mport_mkdirp() creates the directory before archive extraction is attempted. Moving the @dir DOCSDIR entries to before the doc file entries fixes mport install failure: "Can't create .../htmlman/advexamples.html". AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt * sysutils/R-cran-processx: disable tests Disable the test target and remove test-only dependencies to avoid circular dependency resolution through ports that depend back on processx. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt --------- Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 22:59:52 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 19:59:52 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] Message-ID: Branch: refs/heads/sysutils/R-cran-processx Home: https://github.com/MidnightBSD/mports To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 23:09:07 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 20:09:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] aa8a9c: lang/ocaml: add @dir entries before doc files in p... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: aa8a9cbd562058379b0eeaa2b0ebb847542bc47f https://github.com/MidnightBSD/mports/commit/aa8a9cbd562058379b0eeaa2b0ebb847542bc47f Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M lang/ocaml/pkg-plist Log Message: ----------- lang/ocaml: add @dir entries before doc files in plist mport processes plist entries sequentially and requires @dir entries to appear before files in those directories so mport_mkdirp() creates the directory before archive extraction is attempted. Moving the @dir DOCSDIR entries to before the doc file entries fixes mport install failure: "Can't create .../htmlman/advexamples.html". AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: eefca486e0be662728f6c9ed5983e627797582a6 https://github.com/MidnightBSD/mports/commit/eefca486e0be662728f6c9ed5983e627797582a6 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: A multimedia/gstreamer1-plugins/files/patch-ext_sctp_usrsctp_meson.build Log Message: ----------- multimedia/gstreamer1-plugins: add MidnightBSD to usrsctp OS detection The bundled usrsctp meson.build only recognizes 'freebsd' as a BSD-like system. When host_machine.system() returns 'midnightbsd', it hits the else branch which calls subdir_done() without building usrsctp, causing gstreamer1-plugins-sctp to fail with "could not find system libusrsctp or configure internal libusrsctp". Treat midnightbsd identically to freebsd in the OS-specific compile flags. Fixes net/gstreamer1-plugins-sctp on i386/MidnightBSD 4.0. AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt Commit: 2b452595093ebcaff1efd5833ed2a673b4d20fc3 https://github.com/MidnightBSD/mports/commit/2b452595093ebcaff1efd5833ed2a673b4d20fc3 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M sysutils/R-cran-processx/Makefile Log Message: ----------- Merge branch 'master' of ssh://github.com/MidnightBSD/mports Commit: 9922905cf617de3818735ba1b5829b34a2d8cc65 https://github.com/MidnightBSD/mports/commit/9922905cf617de3818735ba1b5829b34a2d8cc65 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-cpp11/Makefile Log Message: ----------- just drop test issue Compare: https://github.com/MidnightBSD/mports/compare/15ee6e099eca...9922905cf617 To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 23:11:02 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 20:11:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 20cec7: test that needs this Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 20cec751a2ac0a9b355ad7584c62e148fbcf5e2e https://github.com/MidnightBSD/mports/commit/20cec751a2ac0a9b355ad7584c62e148fbcf5e2e Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-brio/Makefile Log Message: ----------- test that needs this To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 23:12:11 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 20:12:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 353d7e: circular depends for tests Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 353d7ed2b47a08396ca28dd59e5496c2da1d29e4 https://github.com/MidnightBSD/mports/commit/353d7ed2b47a08396ca28dd59e5496c2da1d29e4 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-waldo/Makefile Log Message: ----------- circular depends for tests To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 23:14:45 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 20:14:45 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] ef1ff2: circular Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: ef1ff262529f0ac94d1d3e23d529717b7f0218cb https://github.com/MidnightBSD/mports/commit/ef1ff262529f0ac94d1d3e23d529717b7f0218cb Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M print/R-cran-knitr/Makefile Log Message: ----------- circular To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 23:16:15 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 20:16:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 9d8586: test borked Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 9d85863b989ada4a2399d3a5dc5d18653e6d7b44 https://github.com/MidnightBSD/mports/commit/9d85863b989ada4a2399d3a5dc5d18653e6d7b44 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M textproc/R-cran-utf8/Makefile Log Message: ----------- test borked To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 23:17:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 20:17:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 059f9b: circular Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 059f9b433982907df154d2605ff5380b0c92d402 https://github.com/MidnightBSD/mports/commit/059f9b433982907df154d2605ff5380b0c92d402 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-praise/Makefile Log Message: ----------- circular To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 23:18:34 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 20:18:34 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 344fb2: circular Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 344fb249392fab23d35a8ab156968e15ca3a761c https://github.com/MidnightBSD/mports/commit/344fb249392fab23d35a8ab156968e15ca3a761c Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-pkgload/Makefile Log Message: ----------- circular To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 23:19:23 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 20:19:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 0e9528: circular test dep Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 0e95283a9a172a54566dc8a4faa2a2fb93a0f169 https://github.com/MidnightBSD/mports/commit/0e95283a9a172a54566dc8a4faa2a2fb93a0f169 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/R-cran-desc/Makefile Log Message: ----------- circular test dep To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 23:22:25 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 20:22:25 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] 724470: devel/rubygem-state_machines: add missing dependency Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: 72447081a1fdf925a1b63e9684eabb0f80885bff https://github.com/MidnightBSD/mports/commit/72447081a1fdf925a1b63e9684eabb0f80885bff Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/Makefile A devel/rubygem-state_machines/Makefile A devel/rubygem-state_machines/distinfo A devel/rubygem-state_machines/pkg-descr Log Message: ----------- devel/rubygem-state_machines: add missing dependency Import rubygem-state_machines from FreeBSD ports so make_index can resolve rubygem-state_machines-activemodel. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 01:27:27 2026 From: noreply at github.com (Lucas Holt) Date: Fri, 15 May 2026 22:27:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e7017e: textproc/xml2rfc: update to 3.33.0 Message-ID: Branch: refs/heads/textproc/xml2rfc Home: https://github.com/MidnightBSD/mports Commit: e7017eaf7ffae288fb3605cfb8491146ba5d64e6 https://github.com/MidnightBSD/mports/commit/e7017eaf7ffae288fb3605cfb8491146ba5d64e6 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: M textproc/xml2rfc/Makefile M textproc/xml2rfc/distinfo A textproc/xml2rfc/files/patch-pyproject.toml R textproc/xml2rfc/files/patch-requirements.txt R textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt M textproc/xml2rfc/pkg-descr M textproc/xml2rfc/pkg-message Log Message: ----------- textproc/xml2rfc: update to 3.33.0 Switch to the current PyPI release and PEP 517 build path, updating dependencies and package metadata for the 3.x series. AI-Assisted-by: OpenAI GPT-5 Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sat May 16 18:13:21 2026 From: noreply at github.com (Lucas Holt) Date: Sat, 16 May 2026 15:13:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] c76a11: net/gstreamer1-plugins-sctp: fix usrsctp on Midnig... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/mports Commit: c76a115b66ef18a9ffbb58d27b9789338622e982 https://github.com/MidnightBSD/mports/commit/c76a115b66ef18a9ffbb58d27b9789338622e982 Author: Lucas Holt Date: 2026-05-16 (Sat, 16 May 2026) Changed paths: A multimedia/gstreamer1-plugins-bad/files/patch-ext_sctp_usrsctp_meson.build Log Message: ----------- net/gstreamer1-plugins-sctp: fix usrsctp on MidnightBSD (#189) Treat MidnightBSD like FreeBSD when configuring the bundled usrsctp library so the SCTP plugin can configure without a system libusrsctp. AI-Assisted-by: OpenAI Codex Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:49:27 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:49:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] b782ae: ftp/R-cran-RCurl: update to 1.98-1.18 Message-ID: Branch: refs/heads/ftp/R-cran-RCurl Home: https://github.com/MidnightBSD/mports Commit: b782aed3ddc7ccdddae3d9212614f5b13dc9bd58 https://github.com/MidnightBSD/mports/commit/b782aed3ddc7ccdddae3d9212614f5b13dc9bd58 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M ftp/R-cran-RCurl/Makefile M ftp/R-cran-RCurl/distinfo Log Message: ----------- ftp/R-cran-RCurl: update to 1.98-1.18 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications From noreply at github.com Sun May 17 19:49:30 2026 From: noreply at github.com (Lucas Holt) Date: Sun, 17 May 2026 16:49:30 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/mports] e4a81d: devel/p5-Test-Script: update to 1.31 Message-ID: Branch: refs/heads/devel/p5-Test-Script Home: https://github.com/MidnightBSD/mports Commit: e4a81d118bc084386af86e0d2e228c021fab58f0 https://github.com/MidnightBSD/mports/commit/e4a81d118bc084386af86e0d2e228c021fab58f0 Author: Lucas Holt Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M devel/p5-Test-Script/Makefile M devel/p5-Test-Script/distinfo Log Message: ----------- devel/p5-Test-Script: update to 1.31 AI-Assisted-by: Claude Sonnet 4.6 Signed-off-by: Lucas Holt To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications