diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-24 14:23:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-24 14:23:15 +0000 |
commit | 7e4579cf24c439f8ffdcc8c5fe8ad22f37756077 (patch) | |
tree | 77d95d4210985aa02580d9a30c19395652d75ed4 /misc | |
parent | b4ff509f168f1941fa06cea3ecf2664609d2c901 (diff) | |
download | pkgsrc-7e4579cf24c439f8ffdcc8c5fe8ad22f37756077.tar.gz |
Update to 1.3.5:
* version 1.3.5
- recursive SFV checking support by Travis Poppe
- portability fix for OpenBSD
* version 1.3.5-pre2
- portable integer type #include fix for OpenBSD and possibly others.
thanks to Daniel KÃ¥kneryd for pointing out the problem. (shd)
* version 1.3.5-pre1
- (copied from 2005-05-11) feature that prints out sfv files with
broken files and broken
sfv files when recursive sfv checking is enabled. this is useful
because print out in recursive mode can be long. one sees those
sfv files that failed at the end of the output. Thanks to
Travis Poppe for suggesting this feature (shd)
- feature that prints out sfv files with broken files and broken
sfv files when recursive sfv checking is enabled. this is useful
because print out in recursive mode can be long. one sees those
sfv files that failed at the end of the output. Thanks to
Travis Poppe for suggesting this feature (shd)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cksfv/Makefile | 4 | ||||
-rw-r--r-- | misc/cksfv/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/cksfv/Makefile b/misc/cksfv/Makefile index 325dab4f1df..cc186d65a0d 100644 --- a/misc/cksfv/Makefile +++ b/misc/cksfv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2005/04/05 09:13:54 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/24 14:23:15 wiz Exp $ # -DISTNAME= cksfv-1.3.4 +DISTNAME= cksfv-1.3.5 CATEGORIES= misc MASTER_SITES= http://www.modeemi.fi/~shd/foss/cksfv/files/ \ http://www.modeemi.fi/~shd/foss/cksfv/files/devel/ diff --git a/misc/cksfv/distinfo b/misc/cksfv/distinfo index 3aafeb4991a..220679f1953 100644 --- a/misc/cksfv/distinfo +++ b/misc/cksfv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2005/04/05 09:13:54 wiz Exp $ +$NetBSD: distinfo,v 1.11 2005/06/24 14:23:15 wiz Exp $ -SHA1 (cksfv-1.3.4.tar.bz2) = 4ba9d70afe9884b7b80a69bf4a536955457189a8 -RMD160 (cksfv-1.3.4.tar.bz2) = e79840c27269096925c6d9148fb9e338a8ee6439 -Size (cksfv-1.3.4.tar.bz2) = 21291 bytes +SHA1 (cksfv-1.3.5.tar.bz2) = 7953778776ef923ce1bbc989797c2842346fafd2 +RMD160 (cksfv-1.3.5.tar.bz2) = d1c8d65926f6b88f410555b200f2147844cf6dc3 +Size (cksfv-1.3.5.tar.bz2) = 22075 bytes |