From owner-svn-ports-all@freebsd.org Sun Aug 12 12:42:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55764106F7A4; Sun, 12 Aug 2018 12:42:10 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03F5886482; Sun, 12 Aug 2018 12:42:10 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D91E026228; Sun, 12 Aug 2018 12:42:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7CCg9bO049505; Sun, 12 Aug 2018 12:42:09 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7CCg9r1049503; Sun, 12 Aug 2018 12:42:09 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201808121242.w7CCg9r1049503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 12 Aug 2018 12:42:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476987 - head/sysutils/restic X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/restic X-SVN-Commit-Revision: 476987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2018 12:42:10 -0000 Author: dbaio Date: Sun Aug 12 12:42:08 2018 New Revision: 476987 URL: https://svnweb.freebsd.org/changeset/ports/476987 Log: sysutils/restic: Update to 0.9.2 Changes: https://github.com/restic/restic/releases/tag/v0.9.2 PR: 230431 Submitted by: Greg Fitzgerald (maintainer) Modified: head/sysutils/restic/Makefile head/sysutils/restic/distinfo head/sysutils/restic/pkg-plist Modified: head/sysutils/restic/Makefile ============================================================================== --- head/sysutils/restic/Makefile Sun Aug 12 12:32:08 2018 (r476986) +++ head/sysutils/restic/Makefile Sun Aug 12 12:42:08 2018 (r476987) @@ -2,7 +2,7 @@ PORTNAME= restic DISTVERSIONPREFIX= v -DISTVERSION= 0.9.1 +DISTVERSION= 0.9.2 CATEGORIES= sysutils MAINTAINER= gregf@hugops.pw Modified: head/sysutils/restic/distinfo ============================================================================== --- head/sysutils/restic/distinfo Sun Aug 12 12:32:08 2018 (r476986) +++ head/sysutils/restic/distinfo Sun Aug 12 12:42:08 2018 (r476987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529125110 -SHA256 (restic-restic-v0.9.1_GH0.tar.gz) = 359d3b8e555a9952f2b98c81ee3dbec8dc441e12789c436ca564762aaacec095 -SIZE (restic-restic-v0.9.1_GH0.tar.gz) = 51056544 +TIMESTAMP = 1534074269 +SHA256 (restic-restic-v0.9.2_GH0.tar.gz) = 8f8eee3e9651b9f7384a323ba3c26a5667a6388ab2ef8e6d869d3cd69b9f7c95 +SIZE (restic-restic-v0.9.2_GH0.tar.gz) = 27344284 Modified: head/sysutils/restic/pkg-plist ============================================================================== --- head/sysutils/restic/pkg-plist Sun Aug 12 12:32:08 2018 (r476986) +++ head/sysutils/restic/pkg-plist Sun Aug 12 12:42:08 2018 (r476987) @@ -19,6 +19,7 @@ man/man1/%%PORTNAME%%-prune.1.gz man/man1/%%PORTNAME%%-rebuild-index.1.gz man/man1/%%PORTNAME%%-restore.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