git: ed5164d1f80d - main - comms/zssh: Deprecate and set expiration date to 2022-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 08:30:11 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed5164d1f80d0f61c7448640ab8be29803de268c commit ed5164d1f80d0f61c7448640ab8be29803de268c Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-01-25 08:27:41 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-01-25 08:27:59 +0000 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 --- comms/zssh/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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