git: 745bcf5ac0ea - main - filesystems/vzvol: Deprecate and set expiration date to 2025-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 17 May 2025 09:57:53 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=745bcf5ac0ea74ffce117b24defb01e218685606

commit 745bcf5ac0ea74ffce117b24defb01e218685606
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-17 01:55:09 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-17 09:53:15 +0000

    filesystems/vzvol: Deprecate and set expiration date to 2025-06-30
    
    Abandoned upstream, no activity in 5+ years and multiple unresolved
    issue reports upstream
    
    PR:             286199
    Approved by:    maintainer timeout, 3+ weeks
---
 filesystems/vzvol/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/filesystems/vzvol/Makefile b/filesystems/vzvol/Makefile
index 98aa8be7bc74..964435b99e2d 100644
--- a/filesystems/vzvol/Makefile
+++ b/filesystems/vzvol/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/RainbowHackerHorse/vzvol
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Abandoned upstream, no activity in 5+ years and multiple unresolved issue reports upstream
+EXPIRATION_DATE=2025-06-30
+
 GROUPS=		operator
 
 USE_GITHUB=	yes