aboutsummaryrefslogtreecommitdiff
path: root/sysutils/restic/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-02-27 01:51:23 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-02-27 01:51:23 +0000
commit958241f54cec0a10ed252b072ccc2678b53a5969 (patch)
tree4023659fc244a2794c5300848d752dedd94610c1 /sysutils/restic/Makefile
parentd65337f14592f4af2fd4ece8e8586b8541c2f8c6 (diff)
downloadports-958241f54cec0a10ed252b072ccc2678b53a5969.tar.gz
ports-958241f54cec0a10ed252b072ccc2678b53a5969.zip
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)
Notes
Notes: svn path=/head/; revision=463105
Diffstat (limited to 'sysutils/restic/Makefile')
-rw-r--r--sysutils/restic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile
index 79cfead18c38..81aca8084511 100644
--- a/sysutils/restic/Makefile
+++ b/sysutils/restic/Makefile
@@ -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