diff --git a/security/rubygem-omniauth-jwt/Makefile b/security/rubygem-omniauth-jwt/Makefile index 1e1feae43c86..260f0bb48b70 100644 --- a/security/rubygem-omniauth-jwt/Makefile +++ b/security/rubygem-omniauth-jwt/Makefile @@ -1,22 +1,23 @@ # Created by: Po-Chuan Hsieh PORTNAME= omniauth-jwt PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= OmniAuth strategy to accept JWT-based single sign-on LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-jwt>=0:www/rubygem-jwt \ - rubygem-omniauth>=1.1<2:security/rubygem-omniauth + rubygem-omniauth1>=1.1<2:security/rubygem-omniauth1 USES= gem USE_RUBY= yes NO_ARCH= yes .include