git: 03ed448b5012 - main - sysutils/bhyve-firmware: undeprecate CSM option
Rene Ladan
rene at FreeBSD.org
Sun Jun 27 14:57:14 UTC 2021
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=03ed448b501283f1e4d5dd0abb6847a91a32a79b
commit 03ed448b501283f1e4d5dd0abb6847a91a32a79b
Author: Rene Ladan <rene at FreeBSD.org>
AuthorDate: 2021-06-27 14:56:24 +0000
Commit: Rene Ladan <rene at FreeBSD.org>
CommitDate: 2021-06-27 14:56:24 +0000
sysutils/bhyve-firmware: undeprecate CSM option
The sysutils/uefi-edk2-bhyve port no longer needs Python 2.7
---
sysutils/bhyve-firmware/Makefile | 7 -------
1 file changed, 7 deletions(-)
diff --git a/sysutils/bhyve-firmware/Makefile b/sysutils/bhyve-firmware/Makefile
index 1fb78f76049c..3c601a11f7ef 100644
--- a/sysutils/bhyve-firmware/Makefile
+++ b/sysutils/bhyve-firmware/Makefile
@@ -14,11 +14,4 @@ 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.options.mk>
-
-.if ${PORT_OPTIONS:MCSM}
-DEPRECATED= Uses EOL Python 2.7 via sysutils/uefi-edk2-bhyve
-EXPIRATION_DATE=2021-06-23
-.endif
-
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list