New port, www/rubygem-jwt2 copied from www/rubygem-jwt
This fixes a build issue with security/rubygem-webpush.
This commit is contained in:
parent
a931122c7a
commit
deda31dd45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457830
5 changed files with 31 additions and 1 deletions
|
@ -12,7 +12,7 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-hkdf>=0.2:security/rubygem-hkdf \
|
||||
rubygem-jwt>=2.0:www/rubygem-jwt
|
||||
rubygem-jwt2>=2.0:www/rubygem-jwt2
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -2059,6 +2059,7 @@
|
|||
SUBDIR += rubygem-jsobfu
|
||||
SUBDIR += rubygem-json-jwt
|
||||
SUBDIR += rubygem-jwt
|
||||
SUBDIR += rubygem-jwt2
|
||||
SUBDIR += rubygem-kaminari
|
||||
SUBDIR += rubygem-kaminari-actionview
|
||||
SUBDIR += rubygem-kaminari-actionview-rails5
|
||||
|
|
21
www/rubygem-jwt2/Makefile
Normal file
21
www/rubygem-jwt2/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jwt
|
||||
DISTVERSION= 2.1.0
|
||||
CATEGORIES= www devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby implementation of RFC 7519 OAuth JSON Web Token standard
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-jwt2/distinfo
Normal file
3
www/rubygem-jwt2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1514860981
|
||||
SHA256 (rubygem/jwt-2.1.0.gem) = 7e7e7ffc1a5ebce628ac7da428341c50615a3a10ac47bb74c22c1cba325613f0
|
||||
SIZE (rubygem/jwt-2.1.0.gem) = 37888
|
5
www/rubygem-jwt2/pkg-descr
Normal file
5
www/rubygem-jwt2/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
JWT is a Ruby implementation of JSON Web Token draft 06 [1].
|
||||
|
||||
[1] http://self-issued.info/docs/draft-jones-json-web-token-06.html
|
||||
|
||||
WWW: https://github.com/jwt/ruby-jwt
|
Loading…
Reference in a new issue