diff options
Diffstat (limited to 'security/rubygem-omniauth-dingtalk-oauth2/Makefile')
-rw-r--r-- | security/rubygem-omniauth-dingtalk-oauth2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rubygem-omniauth-dingtalk-oauth2/Makefile b/security/rubygem-omniauth-dingtalk-oauth2/Makefile index f8d7abab7f96..739252d33658 100644 --- a/security/rubygem-omniauth-dingtalk-oauth2/Makefile +++ b/security/rubygem-omniauth-dingtalk-oauth2/Makefile @@ -1,5 +1,6 @@ PORTNAME= omniauth-dingtalk-oauth2 PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -9,7 +10,7 @@ COMMENT= Wrapper the DingTalk Oauth2 API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-omniauth-oauth2>=1.7<2:net/rubygem-omniauth-oauth2 +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.7<3:net/rubygem-omniauth-oauth2 USES= gem USE_RUBY= yes |