From owner-svn-ports-head@freebsd.org Sat Apr 28 06:09:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC705FC20B0; Sat, 28 Apr 2018 06:09:22 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CABB68C2C; Sat, 28 Apr 2018 06:09:22 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 872E011BD2; Sat, 28 Apr 2018 06:09:22 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3S69Meg014651; Sat, 28 Apr 2018 06:09:22 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3S69MnK014649; Sat, 28 Apr 2018 06:09:22 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201804280609.w3S69MnK014649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 28 Apr 2018 06:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468517 - head/sysutils/uefi-edk2-bhyve X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/sysutils/uefi-edk2-bhyve X-SVN-Commit-Revision: 468517 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2018 06:09:23 -0000 Author: woodsb02 Date: Sat Apr 28 06:09:22 2018 New Revision: 468517 URL: https://svnweb.freebsd.org/changeset/ports/468517 Log: sysutils/uefi-edk2-bhyve: Update to 0.1 Changes this release: - Linux kernels >= 4.15 will now boot properly in bhyve - Includes a CSM/BIOS bugfix from Illumos PR: 227765 Submitted by: Fabian Freyer (maintainer) Approved by: grehan Differential Revision: https://reviews.freebsd.org/D15180 Modified: head/sysutils/uefi-edk2-bhyve/Makefile head/sysutils/uefi-edk2-bhyve/distinfo Modified: head/sysutils/uefi-edk2-bhyve/Makefile ============================================================================== --- head/sysutils/uefi-edk2-bhyve/Makefile Sat Apr 28 01:23:23 2018 (r468516) +++ head/sysutils/uefi-edk2-bhyve/Makefile Sat Apr 28 06:09:22 2018 (r468517) @@ -1,7 +1,9 @@ # $FreeBSD$ PORTNAME= uefi-edk2-bhyve -PORTVERSION= 20180318 +DISTVERSIONPREFIX= v +DISTVERSION= 0.1 +PORTEPOCH= 1 CATEGORIES= sysutils MAINTAINER= fabian.freyer@physik.tu-berlin.de @@ -19,7 +21,6 @@ USE_GCC= 4.8 USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= uefi-edk2 -GH_TAGNAME= 636b963d68f8c7f4c90b97bd5a66e91bcb65841d PLIST_FILES= ${PREFIX}/share/uefi-firmware/BHYVE_UEFI${PLIST_SUFFIX}.fd Modified: head/sysutils/uefi-edk2-bhyve/distinfo ============================================================================== --- head/sysutils/uefi-edk2-bhyve/distinfo Sat Apr 28 01:23:23 2018 (r468516) +++ head/sysutils/uefi-edk2-bhyve/distinfo Sat Apr 28 06:09:22 2018 (r468517) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521984325 -SHA256 (freebsd-uefi-edk2-20180318-636b963d68f8c7f4c90b97bd5a66e91bcb65841d_GH0.tar.gz) = c79c1dcf56035130a1105419acd68e8de612485bf242d0903a85027fb9cd26fc -SIZE (freebsd-uefi-edk2-20180318-636b963d68f8c7f4c90b97bd5a66e91bcb65841d_GH0.tar.gz) = 31017460 +TIMESTAMP = 1524894604 +SHA256 (freebsd-uefi-edk2-v0.1_GH0.tar.gz) = 63cb24712a01cc58ea7f7a7a5635bb29ca8be1db512e27ea5978099382996dae +SIZE (freebsd-uefi-edk2-v0.1_GH0.tar.gz) = 30979281