Date: Wed, 14 Jul 2021 16:19:47 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: 539ccfd85f2e - main - net/rubygem-gitlab-omniauth-openid-connect: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 Message-ID: <202107141619.16EGJl8V012568@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=539ccfd85f2e4b70e415152a2077a64c062def4d commit 539ccfd85f2e4b70e415152a2077a64c062def4d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 16:04:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141619.16EGJl8V012568>