aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:05:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:10:59 +0000
commitee83c7fb4c6be892301a4c663636a1e5cf778ead (patch)
tree158df1b762ebf5f90e376fc5b6f987df8682a1ed
parent5ec9069e8743d00814ce6e4f6c1e61242eac0091 (diff)
downloadports-ee83c7fb4c6be892301a4c663636a1e5cf778ead.tar.gz
ports-ee83c7fb4c6be892301a4c663636a1e5cf778ead.zip
security/rubygem-omniauth-bitbucket: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Bump PORTREVISION for dependency change
-rw-r--r--security/rubygem-omniauth-bitbucket/Makefile3
1 files changed, 2 insertions, 1 deletions
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