git: f32a847291ff - main - net/rubygem-omniauth-google-oauth2: Bump

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 05 Oct 2022 02:02:35 UTC
The branch main has been updated by bofh:

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

commit f32a847291ff59c21ee573971776af0f87acff15
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-10-05 01:30:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-10-05 02:02:01 +0000

    net/rubygem-omniauth-google-oauth2: Bump
    
    Change RUN_DEPENDS to security/rubygem-omniauth
    
    Sponsored by:   Bounce Experts
---
 net/rubygem-omniauth-google-oauth2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/rubygem-omniauth-google-oauth2/Makefile b/net/rubygem-omniauth-google-oauth2/Makefile
index 3d369602448e..e1acf0bda98e 100644
--- a/net/rubygem-omniauth-google-oauth2/Makefile
+++ b/net/rubygem-omniauth-google-oauth2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	omniauth-google-oauth2
 PORTVERSION=	0.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,7 @@ WWW=		https://github.com/zquestz/omniauth-google-oauth2
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-jwt>=2.0:www/rubygem-jwt \
-		rubygem-omniauth1>=1.1.1:security/rubygem-omniauth1 \
+		rubygem-omniauth>=1.1.1:security/rubygem-omniauth \
 		rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2
 
 USES=		gem