From 583814d1f1d7734e2500036fac5008bd633d8508 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 25 Dec 2018 14:30:35 -0200 Subject: [PATCH] vagrant: update to 2.2.3 --- ...rant-silence-warning-about-installer.patch | 24 ------------------- srcpkgs/vagrant/template | 9 ++++--- 2 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 srcpkgs/vagrant/patches/bin-vagrant-silence-warning-about-installer.patch diff --git a/srcpkgs/vagrant/patches/bin-vagrant-silence-warning-about-installer.patch b/srcpkgs/vagrant/patches/bin-vagrant-silence-warning-about-installer.patch deleted file mode 100644 index 5ca87d56b3..0000000000 --- a/srcpkgs/vagrant/patches/bin-vagrant-silence-warning-about-installer.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: Antonio Terceiro -Date: Sat, 11 Oct 2014 16:54:58 -0300 -Subject: bin/vagrant: silence warning about installer - ---- - bin/vagrant | 5 ----- - 1 file changed, 5 deletions(-) - -diff --git a/bin/vagrant b/bin/vagrant -index 4fc6b96..f62ba79 100755 ---- a/bin/vagrant -+++ b/bin/vagrant -@@ -164,11 +164,6 @@ begin - logger.debug("Creating Vagrant environment") - env = Vagrant::Environment.new(opts) - -- if !Vagrant.in_installer? && !Vagrant.very_quiet? -- # If we're not in the installer, warn. -- env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false) -- end -- - begin - # Execute the CLI interface, and exit with the proper error code - exit_status = env.cli(argv) diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template index 5841e28d35..41544fd730 100644 --- a/srcpkgs/vagrant/template +++ b/srcpkgs/vagrant/template @@ -1,6 +1,6 @@ # Template file for 'vagrant' pkgname=vagrant -version=2.2.2 +version=2.2.3 revision=1 hostmakedepends="ruby" makedepends="ruby-devel zlib-devel" @@ -9,10 +9,9 @@ short_desc="Tool for building and distributing development environments" maintainer="Andrea Brancaleoni " license="MIT" homepage="https://www.vagrantup.com/" -distfiles="https://github.com/mitchellh/$pkgname/archive/v$version.tar.gz" -checksum=4f1233a753933025da8735df5c0c77762350094468df1692bb041e1991195e0b +distfiles="https://github.com/mitchellh/${pkgname}/archive/v${version}.tar.gz" +checksum=7a2f15b58549080562168f6bcab6d1461540b42ad35bf1f0d33f2c64317d00c8 nocross=yes -patch_args="-p1" only_for_archs="i686 x86_64" @@ -25,7 +24,7 @@ do_build() { } do_install() { - GEM_PATH=$DESTDIR/usr/lib/$pkgname GEM_HOME="$GEM_PATH" gem install $pkgname-$version.gem --no-ri --no-rdoc -- --disable-clean + GEM_PATH=$DESTDIR/usr/lib/$pkgname GEM_HOME="$GEM_PATH" gem install $pkgname-$version.gem --no-document -- --disable-clean find ${DESTDIR} -type f -name \*.a -delete find ${DESTDIR} -type f -name \*.log -delete