summaryrefslogtreecommitdiff
path: root/misc/cksfv
diff options
context:
space:
mode:
authorwiz <wiz>2007-08-29 22:30:47 +0000
committerwiz <wiz>2007-08-29 22:30:47 +0000
commitb29fd898e106f082ebd74acabc58aa56c6190953 (patch)
treeb49af132492f50be0ca091865a2099d0a8433b32 /misc/cksfv
parentdd18f7f2d68c836a869e0ebf5cb43a5c8db865c9 (diff)
downloadpkgsrc-b29fd898e106f082ebd74acabc58aa56c6190953.tar.gz
Update to 1.3.12:
2007-08-12 Heikki Orsila <heikki.orsila@iki.fi> * Version 1.3.12 - Code cleanups - Documentation improvements - Added -g option that replaces -f in most cases. Instead of running cksfv -C foo -f foo/bar.sfv one can just run: cksfv -g foo/bar.sfv
Diffstat (limited to 'misc/cksfv')
-rw-r--r--misc/cksfv/Makefile4
-rw-r--r--misc/cksfv/distinfo10
-rw-r--r--misc/cksfv/patches/patch-aa6
3 files changed, 10 insertions, 10 deletions
diff --git a/misc/cksfv/Makefile b/misc/cksfv/Makefile
index ee89b0c7cf6..9d013eba56e 100644
--- a/misc/cksfv/Makefile
+++ b/misc/cksfv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2007/07/19 21:51:10 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2007/08/29 22:30:47 wiz Exp $
#
-DISTNAME= cksfv-1.3.11
+DISTNAME= cksfv-1.3.12
CATEGORIES= misc
MASTER_SITES= http://zakalwe.fi/~shd/foss/cksfv/files/ \
http://zakalwe.fi/~shd/foss/cksfv/files/devel/
diff --git a/misc/cksfv/distinfo b/misc/cksfv/distinfo
index 6f6af19f4ac..2d07c480fdf 100644
--- a/misc/cksfv/distinfo
+++ b/misc/cksfv/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2007/07/19 21:51:10 wiz Exp $
+$NetBSD: distinfo,v 1.19 2007/08/29 22:30:47 wiz Exp $
-SHA1 (cksfv-1.3.11.tar.bz2) = b184c13243b83dc51b458f519c6c2d4cb1abc506
-RMD160 (cksfv-1.3.11.tar.bz2) = ef0374cd334cbc68e2637530a8076a95a26891b7
-Size (cksfv-1.3.11.tar.bz2) = 26473 bytes
-SHA1 (patch-aa) = e520d00296ab1461084c87582a6d2c7201e25b8a
+SHA1 (cksfv-1.3.12.tar.bz2) = b3f5377a994dd67edbf5ab6b2ea48cdd4feb366d
+RMD160 (cksfv-1.3.12.tar.bz2) = 08e13b4c572d1bfd4040a3712f53b897911bda4c
+Size (cksfv-1.3.12.tar.bz2) = 26772 bytes
+SHA1 (patch-aa) = 092019ebadbe1319d46852ba9487a65a993cfa8c
diff --git a/misc/cksfv/patches/patch-aa b/misc/cksfv/patches/patch-aa
index baa60ad258c..bd1bdcdd538 100644
--- a/misc/cksfv/patches/patch-aa
+++ b/misc/cksfv/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.5 2005/11/10 17:41:18 joerg Exp $
+$NetBSD: patch-aa,v 1.6 2007/08/29 22:30:47 wiz Exp $
---- src/crc32.c.orig 2005-11-10 17:33:13.000000000 +0000
+--- src/crc32.c.orig 2007-08-12 18:51:29.000000000 +0000
+++ src/crc32.c
@@ -21,8 +21,6 @@
@@ -8,6 +8,6 @@ $NetBSD: patch-aa,v 1.5 2005/11/10 17:41:18 joerg Exp $
-extern int errno;
-
- #define BUFFERSIZE 16384 /* (16k) buffer size for reading from the file */
+ #define BUFFERSIZE 16384 /* (16k) buffer size for reading from the file */
static const uint32_t crctable[256] = {