mirror of https://git.FreeBSD.org/ports.git
sysutils/vagrant-gitlab: update to 2.4.9
Changes: https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md
This commit is contained in:
parent
52e4425e5d
commit
3a847871f5
|
@ -1,11 +1,10 @@
|
|||
PORTNAME= vagrant
|
||||
PORTVERSION= 2.4.7
|
||||
PORTVERSION= 2.4.9
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils rubygems devel
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Vagrant Virtual Machine Manager
|
||||
WWW= https://www.vagrantup.com/
|
||||
|
||||
|
@ -20,6 +19,7 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
|
|||
rubygem-base6402>=0.2.0<0.3:converters/rubygem-base6402 \
|
||||
rubygem-bcrypt_pbkdf>=1.1<2:security/rubygem-bcrypt_pbkdf \
|
||||
rubygem-childprocess-gitlab>=5.1<6:devel/rubygem-childprocess-gitlab \
|
||||
rubygem-csv>=3.3<4:devel/rubygem-csv \
|
||||
rubygem-ed25519>=1.3.0:security/rubygem-ed25519 \
|
||||
rubygem-erubi>=0:www/rubygem-erubi \
|
||||
rubygem-hashicorp-checkpoint>=0.1.5<0.2:www/rubygem-hashicorp-checkpoint \
|
||||
|
@ -33,6 +33,7 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
|
|||
rubygem-net-scp>=4.0<5:security/rubygem-net-scp \
|
||||
rubygem-net-sftp>=4.0<5:security/rubygem-net-sftp \
|
||||
rubygem-net-ssh>=7.0,2<8,2:security/rubygem-net-ssh \
|
||||
rubygem-ostruct>=0.6.0<0.7:devel/rubygem-ostruct \
|
||||
rubygem-rb-kqueue>=0.2.0<0.3:devel/rubygem-rb-kqueue \
|
||||
rubygem-rexml>=3.2<4:textproc/rubygem-rexml \
|
||||
rubygem-rubyzip-gitlab>=2.3.2:archivers/rubygem-rubyzip-gitlab \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1754374762
|
||||
SHA256 (hashicorp-vagrant-v2.4.7_GH0.tar.gz) = 417e5f1a2ec7064d94f857a4a6c394ef938fa3acbbfcba106c5d7bd63c5f0efb
|
||||
SIZE (hashicorp-vagrant-v2.4.7_GH0.tar.gz) = 1812053
|
||||
TIMESTAMP = 1755837626
|
||||
SHA256 (hashicorp-vagrant-v2.4.9_GH0.tar.gz) = c652f460b639c86f50d8bf77020d693bf17c2cea7e25d720aef5b2c3e6d93ff2
|
||||
SIZE (hashicorp-vagrant-v2.4.9_GH0.tar.gz) = 1813258
|
||||
|
|
|
@ -858,6 +858,7 @@ bin/vagrant
|
|||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/driver/version_6_1.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/driver/version_7_0.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/driver/version_7_1.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/driver/version_7_2.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/model/forwarded_port.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/model/storage_controller.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/model/storage_controller_array.rb
|
||||
|
|
Loading…
Reference in New Issue