aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-05-22 21:58:03 +0800
committerswills <swills@FreeBSD.org>2018-05-22 21:58:03 +0800
commit72cc43c7c164fc90e45aa5f297a14637b158587b (patch)
tree41834b583a7ae6b8984ac5052a645166d667e931 /sysutils
parent376fc65487692f9e1c438b4ecbafe993346b69e5 (diff)
downloadfreebsd-ports-graphics-72cc43c7c164fc90e45aa5f297a14637b158587b.tar.gz
freebsd-ports-graphics-72cc43c7c164fc90e45aa5f297a14637b158587b.tar.zst
freebsd-ports-graphics-72cc43c7c164fc90e45aa5f297a14637b158587b.zip
sysutils/restic: update to to 0.9.0
PR: 228420 Submitted by: Greg Fitzgerald <gregf@hugops.pw> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/restic/Makefile2
-rw-r--r--sysutils/restic/distinfo6
-rw-r--r--sysutils/restic/pkg-plist7
3 files changed, 8 insertions, 7 deletions
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%%