Update to 0.3.2
Though this gem supports rubygem-jwt (jwt >= 1.5), use rubygem-jwt1 as gitlab (jwt ~> 1.5.6) does. Changes: https://github.com/AuthentiqID/omniauth-authentiq/commits/master
This commit is contained in:
parent
d5e27a740a
commit
78031366af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470935
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= omniauth-authentiq
|
||||
PORTVERSION= 0.3.1
|
||||
PORTVERSION= 0.3.2
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -11,7 +11,8 @@ COMMENT= Authentiq OAuth2 Strategy for OmniAuth
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.3.1:net/rubygem-omniauth-oauth2
|
||||
RUN_DEPENDS= rubygem-jwt1>=1.5:www/rubygem-jwt1 \
|
||||
rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1498809970
|
||||
SHA256 (rubygem/omniauth-authentiq-0.3.1.gem) = 0c8d19d0afe44afde1ce12eb61be765aef0f3fa757c4c1e82394a1ac867a0e1a
|
||||
SIZE (rubygem/omniauth-authentiq-0.3.1.gem) = 9728
|
||||
TIMESTAMP = 1527275498
|
||||
SHA256 (rubygem/omniauth-authentiq-0.3.2.gem) = 796a5738ac24cf720c1848577ee3c88896eaf508d82b4f6508a0e274ec9ceb12
|
||||
SIZE (rubygem/omniauth-authentiq-0.3.2.gem) = 9728
|
||||
|
Loading…
Reference in New Issue
Block a user