diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index b100b36a94fb..7c84d5d690b0 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,29 +1,28 @@ PORTNAME= restic DISTVERSIONPREFIX= v -DISTVERSION= 0.16.0 -PORTREVISION= 2 +DISTVERSION= 0.16.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}${MANPREFIX}/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 2caeb46f44d0..21ac526a5c16 100644 --- a/sysutils/restic/distinfo +++ b/sysutils/restic/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1690872926 -SHA256 (go/sysutils_restic/restic-v0.16.0/v0.16.0.mod) = 7968bdfc78a0b5d98641015eae33662b4997d64c4da1b1aeed69113208aa04bc -SIZE (go/sysutils_restic/restic-v0.16.0/v0.16.0.mod) = 3396 -SHA256 (go/sysutils_restic/restic-v0.16.0/v0.16.0.zip) = 8e199e540f2e5d0c31e4330488b390395d92fe150e3fdd36daa12603034fb448 -SIZE (go/sysutils_restic/restic-v0.16.0/v0.16.0.zip) = 24421400 +TIMESTAMP = 1698215408 +SHA256 (go/sysutils_restic/restic-v0.16.1/v0.16.1.mod) = 2825ce79086b91c1c6d6bbbb4eb1c2022850bbdce40047a41cf3c6cf0f8d3beb +SIZE (go/sysutils_restic/restic-v0.16.1/v0.16.1.mod) = 3434 +SHA256 (go/sysutils_restic/restic-v0.16.1/v0.16.1.zip) = 475928ce77fed73c45f5da999b14fb02723146a76b1708454fcfd15fd2db23a1 +SIZE (go/sysutils_restic/restic-v0.16.1/v0.16.1.zip) = 24436318 diff --git a/sysutils/restic/pkg-plist b/sysutils/restic/pkg-plist index b1456d3c0993..8ebfbe81d77b 100644 --- a/sysutils/restic/pkg-plist +++ b/sysutils/restic/pkg-plist @@ -1,33 +1,34 @@ bin/%%PORTNAME%% etc/bash_completion.d/%%PORTNAME%%.sh man/man1/%%PORTNAME%%-backup.1.gz man/man1/%%PORTNAME%%-cache.1.gz man/man1/%%PORTNAME%%-cat.1.gz man/man1/%%PORTNAME%%-check.1.gz man/man1/%%PORTNAME%%-copy.1.gz man/man1/%%PORTNAME%%-diff.1.gz man/man1/%%PORTNAME%%-dump.1.gz man/man1/%%PORTNAME%%-find.1.gz man/man1/%%PORTNAME%%-forget.1.gz man/man1/%%PORTNAME%%-generate.1.gz man/man1/%%PORTNAME%%-init.1.gz man/man1/%%PORTNAME%%-key.1.gz man/man1/%%PORTNAME%%-list.1.gz man/man1/%%PORTNAME%%-ls.1.gz man/man1/%%PORTNAME%%-migrate.1.gz man/man1/%%PORTNAME%%-mount.1.gz man/man1/%%PORTNAME%%-prune.1.gz man/man1/%%PORTNAME%%-recover.1.gz man/man1/%%PORTNAME%%-repair-index.1.gz +man/man1/%%PORTNAME%%-repair-packs.1.gz man/man1/%%PORTNAME%%-repair-snapshots.1.gz man/man1/%%PORTNAME%%-repair.1.gz man/man1/%%PORTNAME%%-restore.1.gz man/man1/%%PORTNAME%%-rewrite.1.gz man/man1/%%PORTNAME%%-self-update.1.gz man/man1/%%PORTNAME%%-snapshots.1.gz man/man1/%%PORTNAME%%-stats.1.gz man/man1/%%PORTNAME%%-tag.1.gz man/man1/%%PORTNAME%%-unlock.1.gz man/man1/%%PORTNAME%%-version.1.gz man/man1/%%PORTNAME%%.1.gz share/zsh/site-functions/_%%PORTNAME%%