git: 9440dea83aba - main - irc/ninja: Deprecate and set expiration date to 2024-03-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 12:41:45 UTC
The branch main has been updated by diizzy:

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

commit 9440dea83abaa92807bfc572dd0d35d5c9df9434
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-25 11:48:55 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-25 12:40:57 +0000

    irc/ninja: Deprecate and set expiration date to 2024-03-31
    
    Abandonware, last release around 2002 and upstream is gone.
    Redirect users to irc/ircII or irc/irssi
---
 irc/ninja/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile
index f6f1e7c3e511..1a3ae8f81814 100644
--- a/irc/ninja/Makefile
+++ b/irc/ninja/Makefile
@@ -7,6 +7,9 @@ MASTER_SITES=	http://www.bayofrum.net/dist/${PORTNAME}/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Another ircII based irc client
 
+DEPRECATED=	Abandonware, last release around 2002 and upstream is gone. Consider irc/ircII or irc/irssi
+EXPIRATION_DATE=2024-03-31
+
 USES=		ncurses
 
 GNU_CONFIGURE=	yes