git: 59cb383ab0fc - main - net/csocks: Deprecate and set expiration date to 2024-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Feb 2024 19:45:25 UTC
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