Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2024 08:55:05 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: c3f3a54df0c4 - main - irc/ircproxy: Deprecate and set expiration date to 2024-02-29
Message-ID:  <202401060855.4068t5hV006242@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=c3f3a54df0c40284d573c5457b85182b605b50d7

commit c3f3a54df0c40284d573c5457b85182b605b50d7
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 08:50:16 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 08:54:15 +0000

    irc/ircproxy: Deprecate and set expiration date to 2024-02-29
    
    Last release in 2010 and upstream is dead
    Redirect users to irc/soju or irc/znc and while at it return to pool
    
    Approved by:    portmgr
---
 irc/ircproxy/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile
index 5e4dddeb1aca..8cf6bbef11f2 100644
--- a/irc/ircproxy/Makefile
+++ b/irc/ircproxy/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	3
 CATEGORIES=	irc
 MASTER_SITES=	https://BSDforge.com/projects/source/irc/ircproxy/
 
-MAINTAINER=	portmaster@BSDforge.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	IRC proxy/bouncer daemon
 WWW=		http://ircproxy.sourceforge.net/
 
@@ -12,6 +12,8 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		Unfetchable
+DEPRECATED=	Abandonware, last release in 2010 and dead upstream. Consider using irc/soju or irc/znc
+EXPIRATION_DATE=2024-02-29
 
 LIB_DEPENDS=	libcares.so:dns/c-ares
 



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