Date: Wed, 14 Jul 2021 16:19:50 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: 6ac5b66c5403 - main - net/rubygem-omniauth_openid_connect: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 Message-ID: <202107141619.16EGJoYL012646@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=6ac5b66c5403c3fc541a1e7dd673fe83bd2499d1 commit 6ac5b66c5403c3fc541a1e7dd673fe83bd2499d1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 16:05:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141619.16EGJoYL012646>