net/rubygem-omniauth-google-oauth2: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh
2021-07-15 00:02:57 +08:00
parent 7287e156f1
commit 899498f5da

View File

@@ -1,5 +1,6 @@
PORTNAME= omniauth-google-oauth2
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -8,8 +9,8 @@ COMMENT= Google OAuth2 strategy for OmniAuth 1.x
LICENSE= MIT
RUN_DEPENDS= rubygem-jwt>=2.0.0:www/rubygem-jwt \
rubygem-omniauth>=1.1.1:security/rubygem-omniauth \
RUN_DEPENDS= rubygem-jwt>=2.0:www/rubygem-jwt \
rubygem-omniauth1>=1.1.1:security/rubygem-omniauth1 \
rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2
USES= gem