Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change nokogiri dependency has been replaced by native Ruby XML in winrm 1.3.0. Reference: https://github.com/WinRb/WinRM/blob/master/changelog.md#130
This commit is contained in:
parent
6da752ff28
commit
4163fc447d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508871
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= winrm
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -18,13 +19,13 @@ RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \
|
||||
rubygem-gyoku>=1.0:devel/rubygem-gyoku \
|
||||
rubygem-httpclient>=2.2.0.2:www/rubygem-httpclient \
|
||||
rubygem-logging>=1.6.1:devel/rubygem-logging \
|
||||
rubygem-nokogiri>=1.6.1:textproc/rubygem-nokogiri \
|
||||
rubygem-nori>=2.0:devel/rubygem-nori \
|
||||
rubygem-rubyntlm>=0.6.1:net/rubygem-rubyntlm
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/rwinrm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user