git: 6845b4de23c6 - main - devel/ksql: Deprecate and set expiration date to 2025-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 18 May 2025 12:23:26 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6845b4de23c60f0491f21ad6cade2cbe4be17649

commit 6845b4de23c60f0491f21ad6cade2cbe4be17649
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-17 15:14:23 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-18 12:18:30 +0000

    devel/ksql: Deprecate and set expiration date to 2025-06-30
    
    Last activity upstream 7 years ago, unmaintained in tree for several
    years and no consumers
---
 devel/ksql/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/ksql/Makefile b/devel/ksql/Makefile
index 724986d4e26d..ca4e2c415944 100644
--- a/devel/ksql/Makefile
+++ b/devel/ksql/Makefile
@@ -10,6 +10,9 @@ WWW=		https://kristaps.bsd.lv/ksql/
 
 LICENSE=	ISCL
 
+DEPRECATED=	Last activity upstream 7 years ago, unmaintained in tree for several years and no consumers
+EXPIRATION_DATE=2025-06-30
+
 USES=		localbase:ldflags sqlite
 
 HAS_CONFIGURE=	yes