git: ff70f8d180d1 - main - sysutils/bhyve+: mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 17:16:19 UTC
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff70f8d180d168e9c5c7a21d6d47689f8f20438d commit ff70f8d180d168e9c5c7a21d6d47689f8f20438d Author: PÁLI Gábor János <pali.gabor@gmail.com> AuthorDate: 2024-03-28 08:47:22 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2024-03-31 17:15:25 +0000 sysutils/bhyve+: mark deprecated The only known consumer, `net/wifibox-core` does not depend on this port any more. At the same time, the port currently does not offer any advantage over the BHyVe versions available in the base system. There is no active development and it makes no sense to keep supporting it for CURRENT systems, for example. --- sysutils/bhyve+/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/bhyve+/Makefile b/sysutils/bhyve+/Makefile index b5a3ce0c7c28..d2efa9024e96 100644 --- a/sysutils/bhyve+/Makefile +++ b/sysutils/bhyve+/Makefile @@ -1,6 +1,6 @@ PORTNAME= bhyve+ PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= pali.gabor@gmail.com @@ -9,6 +9,9 @@ WWW= https://github.com/pgj/freebsd-bhyve-plus-port LICENSE= BSD2CLAUSE +DEPRECATED= EOLed upstream +EXPIRATION_DATE=2024-09-30 + ONLY_FOR_ARCHS= amd64 USES= kmod uidfix