diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-25 11:48:55 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-25 12:40:57 +0000 |
commit | 9440dea83abaa92807bfc572dd0d35d5c9df9434 (patch) | |
tree | dfde9b0c8f022fc892369897d334d73ae55c3bf4 | |
parent | 61912e3a0d90d302e219e147ce9acb3fbf6c3531 (diff) |
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
-rw-r--r-- | irc/ninja/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |