Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2024 20:17:32 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: da6bead44dc0 - main - net/shadowsocks-libev: Deprecate and set expiration date to 2024-11-30
Message-ID:  <202411052017.4A5KHWg7028985@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=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 \



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