summaryrefslogtreecommitdiff
path: root/security/gopass/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-06-18 13:15:23 +0000
committerSteve Wills <swills@FreeBSD.org>2018-06-18 13:15:23 +0000
commit76b63906977c01ecefcd5647e311fb1a9278c4fa (patch)
treebe7af2bf4d1532b3adb8ea7e94e2280d734fe05e /security/gopass/Makefile
parentRemove accidentally added .gitattributes file (diff)
security/gopass: update to 1.8.1
PR: 229103 Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
Notes
Notes: svn path=/head/; revision=472689
Diffstat (limited to 'security/gopass/Makefile')
-rw-r--r--security/gopass/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile
index 175ad4c30554..5b07f8ac62c3 100644
--- a/security/gopass/Makefile
+++ b/security/gopass/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gopass
-PORTVERSION= 1.7.2
+PORTVERSION= 1.8.1
DISTVERSIONPREFIX= v
CATEGORIES= security
@@ -12,12 +12,13 @@ COMMENT= Gopass is a rewrite of the pass password manager in Go
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= gpg2:security/gnupg
+RUN_DEPENDS= git:devel/git \
+ gpg2:security/gnupg
USES= go
USE_GITHUB= yes
-GH_ACCOUNT= justwatchcom
+GH_ACCOUNT= gopasspw
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}