diff options
author | dch <dch@FreeBSD.org> | 2017-09-16 05:28:25 +0800 |
---|---|---|
committer | dch <dch@FreeBSD.org> | 2017-09-16 05:28:25 +0800 |
commit | 46bf582dd0dee8035358810845d710727d77ef98 (patch) | |
tree | cc83ed587476384c5aac6d20ae7e16a3c71bb889 /security/vault/Makefile | |
parent | 9cc1b04e472115c9d454dd5af0a18a8b3eff27ee (diff) | |
download | freebsd-ports-gnome-46bf582dd0dee8035358810845d710727d77ef98.tar.gz freebsd-ports-gnome-46bf582dd0dee8035358810845d710727d77ef98.tar.zst freebsd-ports-gnome-46bf582dd0dee8035358810845d710727d77ef98.zip |
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
Diffstat (limited to 'security/vault/Makefile')
-rw-r--r-- | security/vault/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |