Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:19:25 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 899498f5dad2 - main - net/rubygem-omniauth-google-oauth2: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Message-ID:  <202107141619.16EGJPjc012094@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=899498f5dad2e691e50069fe2e8859386c41429e

commit 899498f5dad2e691e50069fe2e8859386c41429e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 16:02:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 16:10:47 +0000

    net/rubygem-omniauth-google-oauth2: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
    
    - Bump PORTREVISION for dependency change
---
 net/rubygem-omniauth-google-oauth2/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/rubygem-omniauth-google-oauth2/Makefile b/net/rubygem-omniauth-google-oauth2/Makefile
index ce3c3ed51ada..3b7ee77ef94c 100644
--- a/net/rubygem-omniauth-google-oauth2/Makefile
+++ b/net/rubygem-omniauth-google-oauth2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	omniauth-google-oauth2
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -8,8 +9,8 @@ COMMENT=	Google OAuth2 strategy for OmniAuth 1.x
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-jwt>=2.0.0:www/rubygem-jwt \
-		rubygem-omniauth>=1.1.1:security/rubygem-omniauth \
+RUN_DEPENDS=	rubygem-jwt>=2.0:www/rubygem-jwt \
+		rubygem-omniauth1>=1.1.1:security/rubygem-omniauth1 \
 		rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2
 
 USES=		gem



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