mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
6ac5b66c54
commit
d1b3fd1768
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue