1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

sysutils/vagrant: Chase devel/rubygem-childprocess update

Judging by Vagrant's gemspec file, Vagrant requires rubygem-childprocess
version which is between 3.0.0 and 3.1.0 (expressed as ~> 3.0.0). Recently,
devel/ruby-gemprocess was updated to 4.0.0. It is necessary to switch to a
new port supporting version 3.0.*, which is devel/ruby-gemprocess3.

Approved by:	portmgr blanket (runtime fix)
This commit is contained in:
Mateusz Piotrowski 2020-06-29 07:16:30 +00:00
parent 2f3e1b597d
commit 42032679e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540758

View File

@ -4,6 +4,7 @@
PORTNAME= vagrant
PORTVERSION= 2.2.9
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= sysutils rubygems devel
MAINTAINER= joe@thrallingpenguin.com
@ -17,7 +18,7 @@ BUILD_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \
rubygem-main>=1.0:devel/rubygem-main
RUN_DEPENDS= rubygem-bcrypt_pbkdf>=1.0.0<1.1:security/rubygem-bcrypt_pbkdf \
rubygem-bundler>=1.12.5:sysutils/rubygem-bundler \
rubygem-childprocess>=3.0.0:devel/rubygem-childprocess \
rubygem-childprocess3>=3.0.0<3.1.0:devel/rubygem-childprocess3 \
rubygem-ed25519>=1.2.4<1.3:security/rubygem-ed25519 \
rubygem-erubis>=2.7.0<2.8:www/rubygem-erubis \
rubygem-hashicorp-checkpoint>=0.1.5<0.2:www/rubygem-hashicorp-checkpoint \