diff --git a/misc/crush/Makefile b/misc/crush/Makefile index d19fa06c9e89..1a73dafd6bc9 100644 --- a/misc/crush/Makefile +++ b/misc/crush/Makefile @@ -1,67 +1,67 @@ PORTNAME= crush DISTVERSIONPREFIX= v -DISTVERSION= 0.94.1 +DISTVERSION= 0.94.2 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.27+,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 0d6005ea8f10..33b4226801a8 100644 --- a/misc/crush/distinfo +++ b/misc/crush/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1789190924 -SHA256 (go/misc_crush/crush-v0.94.1/v0.94.1.mod) = 8e02b123b73a5400355a9dcdcb1526b6136a2f3534b64763803e82af5f1644ca -SIZE (go/misc_crush/crush-v0.94.1/v0.94.1.mod) = 9730 -SHA256 (go/misc_crush/crush-v0.94.1/v0.94.1.zip) = edcf4495e033ced6154b91e1bb006277f23664582a2ad78cb7eef0d3d58ea9af -SIZE (go/misc_crush/crush-v0.94.1/v0.94.1.zip) = 2845883 +TIMESTAMP = 1789415000 +SHA256 (go/misc_crush/crush-v0.94.2/v0.94.2.mod) = 8e02b123b73a5400355a9dcdcb1526b6136a2f3534b64763803e82af5f1644ca +SIZE (go/misc_crush/crush-v0.94.2/v0.94.2.mod) = 9730 +SHA256 (go/misc_crush/crush-v0.94.2/v0.94.2.zip) = e7046d0ca2cab8a0593033e26cc45f52dec7c9183328f56f3828fd174d1c685c +SIZE (go/misc_crush/crush-v0.94.2/v0.94.2.zip) = 2845883