diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-15 00:02:57 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-15 00:10:47 +0800 |
| commit | 899498f5dad2e691e50069fe2e8859386c41429e (patch) | |
| tree | 30db071e18cca4096e736f6f808ec0f939572feb /net/rubygem-omniauth-google-oauth2 | |
| parent | net/rubygem-omniauth-github-discourse: Change RUN_DEPENDS from rubygem-omniau... (diff) | |
net/rubygem-omniauth-google-oauth2: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Bump PORTREVISION for dependency change
Diffstat (limited to 'net/rubygem-omniauth-google-oauth2')
| -rw-r--r-- | net/rubygem-omniauth-google-oauth2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rubygem-omniauth-google-oauth2/Makefile b/net/rubygem-omniauth-google-oauth2/Makefile index ce3c3ed51ada..3b7ee77ef94c 100644 --- a/net/rubygem-omniauth-google-oauth2/Makefile +++ b/net/rubygem-omniauth-google-oauth2/Makefile @@ -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 |
