Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday0
- Bump PORTREVISION for dependency change Use the same version of faraday for sawyer and its dependent port, octokit. Reported by: cmt
This commit is contained in:
parent
18515b7f2e
commit
65d304d407
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537829
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= sawyer
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -13,7 +14,7 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-addressable>=2.3.5:www/rubygem-addressable \
|
||||
rubygem-faraday>=0.8<2.0:www/rubygem-faraday
|
||||
rubygem-faraday0>=0.8<2.0:www/rubygem-faraday0
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
Loading…
Reference in a new issue