diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2024-03-28 08:47:22 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-03-31 17:15:25 +0000 |
commit | ff70f8d180d168e9c5c7a21d6d47689f8f20438d (patch) | |
tree | 47354e3b609ba7048b607289502976ea820c4e67 /sysutils | |
parent | ebd486f98a4ba2a2b338953043e15eb88b89e410 (diff) |
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bhyve+/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |