Date: Wed, 14 Jul 2021 16:19:24 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: 7287e156f10f - main - net/rubygem-omniauth-github-discourse: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 Message-ID: <202107141619.16EGJO5R012064@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7287e156f10f309794dfddd43c7f3d8492d310c6 commit 7287e156f10f309794dfddd43c7f3d8492d310c6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 16:02:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:10:46 +0000 net/rubygem-omniauth-github-discourse: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 - Update version requirement of RUN_DEPENDS - Bump PORTREVISION for dependency change --- net/rubygem-omniauth-github-discourse/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net/rubygem-omniauth-github-discourse/Makefile b/net/rubygem-omniauth-github-discourse/Makefile index 25016c8747c2..340e0db4810c 100644 --- a/net/rubygem-omniauth-github-discourse/Makefile +++ b/net/rubygem-omniauth-github-discourse/Makefile @@ -2,6 +2,7 @@ PORTNAME= omniauth-github-discourse PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,11 +11,12 @@ COMMENT= Fork of Official OmniAuth strategy for GitHub LICENSE= MIT -RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth \ - rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2 +RUN_DEPENDS= rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \ + rubygem-omniauth-oauth2>=1.1<2:net/rubygem-omniauth-oauth2 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141619.16EGJO5R012064>
