net/rubygem-omniauth-salesforce: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1

- While I'm here, update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2021-07-15 00:05:11 +08:00
parent 6ac5b66c54
commit d1b3fd1768
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -2,6 +2,7 @@
PORTNAME= omniauth-salesforce
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@ -11,8 +12,8 @@ COMMENT= OmniAuth strategy for salesforce.com
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth \
rubygem-omniauth-oauth2>=1.0:net/rubygem-omniauth-oauth2
RUN_DEPENDS= rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \
rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes