From 46bf582dd0dee8035358810845d710727d77ef98 Mon Sep 17 00:00:00 2001 From: dch Date: Fri, 15 Sep 2017 21:28:25 +0000 Subject: security/vault: update 7.2 -> 8.2 Reviewed by: swills, jrm (mentor) Approved by: swills (mentor) Sponsored by: iwantmyname (https://iwantmyname.com/) Differential Revision: https://reviews.freebsd.org/D12363 --- security/vault/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/vault/Makefile') diff --git a/security/vault/Makefile b/security/vault/Makefile index bec7ad45b6f4..4c4d480a63a2 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= security @@ -11,12 +11,12 @@ COMMENT= Tool for securely accessing secrets LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= go>=1.7.1:lang/go +BUILD_DEPENDS= go>=1.9:lang/go USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} -COMMIT_ID= d28dd5a018294562dbc9a18c95554d52b5d12390 +COMMIT_ID= 9afe7330e06e486ee326621624f2077d88bc9511 USE_RC_SUBR= vault -- cgit