aboutsummaryrefslogtreecommitdiff
path: root/sysutils/restic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/restic/Makefile')
-rw-r--r--sysutils/restic/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile
index ba7efe2017e1..c94b8a2aeb47 100644
--- a/sysutils/restic/Makefile
+++ b/sysutils/restic/Makefile
@@ -2,17 +2,18 @@
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@hugops.pw
COMMENT= Fast, secure, efficient backup program
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN= fails to build
-
USES= go
USE_GITHUB= yes