svn commit: r472689 - head/security/gopass

Steve Wills swills at FreeBSD.org
Mon Jun 18 13:15:25 UTC 2018


Author: swills
Date: Mon Jun 18 13:15:23 2018
New Revision: 472689
URL: https://svnweb.freebsd.org/changeset/ports/472689

Log:
  security/gopass: update to 1.8.1
  
  PR:		229103
  Submitted by:	Sascha Holzleiter <sascha at root-login.org> (maintainer)

Modified:
  head/security/gopass/Makefile   (contents, props changed)
  head/security/gopass/distinfo   (contents, props changed)

Modified: head/security/gopass/Makefile
==============================================================================
--- head/security/gopass/Makefile	Mon Jun 18 13:10:01 2018	(r472688)
+++ head/security/gopass/Makefile	Mon Jun 18 13:15:23 2018	(r472689)
@@ -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 mana
 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}
 

Modified: head/security/gopass/distinfo
==============================================================================
--- head/security/gopass/distinfo	Mon Jun 18 13:10:01 2018	(r472688)
+++ head/security/gopass/distinfo	Mon Jun 18 13:15:23 2018	(r472689)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527534180
-SHA256 (justwatchcom-gopass-v1.7.2_GH0.tar.gz) = 71fece96684e36f4765e913bf30bf93c9bf7a1df9638b9187732d49d8b2f22cb
-SIZE (justwatchcom-gopass-v1.7.2_GH0.tar.gz) = 5929128
+TIMESTAMP = 1529309385
+SHA256 (gopasspw-gopass-v1.8.1_GH0.tar.gz) = 14b016112abaf18427d58009e61999a7d2aff2d49df9a4458ab572532d4b05e8
+SIZE (gopasspw-gopass-v1.8.1_GH0.tar.gz) = 5953043


More information about the svn-ports-all mailing list