diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 5ba7d9ba2fa7..f88707c0d946 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,29 +1,28 @@ PORTNAME= restic DISTVERSIONPREFIX= v -DISTVERSION= 0.16.5 -PORTREVISION= 1 +DISTVERSION= 0.17.0 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 5a3e9c34296d..9a93a0d29ec2 100644 --- a/sysutils/restic/distinfo +++ b/sysutils/restic/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1719898526 -SHA256 (go/sysutils_restic/restic-v0.16.5/v0.16.5.mod) = 13e3085d886afe56076416f2c9803338176a6958501b6b4b68e2f2614823a2f8 -SIZE (go/sysutils_restic/restic-v0.16.5/v0.16.5.mod) = 3880 -SHA256 (go/sysutils_restic/restic-v0.16.5/v0.16.5.zip) = aa87e4419bb1f49e910b273f91ee3ecaa18f3f1ed791b56b7ced0818588e4ede -SIZE (go/sysutils_restic/restic-v0.16.5/v0.16.5.zip) = 24450406 +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 diff --git a/sysutils/restic/pkg-plist b/sysutils/restic/pkg-plist index 3d6622781694..093c8ad8a5c9 100644 --- a/sysutils/restic/pkg-plist +++ b/sysutils/restic/pkg-plist @@ -1,34 +1,38 @@ 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%%-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%%-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%%