git: da6bead44dc0 - main - net/shadowsocks-libev: Deprecate and set expiration date to 2024-11-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Nov 2024 20:17:32 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=da6bead44dc0402df8444b6c746b01b535778f26 commit da6bead44dc0402df8444b6c746b01b535778f26 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-05 20:12:06 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-11-05 20:17:25 +0000 net/shadowsocks-libev: Deprecate and set expiration date to 2024-11-30 Abandonware, no active development. Upstream recommends migrating to net/shadowsocks-rust Reference: https://github.com/shadowsocks/shadowsocks-libev PR: 282511 Reviewed by: Xiaoding Liu <xiaoding+freebsd@xiaoding.org> (maintainer) --- net/shadowsocks-libev/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/shadowsocks-libev/Makefile b/net/shadowsocks-libev/Makefile index 6bf61710ade3..560c23e86865 100644 --- a/net/shadowsocks-libev/Makefile +++ b/net/shadowsocks-libev/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/shadowsocks/shadowsocks-libev LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Abandonware, no active development. Please migrate to net/shadowsocks-rust +EXPIRATION_DATE=2024-11-30 + LIB_DEPENDS= libev.so:devel/libev \ libmbedcrypto.so:security/mbedtls \ libpcre.so:devel/pcre \