git: bb0e915118fc - main - textproc/zorba: Deprecate and set expiration date to 2025-02-28

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 18 Jan 2025 17:23:49 UTC
The branch main has been updated by diizzy:

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

commit bb0e915118fcf9f932b9b73c4d9bd7a31117cd8d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-01-18 16:31:07 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-01-18 17:23:17 +0000

    textproc/zorba: Deprecate and set expiration date to 2025-02-28
    
    Unmaintained, outdated and fails to build with ICU 76.1
    
    PR:             283572
---
 textproc/zorba/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile
index 895d78dd1b9a..6e84caf3202c 100644
--- a/textproc/zorba/Makefile
+++ b/textproc/zorba/Makefile
@@ -12,6 +12,9 @@ WWW=		http://www.zorba.io/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Unmaintained, outdated and fails to build with ICU 76.1
+EXPIRATION_DATE=2025-02-28
+
 LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3 \
 		libicudata.so:devel/icu \
 		libcurl.so:ftp/curl \