diff options
author | markd <markd@pkgsrc.org> | 2002-11-29 01:27:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-11-29 01:27:39 +0000 |
commit | 5a782bc1cf3b423f00bd93da6d7b154e3e9e8d54 (patch) | |
tree | d85b71408f19e7dd1c7ea37698deae8d77b0a152 /net/yafc | |
parent | b694fd366205bc7aff7dbbe10e52706c337cf79c (diff) | |
download | pkgsrc-5a782bc1cf3b423f00bd93da6d7b154e3e9e8d54.tar.gz |
Update to version 0.7.10.
From PR 19187 by Piotr Stolc.
changes:
* May 30th, 2002: yafc 0.7.10 released
- fixed segfault in directory listing
* May 28th, 2002: yafc 0.7.9 released
- fixed segfault with bookmarks without login
- put, rm, untag, cat and ltag functions now handles quoted characters
correctly
- the "long command" setting now also applies to connection attempts
- Changed get -o function; if the argument ends with a slash it is always
considered a directory, if only one file is transferred and the
destination already exists and is a directory the file is put in that
directory
Diffstat (limited to 'net/yafc')
-rw-r--r-- | net/yafc/Makefile | 4 | ||||
-rw-r--r-- | net/yafc/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/yafc/Makefile b/net/yafc/Makefile index 517ddb1df33..7a1348fa939 100644 --- a/net/yafc/Makefile +++ b/net/yafc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2002/10/25 18:40:23 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/11/29 01:27:39 markd Exp $ -DISTNAME= yafc-0.7.8 +DISTNAME= yafc-0.7.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafc/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/yafc/distinfo b/net/yafc/distinfo index 5a6c8da8210..e1972baba26 100644 --- a/net/yafc/distinfo +++ b/net/yafc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/06/25 02:12:40 markd Exp $ +$NetBSD: distinfo,v 1.2 2002/11/29 01:27:39 markd Exp $ -SHA1 (yafc-0.7.8.tar.bz2) = 40e5ae9084a65a70ba5663e4f875df4a00010613 -Size (yafc-0.7.8.tar.bz2) = 402140 bytes +SHA1 (yafc-0.7.10.tar.bz2) = a9a0cd2a86bb3e36b670c74fd348d68087cbe7b4 +Size (yafc-0.7.10.tar.bz2) = 403103 bytes |