diff options
Diffstat (limited to 'security/rubygem-vault/Makefile')
| -rw-r--r-- | security/rubygem-vault/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/rubygem-vault/Makefile b/security/rubygem-vault/Makefile index 1edfd5c5c861..75181cb7da76 100644 --- a/security/rubygem-vault/Makefile +++ b/security/rubygem-vault/Makefile @@ -1,5 +1,5 @@ PORTNAME= vault -PORTVERSION= 0.18.2 +PORTVERSION= 0.19.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,7 +10,10 @@ WWW= https://github.com/hashicorp/vault-ruby LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-aws-sigv4>=0:devel/rubygem-aws-sigv4 +RUN_DEPENDS= rubygem-aws-sigv4>=0:devel/rubygem-aws-sigv4 \ + rubygem-base64>=0:converters/rubygem-base64 \ + rubygem-connection_pool>=2.4<3:net/rubygem-connection_pool \ + rubygem-net-http-persistent>=4.0.2<5:www/rubygem-net-http-persistent USES= gem |
