diff --git a/shells/iris/Makefile b/shells/iris/Makefile index ca941d4c3f1f..e2a3926435ed 100644 --- a/shells/iris/Makefile +++ b/shells/iris/Makefile @@ -1,53 +1,53 @@ PORTNAME= iris DISTVERSIONPREFIX= v -DISTVERSION= 0.4.5 +DISTVERSION= 0.4.8 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 c6c2eaba1542..bf627d1fd0f6 100644 --- a/shells/iris/distinfo +++ b/shells/iris/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1785329243 -SHA256 (go/shells_iris/iris-v0.4.5/v0.4.5.mod) = ca234b8e58a3ca88337c6e4a50225b7170807eca3775caf8c5ad55a456a4d329 -SIZE (go/shells_iris/iris-v0.4.5/v0.4.5.mod) = 1562 -SHA256 (go/shells_iris/iris-v0.4.5/v0.4.5.zip) = 4ab76dc41405134c4dedd2ae2ed3ffc27fef9615ff54c29d0996b1e7b0cf346b -SIZE (go/shells_iris/iris-v0.4.5/v0.4.5.zip) = 738913 +TIMESTAMP = 1785370646 +SHA256 (go/shells_iris/iris-v0.4.8/v0.4.8.mod) = ca234b8e58a3ca88337c6e4a50225b7170807eca3775caf8c5ad55a456a4d329 +SIZE (go/shells_iris/iris-v0.4.8/v0.4.8.mod) = 1562 +SHA256 (go/shells_iris/iris-v0.4.8/v0.4.8.zip) = fae1ac68a2ecb1a7adfa3a62d7c95508e297ffd0cb5f6f3d8a2a11ee1f7c4db8 +SIZE (go/shells_iris/iris-v0.4.8/v0.4.8.zip) = 741465