diff options
author | cy <cy@FreeBSD.org> | 2005-11-20 04:59:12 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2005-11-20 04:59:12 +0800 |
commit | 39008afe30d2da6881c251d598840789609c854e (patch) | |
tree | b50031c223d01827725a00ff97f1bd1848595666 | |
parent | 6596cd76e8bfba1473d5c5eb9519afd40385611e (diff) | |
download | freebsd-ports-gnome-39008afe30d2da6881c251d598840789609c854e.tar.gz freebsd-ports-gnome-39008afe30d2da6881c251d598840789609c854e.tar.zst freebsd-ports-gnome-39008afe30d2da6881c251d598840789609c854e.zip |
Remove the original author's website as a source for the distfile, as he no
longer supports it. Functionality of this port is provided by the
OpenSSH port and in the base system. Mark this port deprecated and
scheduled to be removed on March 3, 2006.
-rw-r--r-- | ftp/sftp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/sftp/Makefile b/ftp/sftp/Makefile index fd74b25a2719..c8529772807a 100644 --- a/ftp/sftp/Makefile +++ b/ftp/sftp/Makefile @@ -8,11 +8,12 @@ PORTNAME= sftp PORTVERSION= 0.9.9 CATEGORIES= ftp security -MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/old/ \ - http://www.komquats.com/distfiles/ +MASTER_SITES= http://www.komquats.com/distfiles/ MAINTAINER= cy@FreeBSD.org COMMENT= An ftp replacement that runs over an ssh tunnel +DEPRECATED= yes +EXPIRATION_DATE= 2006-03-01 .include <bsd.port.pre.mk> |