diff options
Diffstat (limited to 'net/rubygem-omniauth-google-oauth2/Makefile')
-rw-r--r-- | net/rubygem-omniauth-google-oauth2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rubygem-omniauth-google-oauth2/Makefile b/net/rubygem-omniauth-google-oauth2/Makefile index 4968b313ad15..4934c5d75274 100644 --- a/net/rubygem-omniauth-google-oauth2/Makefile +++ b/net/rubygem-omniauth-google-oauth2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth-google-oauth2 -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ COMMENT= Google OAuth2 strategy for OmniAuth 1.x LICENSE= MIT -RUN_DEPENDS= rubygem-jwt>=1.0:${PORTSDIR}/www/rubygem-jwt \ +RUN_DEPENDS= rubygem-jwt>=1.5.0:${PORTSDIR}/www/rubygem-jwt \ rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-omniauth>=1.1.1:${PORTSDIR}/security/rubygem-omniauth \ rubygem-omniauth-oauth2>=1.3.1:${PORTSDIR}/net/rubygem-omniauth-oauth2 |