mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue