diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-08-08 07:14:29 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-08-08 07:18:50 +0000 |
commit | 5d5dd308d77e9c52cdbfde9dafa1c277d8b865e3 (patch) | |
tree | 9748db7c7535e88e06b4411a501580becb6b3d9a /irc/ctrlproxy | |
parent | textproc/ugrep: Update to 6.4.0 (diff) |
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
Diffstat (limited to 'irc/ctrlproxy')
-rw-r--r-- | irc/ctrlproxy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |