git: 9f99d36dc79a - main - irc/sic: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Apr 2024 08:10:44 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f99d36dc79a22891d593f3504ac0fbc04365d4a commit 9f99d36dc79a22891d593f3504ac0fbc04365d4a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-04-15 08:09:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-04-15 08:10:36 +0000 irc/sic: Mark DEPRECATED - Last upstream release was in 2001 - There are modern alternatives like irc/irssi - No available WWW - Set EXPIRATION_DATE 2024-05-15 --- irc/sic/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/irc/sic/Makefile b/irc/sic/Makefile index d5ceca39d77a..c19198883e86 100644 --- a/irc/sic/Makefile +++ b/irc/sic/Makefile @@ -1,6 +1,6 @@ PORTNAME= sic PORTVERSION= 0.23a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= ftp://ftp.funet.fi/pub/unix/irc/sic/ @@ -9,9 +9,13 @@ COMMENT= Another 'Internet Relay Chat' Client LICENSE= GPLv2 +DEPRECATED= Last upstream release was in 2001 and no upstream WWW +EXPIRATION_DATE= 2024-05-15 + USES= ncurses tar:tgz + GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + PLIST_SUB= VERSION="${PORTVERSION}" .include <bsd.port.pre.mk>