diff options
author | Cy Schubert <cy@FreeBSD.org> | 2005-11-19 20:59:12 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2005-11-19 20:59:12 +0000 |
commit | 180c7cc1645e692be9ad13549ad2f5e234791fa4 (patch) | |
tree | 2f9aed550c6eb677d2940d66d703a71222fdc31b /ftp | |
parent | 6b36b7e80e49fa5e0fb3f7808388ee130f6ba7c8 (diff) | |
download | ports-180c7cc1645e692be9ad13549ad2f5e234791fa4.tar.gz ports-180c7cc1645e692be9ad13549ad2f5e234791fa4.zip |
Notes
Diffstat (limited to 'ftp')
-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> |