diff --git a/misc/crush/Makefile b/misc/crush/Makefile index 0c87433df659..d72b3afadea8 100644 --- a/misc/crush/Makefile +++ b/misc/crush/Makefile @@ -1,68 +1,67 @@ PORTNAME= crush DISTVERSIONPREFIX= v -DISTVERSION= 0.89.0 -PORTREVISION= 2 +DISTVERSION= 0.90.0 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.26+,modules GO_MODULE= github.com/charmbracelet/crush GO_LDFLAGS= -w -X github.com/charmbracelet/crush/internal/version.Version=${DISTVERSION} PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= COMPLETIONS DISABLE_COMMAND_BLOCKING DOCS MANPAGES OPTIONS_DEFAULT= COMPLETIONS DISABLE_COMMAND_BLOCKING MANPAGES COMPLETIONS_DESC= Build and/or install shell completions DISABLE_COMMAND_BLOCKING_DESC= Support for disabling dangerous command blocking COMPLETIONS_PLIST_FILES=etc/bash_completion.d/${PORTNAME} \ share/fish/completions/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} DISABLE_COMMAND_BLOCKING_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-disable-command-blocking 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 6e97a68c7cbc..98a8b77ef598 100644 --- a/misc/crush/distinfo +++ b/misc/crush/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1786625105 -SHA256 (go/misc_crush/crush-v0.89.0/v0.89.0.mod) = 80e005d335ff5e5c30561f29c6649a864081a82872e2ed0a84c81e72efa24b67 -SIZE (go/misc_crush/crush-v0.89.0/v0.89.0.mod) = 10630 -SHA256 (go/misc_crush/crush-v0.89.0/v0.89.0.zip) = 208fe02e5c6ca07e52e7a8592e7b9145094015ed603197bca9cb0a7d111ec18b -SIZE (go/misc_crush/crush-v0.89.0/v0.89.0.zip) = 2866096 +TIMESTAMP = 1787274933 +SHA256 (go/misc_crush/crush-v0.90.0/v0.90.0.mod) = 5d3a9133a1d1d7931118cea4e621ab0c580b9cc2ac32d02b34dcc055f6ce3e8f +SIZE (go/misc_crush/crush-v0.90.0/v0.90.0.mod) = 10472 +SHA256 (go/misc_crush/crush-v0.90.0/v0.90.0.zip) = 0145871ecd24b484641052855a4cf264fb1bae6cce2341c98f8a1494939f4cc5 +SIZE (go/misc_crush/crush-v0.90.0/v0.90.0.zip) = 2747682