git: 1cb1c71f6a7b - main - sysutils/bhyve-firmware: remove OPTION for expired sysutils/uefi-edk2-bhyve-csm
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 12:00:44 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cb1c71f6a7bf532ba030ba74b8a5727b5390ff8 commit 1cb1c71f6a7bf532ba030ba74b8a5727b5390ff8 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-01 12:00:15 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-01 12:00:15 +0000 sysutils/bhyve-firmware: remove OPTION for expired sysutils/uefi-edk2-bhyve-csm --- sysutils/bhyve-firmware/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sysutils/bhyve-firmware/Makefile b/sysutils/bhyve-firmware/Makefile index ececb52125bf..7cb48e145343 100644 --- a/sysutils/bhyve-firmware/Makefile +++ b/sysutils/bhyve-firmware/Makefile @@ -1,6 +1,6 @@ PORTNAME= bhyve-firmware PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= fabian.freyer@physik.tu-berlin.de @@ -10,9 +10,5 @@ WWW= https://wiki.freebsd.org/bhyve/UEFI RUN_DEPENDS= ${LOCALBASE}/share/uefi-firmware/BHYVE_UEFI_CODE.fd:sysutils/edk2@bhyve USES= metaport -OPTIONS_DEFINE= CSM -OPTIONS_DEFAULT= CSM -CSM_DESC= Include firmware with Compatibility Support Module -CSM_RUN_DEPENDS= uefi-edk2-bhyve-csm>=0:sysutils/uefi-edk2-bhyve-csm .include <bsd.port.mk>