git: 539ccfd85f2e - main - net/rubygem-gitlab-omniauth-openid-connect: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:19:56 UTC 2021


The branch main has been updated by sunpoet:

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

commit 539ccfd85f2e4b70e415152a2077a64c062def4d
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:04:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:56 +0000

    net/rubygem-gitlab-omniauth-openid-connect: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
    
    - Bump PORTREVISION for dependency change
---
 net/rubygem-gitlab-omniauth-openid-connect/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/rubygem-gitlab-omniauth-openid-connect/Makefile b/net/rubygem-gitlab-omniauth-openid-connect/Makefile
index 90bc712c993e..6d21bb2657ab 100644
--- a/net/rubygem-gitlab-omniauth-openid-connect/Makefile
+++ b/net/rubygem-gitlab-omniauth-openid-connect/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	gitlab-omniauth-openid-connect
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-addressable>=2.7<3.0:www/rubygem-addressable \
-		rubygem-omniauth>=1.9<2.0:security/rubygem-omniauth \
+		rubygem-omniauth1>=1.9<2.0:security/rubygem-omniauth1 \
 		rubygem-openid_connect>=1.2<2.0:net/rubygem-openid_connect
 
 USES=		gem


More information about the dev-commits-ports-all mailing list