From 72cc43c7c164fc90e45aa5f297a14637b158587b Mon Sep 17 00:00:00 2001 From: swills Date: Tue, 22 May 2018 13:58:03 +0000 Subject: sysutils/restic: update to to 0.9.0 PR: 228420 Submitted by: Greg Fitzgerald (maintainer) --- sysutils/restic/Makefile | 2 +- sysutils/restic/distinfo | 6 +++--- sysutils/restic/pkg-plist | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'sysutils') diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 81aca808451..852bee03474 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -2,7 +2,7 @@ PORTNAME= restic DISTVERSIONPREFIX= v -DISTVERSION= 0.8.3 +DISTVERSION= 0.9.0 CATEGORIES= sysutils MAINTAINER= gregf@hugops.pw diff --git a/sysutils/restic/distinfo b/sysutils/restic/distinfo index 6f6a706cfd0..fcefeec705e 100644 --- a/sysutils/restic/distinfo +++ b/sysutils/restic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1519683587 -SHA256 (restic-restic-v0.8.3_GH0.tar.gz) = 0cf697c88404b180d6d6ff2e7d2c27b2fcb9536da6dbdf15ad4d320af7e8f17c -SIZE (restic-restic-v0.8.3_GH0.tar.gz) = 48746281 +TIMESTAMP = 1526982237 +SHA256 (restic-restic-v0.9.0_GH0.tar.gz) = 5b46612254dcaec09a6f7ddae70e116f77c0f87ac7988dc379b34d0fd4bbc4c4 +SIZE (restic-restic-v0.9.0_GH0.tar.gz) = 51049118 diff --git a/sysutils/restic/pkg-plist b/sysutils/restic/pkg-plist index f893cf34041..07cea20a862 100644 --- a/sysutils/restic/pkg-plist +++ b/sysutils/restic/pkg-plist @@ -1,7 +1,7 @@ -bin/restic -%%BASH%%etc/bash_completion.d/%%PORTNAME%%.sh -%%ZSH%%share/zsh/site-functions/_%%PORTNAME%% +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%%-diff.1.gz @@ -23,3 +23,4 @@ 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%% -- cgit