Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2022 04:23:24 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 746adeb2d0f8 - main - net/rubygem-omniauth-auth0: update to 3.0.0
Message-ID:  <202208240423.27O4NOUT097368@gitrepo.freebsd.org>

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

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

commit 746adeb2d0f8bff8459c8a63c7e0535ab2b52e41
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-08-16 06:59:25 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-08-24 04:22:23 +0000

    net/rubygem-omniauth-auth0: update to 3.0.0
    
    Required for gitlab-ce 15.2
    Changelog:
    https://github.com/auth0/omniauth-auth0/blob/master/CHANGELOG.md
---
 net/rubygem-omniauth-auth0/Makefile | 6 +++---
 net/rubygem-omniauth-auth0/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net/rubygem-omniauth-auth0/Makefile b/net/rubygem-omniauth-auth0/Makefile
index 90c548cf69b7..5a2da0ee921a 100644
--- a/net/rubygem-omniauth-auth0/Makefile
+++ b/net/rubygem-omniauth-auth0/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	omniauth-auth0
-PORTVERSION=	2.0.0
-PORTREVISION=	1
+PORTVERSION=	3.0.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -9,7 +8,8 @@ COMMENT=	Authentication broker supporting different identity providers
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2
+RUN_DEPENDS=	rubygem-omniauth>=2.0<3:security/rubygem-omniauth \
+		rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2
 
 USES=		gem
 USE_RUBY=	yes
diff --git a/net/rubygem-omniauth-auth0/distinfo b/net/rubygem-omniauth-auth0/distinfo
index ac86c46f30e4..e2700cd5df6a 100644
--- a/net/rubygem-omniauth-auth0/distinfo
+++ b/net/rubygem-omniauth-auth0/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514155080
-SHA256 (rubygem/omniauth-auth0-2.0.0.gem) = 823769be7883b45b2fa94367c2f6a17f7b3b1333986016089c016d45827da545
-SIZE (rubygem/omniauth-auth0-2.0.0.gem) = 12288
+TIMESTAMP = 1660286711
+SHA256 (rubygem/omniauth-auth0-3.0.0.gem) = 471081873d74caeeb8bf30ff4669bbc9d0b025ed178975cee81b3d101428c585
+SIZE (rubygem/omniauth-auth0-3.0.0.gem) = 30720



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