git: 10ea39e3a396 - main - textproc/estraier: Deprecate and set expiration date to 2025-04-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 13 Mar 2025 20:48:03 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=10ea39e3a396c1305bddac00a6fa25ae2e1a2385

commit 10ea39e3a396c1305bddac00a6fa25ae2e1a2385
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-13 19:57:33 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-13 20:46:32 +0000

    textproc/estraier: Deprecate and set expiration date to 2025-04-30
    
    Obsolete and abandonware, last update in 2005
    
    Reference:
    https://dbmx.net/estraier/
---
 textproc/estraier/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile
index 90257909922b..8d9294e42c3b 100644
--- a/textproc/estraier/Makefile
+++ b/textproc/estraier/Makefile
@@ -8,6 +8,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Full-text search system for personal use
 WWW=		https://dbmx.net/estraier/
 
+DEPRECATED=	Obsolete and abandonware, last update in 2005
+EXPIRATION_DATE=2025-04-30
+
 LIB_DEPENDS=	libqdbm.so:databases/qdbm
 
 USES=		iconv