diff --git a/misc/crush/Makefile b/misc/crush/Makefile index 916b3407d8ea..870223840653 100644 --- a/misc/crush/Makefile +++ b/misc/crush/Makefile @@ -1,64 +1,64 @@ PORTNAME= crush DISTVERSIONPREFIX= v -DISTVERSION= 0.46.1 +DISTVERSION= 0.46.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.26+,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 fa3daa0b6fd6..b6b0f943f39e 100644 --- a/misc/crush/distinfo +++ b/misc/crush/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1772247903 -SHA256 (go/misc_crush/crush-v0.46.1/v0.46.1.mod) = b29e4451925f6bba8f1caf3fc31afbd041d4b90b4214a8fda6ef668de3c0787c -SIZE (go/misc_crush/crush-v0.46.1/v0.46.1.mod) = 9382 -SHA256 (go/misc_crush/crush-v0.46.1/v0.46.1.zip) = f3f6069aa700bd1e05f661b278199a22884d370f12cefc4d36f740a8c656f2c8 -SIZE (go/misc_crush/crush-v0.46.1/v0.46.1.zip) = 3565630 +TIMESTAMP = 1772523836 +SHA256 (go/misc_crush/crush-v0.46.2/v0.46.2.mod) = f135b0b587ba78812002fa880189546a2e85b89f2e92a5359d7616d60639e940 +SIZE (go/misc_crush/crush-v0.46.2/v0.46.2.mod) = 9333 +SHA256 (go/misc_crush/crush-v0.46.2/v0.46.2.zip) = 73195d9e9581a32145ee3c07c97144027ed045ed6575cdaa7108310b0006713d +SIZE (go/misc_crush/crush-v0.46.2/v0.46.2.zip) = 3566627