git: 5d5dd308d77e - main - irc/ctrlproxy: Mark DEPRECATED and set EXPIRATION_DATE to 2024-08-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Aug 2024 07:21:30 UTC
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d5dd308d77e9c52cdbfde9dafa1c277d8b865e3 commit 5d5dd308d77e9c52cdbfde9dafa1c277d8b865e3 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2024-08-08 07:14:29 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2024-08-08 07:18:50 +0000 irc/ctrlproxy: Mark DEPRECATED and set EXPIRATION_DATE to 2024-08-31 - Upstream is unmaintained since 2010, and there are plenty of actively maintained alternatives in the ports tree PR: 280640 Reported by: diizzy --- irc/ctrlproxy/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile index 453521d82355..922a646e30f6 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -9,6 +9,9 @@ MAINTAINER= ashish@FreeBSD.org COMMENT= Flexible IRC proxy WWW= https://www.samba.org/~jelmer/ctrlproxy/ +DEPRECATED= Development stalled upstream, consider switching to irc/soju or irc/znc +EXPIRATION_DATE=2024-08-31 + LIB_DEPENDS= libgnutls.so:security/gnutls USES= compiler:c11 gmake gnome localbase:ldflags pathfix pkgconfig