diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 15fd8e0514e3..5c1dc6f02dd4 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,31 +1,30 @@ PORTNAME= restic DISTVERSIONPREFIX= v -DISTVERSION= 0.14.0 -PORTREVISION= 3 +DISTVERSION= 0.15.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}${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 3dfc216e67bf..8011ab462c1b 100644 --- a/sysutils/restic/distinfo +++ b/sysutils/restic/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1661527770 -SHA256 (go/sysutils_restic/restic-v0.14.0/v0.14.0.mod) = f8d0f8b30a5a3ccc1d70329ce392891ac93d2ef9f2bbecafd009814f1dd8da21 -SIZE (go/sysutils_restic/restic-v0.14.0/v0.14.0.mod) = 1984 -SHA256 (go/sysutils_restic/restic-v0.14.0/v0.14.0.zip) = a2516650b4ca1ff54d2c650e283e1a82021ed711cfe6c57053e9377a3be8c3b3 -SIZE (go/sysutils_restic/restic-v0.14.0/v0.14.0.zip) = 24287734 +TIMESTAMP = 1673555326 +SHA256 (go/sysutils_restic/restic-v0.15.0/v0.15.0.mod) = ca0c29bd12069b44651c6ae8ea3593c514db841518a0a24520e367e7c392129a +SIZE (go/sysutils_restic/restic-v0.15.0/v0.15.0.mod) = 2905 +SHA256 (go/sysutils_restic/restic-v0.15.0/v0.15.0.zip) = 99ff618738a0c151bc60d0261761e608417af67faca3e5f8cedaefab0bbf0f64 +SIZE (go/sysutils_restic/restic-v0.15.0/v0.15.0.zip) = 24326679 diff --git a/sysutils/restic/pkg-plist b/sysutils/restic/pkg-plist index 5e54f0b34830..17f32b138a29 100644 --- a/sysutils/restic/pkg-plist +++ b/sysutils/restic/pkg-plist @@ -1,30 +1,31 @@ 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%%-rebuild-index.1.gz man/man1/%%PORTNAME%%-recover.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%%