git: 5a5e4c0e7045 - main - misc/crush: Update to 0.91.2

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Wed, 26 Aug 2026 23:52:57 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a5e4c0e7045f88377c7315e0d88de05b1e19cde

commit 5a5e4c0e7045f88377c7315e0d88de05b1e19cde
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-08-26 23:51:42 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-08-26 23:52:49 +0000

    misc/crush: Update to 0.91.2
    
    Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.91.2
    
    Reported by:    GitHub (watch releases)
---
 misc/crush/Makefile                                   |  2 +-
 misc/crush/distinfo                                   | 10 +++++-----
 misc/crush/files/extra-patch-disable-command-blocking |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/misc/crush/Makefile b/misc/crush/Makefile
index 5fcbb5a79534..0481fcf50cee 100644
--- a/misc/crush/Makefile
+++ b/misc/crush/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	crush
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.91.1
+DISTVERSION=	0.91.2
 CATEGORIES=	misc devel
 
 MAINTAINER=	tagattie@FreeBSD.org
diff --git a/misc/crush/distinfo b/misc/crush/distinfo
index 66f5807a4c4c..3439a67aafee 100644
--- a/misc/crush/distinfo
+++ b/misc/crush/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1787708190
-SHA256 (go/misc_crush/crush-v0.91.1/v0.91.1.mod) = d4ec7ecb3eec6cc01602e81e6f579dc79a93e3dd6379e113dbf240a0b40c4257
-SIZE (go/misc_crush/crush-v0.91.1/v0.91.1.mod) = 10472
-SHA256 (go/misc_crush/crush-v0.91.1/v0.91.1.zip) = 488b44eb0ca8e98af0898eb42911f719e8f64ef4773ddc98f252f0739830828c
-SIZE (go/misc_crush/crush-v0.91.1/v0.91.1.zip) = 2758212
+TIMESTAMP = 1787787311
+SHA256 (go/misc_crush/crush-v0.91.2/v0.91.2.mod) = d4ec7ecb3eec6cc01602e81e6f579dc79a93e3dd6379e113dbf240a0b40c4257
+SIZE (go/misc_crush/crush-v0.91.2/v0.91.2.mod) = 10472
+SHA256 (go/misc_crush/crush-v0.91.2/v0.91.2.zip) = 2373e1a571c90c84774a60fc154c3ff94a591fc4b7065931c7a2db7fbf377886
+SIZE (go/misc_crush/crush-v0.91.2/v0.91.2.zip) = 2764079
diff --git a/misc/crush/files/extra-patch-disable-command-blocking b/misc/crush/files/extra-patch-disable-command-blocking
index 2f1f1f52579a..00cd0ef0c220 100644
--- a/misc/crush/files/extra-patch-disable-command-blocking
+++ b/misc/crush/files/extra-patch-disable-command-blocking
@@ -100,7 +100,7 @@
  func TestBashTool_ChainedCommandsRequirePermission(t *testing.T) {
 --- internal/config/config.go.orig	1979-11-29 15:00:00 UTC
 +++ internal/config/config.go
-@@ -319,6 +319,7 @@ type Options struct {
+@@ -332,6 +332,7 @@ type Options struct {
  	Debug                bool        `json:"debug,omitempty" jsonschema:"description=Enable debug logging,default=false"`
  	DebugLSP             bool        `json:"debug_lsp,omitempty" jsonschema:"description=Enable debug logging for LSP servers,default=false"`
  	DisableAutoSummarize bool        `json:"disable_auto_summarize,omitempty" jsonschema:"description=Disable automatic conversation summarization,default=false"`