Date: Wed, 14 Jul 2021 16:19:54 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: ee83c7fb4c6b - main - security/rubygem-omniauth-bitbucket: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 Message-ID: <202107141619.16EGJsAr012724@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=ee83c7fb4c6be892301a4c663636a1e5cf778ead commit ee83c7fb4c6be892301a4c663636a1e5cf778ead Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 16:05:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:10:59 +0000 security/rubygem-omniauth-bitbucket: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 - Bump PORTREVISION for dependency change --- security/rubygem-omniauth-bitbucket/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/rubygem-omniauth-bitbucket/Makefile b/security/rubygem-omniauth-bitbucket/Makefile index 620e0a4647f0..fc5b568912dd 100644 --- a/security/rubygem-omniauth-bitbucket/Makefile +++ b/security/rubygem-omniauth-bitbucket/Makefile @@ -1,5 +1,6 @@ PORTNAME= omniauth-bitbucket PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -9,7 +10,7 @@ COMMENT= OmniAuth strategy for Bitbucket LICENSE= MIT RUN_DEPENDS= rubygem-multi_json>=1.7<2:devel/rubygem-multi_json \ - rubygem-omniauth>=1.1<2:security/rubygem-omniauth \ + rubygem-omniauth1>=1.1<2:security/rubygem-omniauth1 \ rubygem-omniauth-oauth>=1.0<2:net/rubygem-omniauth-oauth USES= gem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141619.16EGJsAr012724>