diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-11 19:25:39 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-11 19:45:22 +0000 |
commit | 59cb383ab0fc08faae957749bde83391ffd963fa (patch) | |
tree | 6752da3b84aec84cc75ebcc1b4be8b9ced31740f | |
parent | 1e0cf776dbd0843eb4858f4270e57a6854bad433 (diff) |
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)
-rw-r--r-- | net/csocks/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |