Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 01:51:24 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463105 - head/sysutils/restic
Message-ID:  <201802270151.w1R1pOTl026764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gregf@hugops.pw> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802270151.w1R1pOTl026764>