From owner-svn-ports-head@freebsd.org Tue Feb 27 01:51:24 2018 Return-Path: Delivered-To: svn-ports-head@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 B1F30F37747; Tue, 27 Feb 2018 01:51:24 +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 5B2E778ECC; Tue, 27 Feb 2018 01:51:24 +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 5639C23B3D; Tue, 27 Feb 2018 01:51:24 +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 w1R1pOde026766; Tue, 27 Feb 2018 01:51:24 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R1pOTl026764; Tue, 27 Feb 2018 01:51:24 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201802270151.w1R1pOTl026764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 27 Feb 2018 01:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463105 - head/sysutils/restic X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/restic X-SVN-Commit-Revision: 463105 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 01:51:24 -0000 Author: dbaio Date: Tue Feb 27 01:51:23 2018 New Revision: 463105 URL: https://svnweb.freebsd.org/changeset/ports/463105 Log: sysutils/restic: Update to 0.8.3 While here: Add LICENSE_FILE. Changes: https://github.com/restic/restic/releases/tag/v0.8.3 PR: 226225 Submitted by: Greg Fitzgerald (maintainer) Modified: head/sysutils/restic/Makefile head/sysutils/restic/distinfo Modified: head/sysutils/restic/Makefile ============================================================================== --- head/sysutils/restic/Makefile Tue Feb 27 00:27:30 2018 (r463104) +++ head/sysutils/restic/Makefile Tue Feb 27 01:51:23 2018 (r463105) @@ -2,13 +2,14 @@ PORTNAME= restic DISTVERSIONPREFIX= v -DISTVERSION= 0.8.2 +DISTVERSION= 0.8.3 CATEGORIES= sysutils MAINTAINER= gregf@hugops.pw COMMENT= Fast, secure, efficient backup program LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes Modified: head/sysutils/restic/distinfo ============================================================================== --- head/sysutils/restic/distinfo Tue Feb 27 00:27:30 2018 (r463104) +++ head/sysutils/restic/distinfo Tue Feb 27 01:51:23 2018 (r463105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519287945 -SHA256 (restic-restic-v0.8.2_GH0.tar.gz) = 0c19de7f525b4f40bf35347c9834564e48cdfdf1b64972d0aef9e548d29960dd -SIZE (restic-restic-v0.8.2_GH0.tar.gz) = 48742798 +TIMESTAMP = 1519683587 +SHA256 (restic-restic-v0.8.3_GH0.tar.gz) = 0cf697c88404b180d6d6ff2e7d2c27b2fcb9536da6dbdf15ad4d320af7e8f17c +SIZE (restic-restic-v0.8.3_GH0.tar.gz) = 48746281