diff options
Diffstat (limited to '')
-rw-r--r-- | net/rubygem-omniauth-azure-oauth2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rubygem-omniauth-azure-oauth2/Makefile b/net/rubygem-omniauth-azure-oauth2/Makefile index 7b2a24dea668..9e354adebb81 100644 --- a/net/rubygem-omniauth-azure-oauth2/Makefile +++ b/net/rubygem-omniauth-azure-oauth2/Makefile @@ -1,6 +1,6 @@ PORTNAME= omniauth-azure-oauth2 PORTVERSION= 0.0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/KonaTeam/omniauth-azure-oauth2 LICENSE= MIT -RUN_DEPENDS= rubygem-jwt>=1.0<3:www/rubygem-jwt \ +RUN_DEPENDS= rubygem-jwt2>=1.0<3:www/rubygem-jwt2 \ rubygem-omniauth>=1.0<3:security/rubygem-omniauth \ rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2 |