Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2022 20:35:45 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: 2fb04e7f07ec - main - net/rubygem-omniauth-auth0: Revert 4671249405c05bb65dfec261eb645081ea72fdf5
Message-ID:  <202207132035.26DKZjaA065105@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=2fb04e7f07ecf013ce409963ab2708c2532794c8

commit 2fb04e7f07ecf013ce409963ab2708c2532794c8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-13 20:35:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-13 20:35:31 +0000

    net/rubygem-omniauth-auth0: Revert 4671249405c05bb65dfec261eb645081ea72fdf5
    
    - Bump PORTREVISION for dependency change
    
    rubygem-omniauth-oauth2 has been patched to allow omniauth 1.9.* which fixes bundler check when gitlab starts.
---
 net/rubygem-omniauth-auth0/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net/rubygem-omniauth-auth0/Makefile b/net/rubygem-omniauth-auth0/Makefile
index 3a599be8b787..f88165add44e 100644
--- a/net/rubygem-omniauth-auth0/Makefile
+++ b/net/rubygem-omniauth-auth0/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	omniauth-auth0
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -10,10 +11,11 @@ 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-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>



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