diff --git a/shells/iris/Makefile b/shells/iris/Makefile index 8a5be412c702..3c9d85bb83fb 100644 --- a/shells/iris/Makefile +++ b/shells/iris/Makefile @@ -1,53 +1,53 @@ PORTNAME= iris DISTVERSIONPREFIX= v -DISTVERSION= 0.4.11 +DISTVERSION= 0.4.21 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org COMMENT= Shell auto-completion tool for your terminal WWW= https://github.com/versenilvis/IRIS LICENSE= BSD0CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.25+,modules GO_MODULE= github.com/versenilvis/iris GO_TARGET= ./cmd/iris GO_LDFLAGS= -w -X github.com/versenilvis/iris/root.Version=${DISTVERSION} PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= COMPLETIONS DOCS OPTIONS_DEFAULT= COMPLETIONS 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} post-build-COMPLETIONS-on: @${MKDIR} ${WRKSRC}/completions .for sh in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion ${sh} > \ ${WRKSRC}/completions/${PORTNAME}.${sh} .endfor 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|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/shells/iris/distinfo b/shells/iris/distinfo index f867d20bb0aa..90d8a34aecb1 100644 --- a/shells/iris/distinfo +++ b/shells/iris/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1785466366 -SHA256 (go/shells_iris/iris-v0.4.11/v0.4.11.mod) = ca234b8e58a3ca88337c6e4a50225b7170807eca3775caf8c5ad55a456a4d329 -SIZE (go/shells_iris/iris-v0.4.11/v0.4.11.mod) = 1562 -SHA256 (go/shells_iris/iris-v0.4.11/v0.4.11.zip) = 7d99a5d76ac72d98866953868249c3207777704ec126fed85064baa4a4ed6934 -SIZE (go/shells_iris/iris-v0.4.11/v0.4.11.zip) = 743562 +TIMESTAMP = 1785563611 +SHA256 (go/shells_iris/iris-v0.4.21/v0.4.21.mod) = baf3bb0bdf072d978b729fdc3027a043eaddaccd3d8dd945e47c68909b10d6b7 +SIZE (go/shells_iris/iris-v0.4.21/v0.4.21.mod) = 1624 +SHA256 (go/shells_iris/iris-v0.4.21/v0.4.21.zip) = fed08e57f65e477c1577125920bffc2b605d1333fde34a0cada6438b542c5a24 +SIZE (go/shells_iris/iris-v0.4.21/v0.4.21.zip) = 751944