Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 17:49:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470935 - head/net/rubygem-omniauth-authentiq
Message-ID:  <201805261749.w4QHni68015203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 26 17:49:44 2018
New Revision: 470935
URL: https://svnweb.freebsd.org/changeset/ports/470935

Log:
  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

Modified:
  head/net/rubygem-omniauth-authentiq/Makefile
  head/net/rubygem-omniauth-authentiq/distinfo

Modified: head/net/rubygem-omniauth-authentiq/Makefile
==============================================================================
--- head/net/rubygem-omniauth-authentiq/Makefile	Sat May 26 17:49:39 2018	(r470934)
+++ head/net/rubygem-omniauth-authentiq/Makefile	Sat May 26 17:49:44 2018	(r470935)
@@ -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

Modified: head/net/rubygem-omniauth-authentiq/distinfo
==============================================================================
--- head/net/rubygem-omniauth-authentiq/distinfo	Sat May 26 17:49:39 2018	(r470934)
+++ head/net/rubygem-omniauth-authentiq/distinfo	Sat May 26 17:49:44 2018	(r470935)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805261749.w4QHni68015203>