diff options
author | cy <cy@FreeBSD.org> | 2005-12-01 06:12:05 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2005-12-01 06:12:05 +0800 |
commit | c446be89a8000a73fad9fce5053efcf3883705a7 (patch) | |
tree | 955607df613b7ed32e10e4e77cf76f00638d4724 | |
parent | 88e5ef4def8cd8339e08356ba7b5a4e6acef6dee (diff) | |
download | freebsd-ports-gnome-c446be89a8000a73fad9fce5053efcf3883705a7.tar.gz freebsd-ports-gnome-c446be89a8000a73fad9fce5053efcf3883705a7.tar.zst freebsd-ports-gnome-c446be89a8000a73fad9fce5053efcf3883705a7.zip |
1. Remove reference to defunct website in pkg-descr.
2. Add SHA256 as per PR 89773.
3. Adjust port removal date. I will remove the distfile from my website
on that date.
PR: 89773
-rw-r--r-- | ftp/sftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/sftp/distinfo | 1 | ||||
-rw-r--r-- | ftp/sftp/pkg-descr | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/ftp/sftp/Makefile b/ftp/sftp/Makefile index c8529772807a..4095f72d46fb 100644 --- a/ftp/sftp/Makefile +++ b/ftp/sftp/Makefile @@ -13,7 +13,7 @@ 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 +EXPIRATION_DATE= 2005-12-16 .include <bsd.port.pre.mk> diff --git a/ftp/sftp/distinfo b/ftp/sftp/distinfo index f93691be28fc..9402cdbaf518 100644 --- a/ftp/sftp/distinfo +++ b/ftp/sftp/distinfo @@ -1,2 +1,3 @@ MD5 (sftp-0.9.9.tar.gz) = 9880c86ed928997da069bdb108bf4ad9 +SHA256 (sftp-0.9.9.tar.gz) = fe369383503192da004217ae7601c34ee15a1c2e1b963d6fc5da98b533f0e863 SIZE (sftp-0.9.9.tar.gz) = 37632 diff --git a/ftp/sftp/pkg-descr b/ftp/sftp/pkg-descr index 8d1a74109311..2677cd0929fe 100644 --- a/ftp/sftp/pkg-descr +++ b/ftp/sftp/pkg-descr @@ -33,5 +33,4 @@ bugs will be fixed. sftp is distributed under the GNU General Public License (GPL), Version 2. -WWW: http://www.xbill.org/sftp/ Author: Brian Wellington (bwelling@xbill.org) |