vagrant: update to 1.9.5.

This commit is contained in:
Andrea Brancaleoni 2017-05-16 22:10:54 +02:00
parent 8757a02beb
commit 9c903aa554

View file

@ -1,6 +1,6 @@
# Template file for 'vagrant'
pkgname=vagrant
version=1.9.4
version=1.9.5
revision=1
hostmakedepends="ruby"
makedepends="ruby-devel zlib-devel"
@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://www.vagrantup.com/"
distfiles="https://github.com/mitchellh/$pkgname/archive/v$version.tar.gz"
checksum=23358ad5d1a37d3d856709da55d8696c6eef30fcf88abd27ffe4b8441cfada7f
checksum=69eb8ede3148b6f94389be5fd2d6cb2b6c79ba78cbcacdc354d2c73f12eccc2a
nocross=yes
patch_args="-p1"
@ -45,11 +45,11 @@ do_install() {
find ${DESTDIR} -type f -name LICENSE -delete
find ${DESTDIR} -type f -name .\* -delete
find ${DESTDIR} -type f -name \*.rdoc -delete
find ${DESTDIR} -type d -name ext -print0|xargs -0 rm -r --
find ${DESTDIR} -type d -name test -print0|xargs -0 rm -r --
find ${DESTDIR} -type d -name examples -print0|xargs -0 rm -r --
find ${DESTDIR} -type d -name doc -print0|xargs -0 rm -r --
find ${DESTDIR} -type d -name ports -print0|xargs -0 rm -r --
find ${DESTDIR} -type d -name ext -print0|xargs -0 rm -rf --
find ${DESTDIR} -type d -name test -print0|xargs -0 rm -rf --
find ${DESTDIR} -type d -name examples -print0|xargs -0 rm -rf --
find ${DESTDIR} -type d -name doc -print0|xargs -0 rm -rf --
find ${DESTDIR} -type d -name ports -print0|xargs -0 rm -rf --
rm -r ${DESTDIR}/usr/lib/$pkgname/cache
vmkdir usr/bin