Date: Wed, 14 Jul 2021 16:19:49 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: 0844301b9917 - main - net/rubygem-omniauth-github: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 Message-ID: <202107141619.16EGJnCp012622@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=0844301b99175867a9ec87d018c4b15adf63d70d commit 0844301b99175867a9ec87d018c4b15adf63d70d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 16:04:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:10:57 +0000 net/rubygem-omniauth-github: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 - Bump PORTREVISION for dependency change --- net/rubygem-omniauth-github/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/rubygem-omniauth-github/Makefile b/net/rubygem-omniauth-github/Makefile index 09cba3a35d9c..b151253d7753 100644 --- a/net/rubygem-omniauth-github/Makefile +++ b/net/rubygem-omniauth-github/Makefile @@ -1,5 +1,6 @@ PORTNAME= omniauth-github PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -8,7 +9,7 @@ COMMENT= Official OmniAuth strategy for GitHub LICENSE= MIT -RUN_DEPENDS= rubygem-omniauth>=1.5<2:security/rubygem-omniauth \ +RUN_DEPENDS= rubygem-omniauth1>=1.5<2:security/rubygem-omniauth1 \ rubygem-omniauth-oauth2>=1.4.0<2.0:net/rubygem-omniauth-oauth2 USES= gem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141619.16EGJnCp012622>