From 745bcf5ac0ea74ffce117b24defb01e218685606 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 17 May 2025 03:55:09 +0200 Subject: [PATCH] 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