Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2022 08:30:11 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: ed5164d1f80d - main - comms/zssh: Deprecate and set expiration date to 2022-03-31
Message-ID:  <202201250830.20P8UBur095651@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201250830.20P8UBur095651>