Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2024 08:10:44 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9f99d36dc79a - main - irc/sic: Mark DEPRECATED
Message-ID:  <202404150810.43F8Ai6U067193@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404150810.43F8Ai6U067193>