git: 6ac5b66c5403 - main - net/rubygem-omniauth_openid_connect: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1

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


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ac5b66c5403c3fc541a1e7dd673fe83bd2499d1

commit 6ac5b66c5403c3fc541a1e7dd673fe83bd2499d1
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:05:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:57 +0000

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

diff --git a/net/rubygem-omniauth_openid_connect/Makefile b/net/rubygem-omniauth_openid_connect/Makefile
index 9d65b0e9a1b0..2c34e3989c83 100644
--- a/net/rubygem-omniauth_openid_connect/Makefile
+++ b/net/rubygem-omniauth_openid_connect/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	omniauth_openid_connect
 PORTVERSION=	0.3.5
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-addressable>=2.5<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.1<2.0:net/rubygem-openid_connect
 
 USES=		gem


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