diff --git a/misc/crush/Makefile b/misc/crush/Makefile index b3ee12078eea..68aa60590ae5 100644 --- a/misc/crush/Makefile +++ b/misc/crush/Makefile @@ -1,64 +1,64 @@ PORTNAME= crush DISTVERSIONPREFIX= v -DISTVERSION= 0.37.0 +DISTVERSION= 0.39.1 CATEGORIES= misc devel MAINTAINER= tagattie@FreeBSD.org COMMENT= Glamourous AI coding agent for your favourite terminal WWW= https://github.com/charmbracelet/crush LICENSE= FSL-1.1-MIT 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.25+,modules GO_MODULE= github.com/charmbracelet/crush GO_BUILDFLAGS= -ldflags '-s -w -X github.com/charmbracelet/crush/internal/version.Version=${DISTVERSION}' PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= COMPLETIONS DOCS MANPAGES OPTIONS_DEFAULT= COMPLETIONS MANPAGES COMPLETIONS_DESC= Build and/or install shell completions COMPLETIONS_PLIST_FILES=etc/bash_completion.d/${PORTNAME} \ share/fish/completions/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz post-build-COMPLETIONS-on: @${MKDIR} ${GO_WRKSRC}/completions .for sh in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion ${sh} > \ ${GO_WRKSRC}/completions/${PORTNAME}.${sh} .endfor post-build-MANPAGES-on: @${MKDIR} ${GO_WRKSRC}/manpages ${GO_WRKDIR_BIN}/${PORTNAME} man > ${GO_WRKSRC}/manpages/${PORTNAME}.1 post-install-COMPLETIONS-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/fish/completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${GO_WRKSRC}/completions/${PORTNAME}.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME} ${INSTALL_DATA} ${GO_WRKSRC}/completions/${PORTNAME}.fish \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish ${INSTALL_DATA} ${GO_WRKSRC}/completions/${PORTNAME}.zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${GO_WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install-MANPAGES-on: ${INSTALL_MAN} ${GO_WRKSRC}/manpages/${PORTNAME}.1 \ ${STAGEDIR}/${PREFIX}/share/man/man1 .include diff --git a/misc/crush/distinfo b/misc/crush/distinfo index be4d422b4240..8ce282853449 100644 --- a/misc/crush/distinfo +++ b/misc/crush/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1769980170 -SHA256 (go/misc_crush/crush-v0.37.0/v0.37.0.mod) = 45a5fee6d0319ebc0b77c8603192aea2ad886280358bd020b71deca34f631ba1 -SIZE (go/misc_crush/crush-v0.37.0/v0.37.0.mod) = 9698 -SHA256 (go/misc_crush/crush-v0.37.0/v0.37.0.zip) = 5c103141afe1545e238079cb1ff6084bd8e982f9a738878c3bfb3cc6ff8bc3e6 -SIZE (go/misc_crush/crush-v0.37.0/v0.37.0.zip) = 3726543 +TIMESTAMP = 1770259822 +SHA256 (go/misc_crush/crush-v0.39.1/v0.39.1.mod) = 55ecfec293a2e88fcb33c4fe8cce55aa713d2fc7e2fec4fa699ea439d0dc0fff +SIZE (go/misc_crush/crush-v0.39.1/v0.39.1.mod) = 9723 +SHA256 (go/misc_crush/crush-v0.39.1/v0.39.1.zip) = 4e8f969955f11b42954df9d07bf5490f6f62ee21a28acbfc1ae259b1a49187c5 +SIZE (go/misc_crush/crush-v0.39.1/v0.39.1.zip) = 3730284