Date: Sun, 25 Feb 2024 12:41:36 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eadcc91565b8 - main - irc/bitchx: Deprecate and set expiration date to 2024-03-31 Message-ID: <202402251241.41PCfabF083169@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=eadcc91565b8fec42d13a0a2d12cb12c9c6f6a33 commit eadcc91565b8fec42d13a0a2d12cb12c9c6f6a33 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-25 10:48:50 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-25 12:40:55 +0000 irc/bitchx: Deprecate and set expiration date to 2024-03-31 Last stable release 2014, last upstream commit in 2019. There have been multiple concerns over security and it also lacks unicode support. Redirect users to irc/irssi --- irc/bitchx/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 703f708b1717..023fb3ec6181 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -12,6 +12,9 @@ WWW= http://www.bitchx.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +DEPRECATED= Last stable release 2014, last upstream commit in 2019. There have been multiple concerns over security and it also lacks unicode support. Please consider using irc/irssi +EXPIRATION_DATE=2024-03-31 + USES= cpe gmake ncurses GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251241.41PCfabF083169>