svn commit: r470614 - head/sysutils/restic
Steve Wills
swills at FreeBSD.org
Tue May 22 13:58:05 UTC 2018
Author: swills
Date: Tue May 22 13:58:03 2018
New Revision: 470614
URL: https://svnweb.freebsd.org/changeset/ports/470614
Log:
sysutils/restic: update to to 0.9.0
PR: 228420
Submitted by: Greg Fitzgerald <gregf at hugops.pw> (maintainer)
Modified:
head/sysutils/restic/Makefile (contents, props changed)
head/sysutils/restic/distinfo (contents, props changed)
head/sysutils/restic/pkg-plist (contents, props changed)
Modified: head/sysutils/restic/Makefile
==============================================================================
--- head/sysutils/restic/Makefile Tue May 22 13:53:37 2018 (r470613)
+++ head/sysutils/restic/Makefile Tue May 22 13:58:03 2018 (r470614)
@@ -2,7 +2,7 @@
PORTNAME= restic
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.3
+DISTVERSION= 0.9.0
CATEGORIES= sysutils
MAINTAINER= gregf at hugops.pw
Modified: head/sysutils/restic/distinfo
==============================================================================
--- head/sysutils/restic/distinfo Tue May 22 13:53:37 2018 (r470613)
+++ head/sysutils/restic/distinfo Tue May 22 13:58:03 2018 (r470614)
@@ -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
Modified: head/sysutils/restic/pkg-plist
==============================================================================
--- head/sysutils/restic/pkg-plist Tue May 22 13:53:37 2018 (r470613)
+++ head/sysutils/restic/pkg-plist Tue May 22 13:58:03 2018 (r470614)
@@ -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%%
More information about the svn-ports-all
mailing list