diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 94c5088471ff..80f0a95af8fa 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,29 +1,28 @@ PORTNAME= restic DISTVERSIONPREFIX= v -DISTVERSION= 0.17.0 -PORTREVISION= 1 +DISTVERSION= 0.17.1 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Fast, secure, efficient backup program WWW= https://restic.net/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/restic/restic GO_TARGET= ./cmd/${PORTNAME} PLIST_SUB= PORTNAME=${PORTNAME} post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/* ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL} -d ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_SCRIPT} ${WRKSRC}/doc/bash-completion.sh \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.sh ${INSTALL} -d ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/doc/zsh-completion.zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .include diff --git a/sysutils/restic/distinfo b/sysutils/restic/distinfo index 9a93a0d29ec2..b4256ccdae1f 100644 --- a/sysutils/restic/distinfo +++ b/sysutils/restic/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1721996835 -SHA256 (go/sysutils_restic/restic-v0.17.0/v0.17.0.mod) = 4fdd0679388b84e73bf80e6771ef0a4781e2fb2816c6e70da111b9db735a5453 -SIZE (go/sysutils_restic/restic-v0.17.0/v0.17.0.mod) = 3816 -SHA256 (go/sysutils_restic/restic-v0.17.0/v0.17.0.zip) = 8bc4ac8a620056f4c8a473ea129b63efc15787605f04292372099d50c798d677 -SIZE (go/sysutils_restic/restic-v0.17.0/v0.17.0.zip) = 24605477 +TIMESTAMP = 1725572311 +SHA256 (go/sysutils_restic/restic-v0.17.1/v0.17.1.mod) = 4fdd0679388b84e73bf80e6771ef0a4781e2fb2816c6e70da111b9db735a5453 +SIZE (go/sysutils_restic/restic-v0.17.1/v0.17.1.mod) = 3816 +SHA256 (go/sysutils_restic/restic-v0.17.1/v0.17.1.zip) = 080c687722ef1582b6123dcc9e24b1b905ec3784f7441095eab4a56e4912ab5b +SIZE (go/sysutils_restic/restic-v0.17.1/v0.17.1.zip) = 24632095 diff --git a/sysutils/restic/pkg-plist b/sysutils/restic/pkg-plist index 093c8ad8a5c9..de2cf570324f 100644 --- a/sysutils/restic/pkg-plist +++ b/sysutils/restic/pkg-plist @@ -1,38 +1,40 @@ bin/%%PORTNAME%% etc/bash_completion.d/%%PORTNAME%%.sh share/man/man1/%%PORTNAME%%-backup.1.gz share/man/man1/%%PORTNAME%%-cache.1.gz share/man/man1/%%PORTNAME%%-cat.1.gz share/man/man1/%%PORTNAME%%-check.1.gz share/man/man1/%%PORTNAME%%-copy.1.gz share/man/man1/%%PORTNAME%%-diff.1.gz share/man/man1/%%PORTNAME%%-dump.1.gz +share/man/man1/%%PORTNAME%%-features.1.gz share/man/man1/%%PORTNAME%%-find.1.gz share/man/man1/%%PORTNAME%%-forget.1.gz share/man/man1/%%PORTNAME%%-generate.1.gz share/man/man1/%%PORTNAME%%-init.1.gz share/man/man1/%%PORTNAME%%-key-add.1.gz share/man/man1/%%PORTNAME%%-key-list.1.gz share/man/man1/%%PORTNAME%%-key-passwd.1.gz share/man/man1/%%PORTNAME%%-key-remove.1.gz share/man/man1/%%PORTNAME%%-key.1.gz share/man/man1/%%PORTNAME%%-list.1.gz share/man/man1/%%PORTNAME%%-ls.1.gz share/man/man1/%%PORTNAME%%-migrate.1.gz share/man/man1/%%PORTNAME%%-mount.1.gz +share/man/man1/%%PORTNAME%%-options.1.gz share/man/man1/%%PORTNAME%%-prune.1.gz share/man/man1/%%PORTNAME%%-recover.1.gz share/man/man1/%%PORTNAME%%-repair-index.1.gz share/man/man1/%%PORTNAME%%-repair-packs.1.gz share/man/man1/%%PORTNAME%%-repair-snapshots.1.gz share/man/man1/%%PORTNAME%%-repair.1.gz share/man/man1/%%PORTNAME%%-restore.1.gz share/man/man1/%%PORTNAME%%-rewrite.1.gz share/man/man1/%%PORTNAME%%-self-update.1.gz share/man/man1/%%PORTNAME%%-snapshots.1.gz share/man/man1/%%PORTNAME%%-stats.1.gz share/man/man1/%%PORTNAME%%-tag.1.gz share/man/man1/%%PORTNAME%%-unlock.1.gz share/man/man1/%%PORTNAME%%-version.1.gz share/man/man1/%%PORTNAME%%.1.gz share/zsh/site-functions/_%%PORTNAME%%