svn commit: r446763 - head/security/rubygem-webpush

Joseph Mingrone jrm at FreeBSD.org
Thu Jul 27 16:48:53 UTC 2017


Author: jrm
Date: Thu Jul 27 16:48:52 2017
New Revision: 446763
URL: https://svnweb.freebsd.org/changeset/ports/446763

Log:
  security/rubygem-webpush: Fix RUN_DEPENDS
  
  PR:		221051
  Reported by:	lifanov

Modified:
  head/security/rubygem-webpush/Makefile

Modified: head/security/rubygem-webpush/Makefile
==============================================================================
--- head/security/rubygem-webpush/Makefile	Thu Jul 27 16:37:21 2017	(r446762)
+++ head/security/rubygem-webpush/Makefile	Thu Jul 27 16:48:52 2017	(r446763)
@@ -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
 


More information about the svn-ports-all mailing list