diff --git a/shells/iris/Makefile b/shells/iris/Makefile index 89f09c61315d..621daf717f50 100644 --- a/shells/iris/Makefile +++ b/shells/iris/Makefile @@ -1,53 +1,53 @@ PORTNAME= iris DISTVERSIONPREFIX= v -DISTVERSION= 0.5.4 +DISTVERSION= 0.6.0 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 e232909b82ae..fe841ba721d6 100644 --- a/shells/iris/distinfo +++ b/shells/iris/distinfo @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1786402904 +SHA256 (go/shells_iris/iris-v0.6.0/v0.6.0.mod) = 04881f0c0ad2a04a151b4928f669ee2c0a98ee3dcd4c3818712805d6d756f236 +SIZE (go/shells_iris/iris-v0.6.0/v0.6.0.mod) = 2448 +SHA256 (go/shells_iris/iris-v0.6.0/v0.6.0.zip) = f94b784d8652e01ac595743667aaba99a7412f03f073884643a87139e5813076 +SIZE (go/shells_iris/iris-v0.6.0/v0.6.0.zip) = 802288