diff --git a/shells/iris/Makefile b/shells/iris/Makefile index 53af9b6d3aa7..89f09c61315d 100644 --- a/shells/iris/Makefile +++ b/shells/iris/Makefile @@ -1,53 +1,53 @@ PORTNAME= iris DISTVERSIONPREFIX= v -DISTVERSION= 0.5.2 +DISTVERSION= 0.5.4 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: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 9ec34a638862..e232909b82ae 100644 --- a/shells/iris/distinfo +++ b/shells/iris/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1786069722 -SHA256 (go/shells_iris/iris-v0.5.2/v0.5.2.mod) = b012e0a200bc449c35ecd4271abbc7e7b6974c92e22529b5de6d641404f7b8e4 -SIZE (go/shells_iris/iris-v0.5.2/v0.5.2.mod) = 1612 -SHA256 (go/shells_iris/iris-v0.5.2/v0.5.2.zip) = 7b8da100ea8116be4b306e42f09c9a5e23f18307583197ea3a6d5016884349eb -SIZE (go/shells_iris/iris-v0.5.2/v0.5.2.zip) = 771266 +TIMESTAMP = 1786229559 +SHA256 (go/shells_iris/iris-v0.5.4/v0.5.4.mod) = 04881f0c0ad2a04a151b4928f669ee2c0a98ee3dcd4c3818712805d6d756f236 +SIZE (go/shells_iris/iris-v0.5.4/v0.5.4.mod) = 2448 +SHA256 (go/shells_iris/iris-v0.5.4/v0.5.4.zip) = 4f48c1a1a96010b6acac3b58ba3c17f68015f4daa54733188d128ddad8f69fb4 +SIZE (go/shells_iris/iris-v0.5.4/v0.5.4.zip) = 800201