1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

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
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

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