Date: Thu, 25 Aug 2022 13:21:02 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: f245b5bba234 - 2022Q3 - net/rubygem-omniauth-auth0: update to 3.0.0 Message-ID: <202208251321.27PDL26X088437@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=f245b5bba2343417c0d7574128a5940bb20286c5 commit f245b5bba2343417c0d7574128a5940bb20286c5 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2022-08-16 06:59:25 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2022-08-25 13:20:16 +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 (cherry picked from commit 746adeb2d0f8bff8459c8a63c7e0535ab2b52e41) --- net/rubygem-omniauth-auth0/Makefile | 10 ++++++---- net/rubygem-omniauth-auth0/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/net/rubygem-omniauth-auth0/Makefile b/net/rubygem-omniauth-auth0/Makefile index 3a599be8b787..53bd45f43092 100644 --- a/net/rubygem-omniauth-auth0/Makefile +++ b/net/rubygem-omniauth-auth0/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Zuehlsdorff <ports@toco-domains.de> PORTNAME= omniauth-auth0 -PORTVERSION= 2.0.0 +PORTVERSION= 3.0.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,10 +10,12 @@ COMMENT= Authentication broker supporting different identity providers LICENSE= MIT -RUN_DEPENDS= rubygem-omniauth-oauth2-v1>=1.4<2:net/rubygem-omniauth-oauth2-v1 +RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth \ + rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> 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?202208251321.27PDL26X088437>