diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-05-27 01:49:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-05-27 01:49:44 +0800 |
commit | b704c362baf94905419b57a2faf148946f5f99d7 (patch) | |
tree | e519a095eafc3e172b27c74997d24da600247654 /net | |
parent | 637b3fa1863d8e8ef2d1fae741ae6230a8d30c9f (diff) | |
download | freebsd-ports-gnome-b704c362baf94905419b57a2faf148946f5f99d7.tar.gz freebsd-ports-gnome-b704c362baf94905419b57a2faf148946f5f99d7.tar.zst freebsd-ports-gnome-b704c362baf94905419b57a2faf148946f5f99d7.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-omniauth-authentiq/Makefile | 5 | ||||
-rw-r--r-- | net/rubygem-omniauth-authentiq/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/rubygem-omniauth-authentiq/Makefile b/net/rubygem-omniauth-authentiq/Makefile index 6f4f733035e5..23bd69d78d88 100644 --- a/net/rubygem-omniauth-authentiq/Makefile +++ b/net/rubygem-omniauth-authentiq/Makefile @@ -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 diff --git a/net/rubygem-omniauth-authentiq/distinfo b/net/rubygem-omniauth-authentiq/distinfo index 57a47831f41a..00e021ebc7d0 100644 --- a/net/rubygem-omniauth-authentiq/distinfo +++ b/net/rubygem-omniauth-authentiq/distinfo @@ -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 |