git: 2cf973c7253e - main - devel/gvp: Deprecate and set expiration date to 2025-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 29 May 2025 14:18:59 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2cf973c7253eddb62445d6ddb94b4ee4ba429370

commit 2cf973c7253eddb62445d6ddb94b4ee4ba429370
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-29 13:46:23 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-29 14:18:45 +0000

    devel/gvp: Deprecate and set expiration date to 2025-06-30
    
    Unmaintained upstream and no longer works as intended
    
    Reference:
    https://github.com/pote/gvp/issues/38#issuecomment-139226781
    
    PR:             286754
    Approved by:    maintainer timeout, 2+ weeks
---
 devel/gvp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/gvp/Makefile b/devel/gvp/Makefile
index f6dbbc42a3c3..e1f75a955b9f 100644
--- a/devel/gvp/Makefile
+++ b/devel/gvp/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/pote/gvp
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
+DEPRECATED=	Unmaintained upstream and no longer works as intended
+EXPIRATION_DATE=2025-06-30
+
 RUN_DEPENDS=	bash:shells/bash
 
 USES=		go:run shebangfix