diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2022-08-16 08:35:10 +0200 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2022-08-24 06:22:18 +0200 |
commit | e29f661c9c9db68a2fca2a8e44a6b6a6dd2fed1e (patch) | |
tree | 2788e921570956f9049fdfbe9cbc9a86f1d5c821 /security/rubygem-omniauth-dingtalk-oauth2/Makefile | |
parent | cad/nvc: Broken on 14/i386 (diff) |
security/rubygem-omniauth: most deps use now version 2 of omniauth
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 |