git: 8443f06e5ec5 - main - misc/crush: Update to 0.93.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Sep 2026 01:47:38 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8443f06e5ec582af0ba6cf852572aab8f31582f6
commit 8443f06e5ec582af0ba6cf852572aab8f31582f6
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-09-11 01:46:22 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-09-11 01:47:29 +0000
misc/crush: Update to 0.93.1
Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.93.1
Reported by: GitHub (watch releases)
---
misc/crush/Makefile | 5 ++---
misc/crush/distinfo | 10 +++++-----
misc/crush/files/extra-patch-disable-command-blocking | 4 ++--
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/misc/crush/Makefile b/misc/crush/Makefile
index e0f7a18b8f3f..7e745a2dba29 100644
--- a/misc/crush/Makefile
+++ b/misc/crush/Makefile
@@ -1,7 +1,6 @@
PORTNAME= crush
DISTVERSIONPREFIX= v
-DISTVERSION= 0.92.0
-PORTREVISION= 1
+DISTVERSION= 0.93.1
CATEGORIES= misc devel
MAINTAINER= tagattie@FreeBSD.org
@@ -13,7 +12,7 @@ LICENSE_NAME= Functional Source License, Version 1.1, MIT Future License
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
-USES= go:1.26+,modules
+USES= go:1.27+,modules
GO_MODULE= github.com/charmbracelet/crush
GO_LDFLAGS= -w -X github.com/charmbracelet/crush/internal/version.Version=${DISTVERSION}
diff --git a/misc/crush/distinfo b/misc/crush/distinfo
index d0c426403bc5..eb6e0a42e08a 100644
--- a/misc/crush/distinfo
+++ b/misc/crush/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1788233563
-SHA256 (go/misc_crush/crush-v0.92.0/v0.92.0.mod) = e5242d6196cdfe25815ee2dd6c9a441e0038f8d6a0dd684a2a3b1282a0a4fe5d
-SIZE (go/misc_crush/crush-v0.92.0/v0.92.0.mod) = 10473
-SHA256 (go/misc_crush/crush-v0.92.0/v0.92.0.zip) = 3e35735af2534767e851a25c55f00f19a4095a3fcce64edb42e92c667ee0a0a9
-SIZE (go/misc_crush/crush-v0.92.0/v0.92.0.zip) = 2774568
+TIMESTAMP = 1789090292
+SHA256 (go/misc_crush/crush-v0.93.1/v0.93.1.mod) = cde369afe1986c5bde5a6acf3be411fb6762c2e067fad9b120deb8aaa6f36093
+SIZE (go/misc_crush/crush-v0.93.1/v0.93.1.mod) = 10317
+SHA256 (go/misc_crush/crush-v0.93.1/v0.93.1.zip) = 31f6aa906a6129c47d385b10e941558cda45208be88547e0861824de802c4c6e
+SIZE (go/misc_crush/crush-v0.93.1/v0.93.1.zip) = 2803963
diff --git a/misc/crush/files/extra-patch-disable-command-blocking b/misc/crush/files/extra-patch-disable-command-blocking
index 38ab16c468d9..ee60cf217448 100644
--- a/misc/crush/files/extra-patch-disable-command-blocking
+++ b/misc/crush/files/extra-patch-disable-command-blocking
@@ -11,7 +11,7 @@
tools.NewMultiEditTool(nil, env.permissions, env.history, *env.filetracker, env.workingDir),
--- internal/agent/coordinator.go.orig 1979-11-29 15:00:00 UTC
+++ internal/agent/coordinator.go
-@@ -714,7 +714,7 @@ func (c *coordinator) buildTools(ctx context.Context,
+@@ -775,7 +775,7 @@ func (c *coordinator) buildTools(ctx context.Context,
allTools = append(
allTools,
@@ -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
-@@ -363,6 +363,7 @@ type Options struct {
+@@ -364,6 +364,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"`