svn commit: r494960 - head/sysutils/restic

Steve Wills swills at FreeBSD.org
Thu Mar 7 15:53:32 UTC 2019


Author: swills
Date: Thu Mar  7 15:53:30 2019
New Revision: 494960
URL: https://svnweb.freebsd.org/changeset/ports/494960

Log:
  sysutils/restic: Unbreak, update to 0.9.4
  
  PR:		236321
  Submitted by:	Dmitri Goutnik <dg at syrec.org>
  Approved 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	Thu Mar  7 15:45:58 2019	(r494959)
+++ head/sysutils/restic/Makefile	Thu Mar  7 15:53:30 2019	(r494960)
@@ -2,16 +2,17 @@
 
 PORTNAME=	restic
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.3
+DISTVERSION=	0.9.4
 CATEGORIES=	sysutils
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
+PATCHFILES=	1d8b21cdad7e8d2c1c2aa99d10233563638594c5.patch:-p1 # https://github.com/restic/restic/pull/2197
+
 MAINTAINER=	gregf at hugops.pw
 COMMENT=	Fast, secure, efficient backup program
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BROKEN=		fails to build
 
 USES=		go
 USE_GITHUB=	yes

Modified: head/sysutils/restic/distinfo
==============================================================================
--- head/sysutils/restic/distinfo	Thu Mar  7 15:45:58 2019	(r494959)
+++ head/sysutils/restic/distinfo	Thu Mar  7 15:53:30 2019	(r494960)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1539476642
-SHA256 (restic-restic-v0.9.3_GH0.tar.gz) = b95a258099aee9a56e620ccebcecabc246ee7f8390e3937ccedadd609c6d2dd0
-SIZE (restic-restic-v0.9.3_GH0.tar.gz) = 26183792
+TIMESTAMP = 1551883534
+SHA256 (restic-restic-v0.9.4_GH0.tar.gz) = c7dca90fb6fd83cee8b9f6a2776f5839794341af1953d251bf06a91870be7a8e
+SIZE (restic-restic-v0.9.4_GH0.tar.gz) = 26211163
+SHA256 (1d8b21cdad7e8d2c1c2aa99d10233563638594c5.patch) = 9ea3b17cd530e66ffd9899729a41337304cbfe30f7c5f104cd20ab131da9159b
+SIZE (1d8b21cdad7e8d2c1c2aa99d10233563638594c5.patch) = 5086

Modified: head/sysutils/restic/pkg-plist
==============================================================================
--- head/sysutils/restic/pkg-plist	Thu Mar  7 15:45:58 2019	(r494959)
+++ head/sysutils/restic/pkg-plist	Thu Mar  7 15:53:30 2019	(r494960)
@@ -17,6 +17,7 @@ man/man1/%%PORTNAME%%-migrate.1.gz
 man/man1/%%PORTNAME%%-mount.1.gz
 man/man1/%%PORTNAME%%-prune.1.gz
 man/man1/%%PORTNAME%%-rebuild-index.1.gz
+man/man1/%%PORTNAME%%-recover.1.gz
 man/man1/%%PORTNAME%%-restore.1.gz
 man/man1/%%PORTNAME%%-self-update.1.gz
 man/man1/%%PORTNAME%%-snapshots.1.gz


More information about the svn-ports-all mailing list