Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2024 05:39:14 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: 5c9a58780d46 - main - net/rubygem-omniauth_openid_connect: update to 0.8.0
Message-ID:  <202409070539.4875dErl034850@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=5c9a58780d46ad3e97ee2a7e8a8f54282ff407d1

commit 5c9a58780d46ad3e97ee2a7e8a8f54282ff407d1
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-08-27 15:39:08 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-09-07 04:50:58 +0000

    net/rubygem-omniauth_openid_connect: update to 0.8.0
    
    Required for gitlab 17.3
    
    Changes:        https://github.com/omniauth/omniauth_openid_connect/blob/master/CHANGELOG.md
---
 net/rubygem-omniauth_openid_connect/Makefile | 6 +++---
 net/rubygem-omniauth_openid_connect/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net/rubygem-omniauth_openid_connect/Makefile b/net/rubygem-omniauth_openid_connect/Makefile
index d038b3575439..18269cc29e33 100644
--- a/net/rubygem-omniauth_openid_connect/Makefile
+++ b/net/rubygem-omniauth_openid_connect/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	omniauth_openid_connect
-PORTVERSION=	0.6.1
+PORTVERSION=	0.8.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -10,8 +10,8 @@ WWW=		https://github.com/m0n9oose/omniauth_openid_connect
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-omniauth1>=1.9<3:security/rubygem-omniauth1 \
-		rubygem-openid_connect>=1.1<2.0:net/rubygem-openid_connect
+RUN_DEPENDS=	rubygem-omniauth>=1.9<3:security/rubygem-omniauth \
+		rubygem-openid_connect>=2.2<3:net/rubygem-openid_connect
 
 USES=		gem
 
diff --git a/net/rubygem-omniauth_openid_connect/distinfo b/net/rubygem-omniauth_openid_connect/distinfo
index 6cbf146f3790..2a878f7ab0a1 100644
--- a/net/rubygem-omniauth_openid_connect/distinfo
+++ b/net/rubygem-omniauth_openid_connect/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679469844
-SHA256 (rubygem/omniauth_openid_connect-0.6.1.gem) = 5f1318f5b19b05e339ff494def060b57a503b1e3ea83c3a0ced6cc014407d423
-SIZE (rubygem/omniauth_openid_connect-0.6.1.gem) = 22528
+TIMESTAMP = 1724586857
+SHA256 (rubygem/omniauth_openid_connect-0.8.0.gem) = 1f2f3890386e2a742221cee0d2e903b78d874e6fab9ea3bfa31c1462f4793d25
+SIZE (rubygem/omniauth_openid_connect-0.8.0.gem) = 23040



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