git: 048e557041da - main - irc/sirc: Deprecate and set expiration date to 2024-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:41:47 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=048e557041dac70056f81b0575fe4ac1d5b60340 commit 048e557041dac70056f81b0575fe4ac1d5b60340 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-25 12:17:15 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-25 12:40:57 +0000 irc/sirc: Deprecate and set expiration date to 2024-03-31 Abandonware, upstream is gone and current version was released over 20 years ago. Redirect users to irc/irssi , irc/epic5 or irc/ircII --- irc/sirc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/irc/sirc/Makefile b/irc/sirc/Makefile index e6c59cdadf5a..a5338ef63cd3 100644 --- a/irc/sirc/Makefile +++ b/irc/sirc/Makefile @@ -13,6 +13,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Small (150k), fast, perl-based IRC client +DEPRECATED= Abandonware, upstream is gone and current version was released over 20 years ago. Consider irc/irssi , irc/epic5 or irc/ircII +EXPIRATION_DATE=2024-03-31 + RUN_DEPENDS= p5-Perl4-CoreLibs>=0:devel/p5-Perl4-CoreLibs USES= ncurses perl5