From 4dd31e543e23b2210af1ca1a623f189ef05d5827 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Thu, 27 Jul 2017 16:48:52 +0000 Subject: [PATCH] security/rubygem-webpush: Fix RUN_DEPENDS PR: 221051 Reported by: lifanov --- security/rubygem-webpush/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/security/rubygem-webpush/Makefile b/security/rubygem-webpush/Makefile index 3843a9c550e5..d5df2cf73485 100644 --- a/security/rubygem-webpush/Makefile +++ b/security/rubygem-webpush/Makefile @@ -2,6 +2,7 @@ PORTNAME= webpush PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,8 +11,11 @@ COMMENT= Encryption utilities for Web Push payload LICENSE= MIT -USE_RUBY= yes +RUN_DEPENDS= rubygem-hkdf>=0.2:security/rubygem-hkdf \ + rubygem-jwt>=0:www/rubygem-jwt + USES= gem +USE_RUBY= yes NO_ARCH= yes