- Update to 0.22

Fixed a bug with OpenBSD 5.5 not seeing the serial console boot metadata,
and eliminates some (harmless) warnings when booting Ubuntu that
triggered a 10-second delay.
This commit is contained in:
Kris Moore 2014-03-11 08:45:27 +00:00
parent eb2d3a3e68
commit 14408243cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347869
2 changed files with 5 additions and 6 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= grub2-bhyve
DISTVERSION= 0.21
PORTREVISION= 2
DISTVERSION= 0.22
CATEGORIES= sysutils
MAINTAINER= kmoore@FreeBSD.org
@ -19,8 +18,8 @@ SSP_UNSAFE= yes
USE_GCC= yes
USE_GITHUB= yes
GH_ACCOUNT= grehan-freebsd
GH_COMMIT= aa0717f
GH_TAGNAME= v0.2
GH_COMMIT= 10795f1
GH_TAGNAME= v0.22
USES= bison gettext gmake
PLIST_FILES= sbin/grub-bhyve
MAKE_JOBS_UNSAFE= yes

View file

@ -1,2 +1,2 @@
SHA256 (grub2-bhyve-0.21.tar.gz) = 13ca267e52e540b4693c16093fd1cedcf13a74d710df72fc5ab056e5e42048ec
SIZE (grub2-bhyve-0.21.tar.gz) = 8393874
SHA256 (grub2-bhyve-0.22.tar.gz) = 69a31b3621f3978690b91a8d97e6a6db9067918919e98d9983ed7333ad39a9ba
SIZE (grub2-bhyve-0.22.tar.gz) = 8396496