diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-25 08:27:41 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-25 08:27:59 +0000 |
commit | ed5164d1f80d0f61c7448640ab8be29803de268c (patch) | |
tree | 3a73302dc0721f4a083f7c5ccf3241d4fdcbbb5f | |
parent | b61153eb7c0e354a4fee6c1e9875c0f6cafddbcc (diff) |
comms/zssh: Deprecate and set expiration date to 2022-03-31
Abandonware, last release in 2003. Please consider using scp or
net/croc instead
Using zmodem protocol to transfer files isn't good practice in
2022 and there are good alternatives.
PR: 260718
-rw-r--r-- | comms/zssh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/zssh/Makefile b/comms/zssh/Makefile index 658af6b07f51..94afbd776800 100644 --- a/comms/zssh/Makefile +++ b/comms/zssh/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.5 MAINTAINER= ports@FreeBSD.org COMMENT= Interactively transferring files to a remote machine while using ssh +DEPRECATED= Abandonware, last release in 2003. Please consider using scp or net/croc instead +EXPIRATION_DATE=2022-03-31 + RUN_DEPENDS= lrz:comms/lrzsz HAS_CONFIGURE= yes |