Date: Sun, 11 Feb 2024 19:45:25 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: 59cb383ab0fc - main - net/csocks: Deprecate and set expiration date to 2024-03-31 Message-ID: <202402111945.41BJjPRi093840@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=59cb383ab0fc08faae957749bde83391ffd963fa commit 59cb383ab0fc08faae957749bde83391ffd963fa Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-11 19:25:39 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-11 19:45:22 +0000 net/csocks: Deprecate and set expiration date to 2024-03-31 Last release in 2013 and no development since, redirect users to net/microsocks or net/3proxy PR: 276566 Approved by: portmgr (maintainer timeout, 2+ weeks) --- net/csocks/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/csocks/Makefile b/net/csocks/Makefile index ec980a157246..344cfe3c4b64 100644 --- a/net/csocks/Makefile +++ b/net/csocks/Makefile @@ -12,6 +12,9 @@ WWW= http://csocks.altervista.org LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE +DEPRECATED= Last release in 2013 and no development since, consider net/microsocks or net/3proxy +EXPIRATION_DATE=2024-03-31 + PLIST_FILES= etc/csocks.conf.sample lib/libcsocks.so lib/libcsocks.so.1 \ bin/csocks share/man/man1/csocks.1.gz share/man/man5/csocks.conf.5.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402111945.41BJjPRi093840>