summaryrefslogtreecommitdiff
path: root/misc/cksfv
diff options
context:
space:
mode:
authorwiz <wiz>2008-09-06 13:46:00 +0000
committerwiz <wiz>2008-09-06 13:46:00 +0000
commitf02769731dfe36bacea9c31c57e88eb486afb2e5 (patch)
tree61b3d115b9de1c33a614ad4ad18936fb27cac44f /misc/cksfv
parent576aa073dd3dc9b5ff668d5ad484cbc0021411d6 (diff)
downloadpkgsrc-f02769731dfe36bacea9c31c57e88eb486afb2e5.tar.gz
Update to 1.3.13:
2008-08-24 Heikki Orsila <heikki.orsila@iki.fi> * Version 1.3.13 - Bug fixes - Documentation improvements
Diffstat (limited to 'misc/cksfv')
-rw-r--r--misc/cksfv/Makefile4
-rw-r--r--misc/cksfv/distinfo9
-rw-r--r--misc/cksfv/patches/patch-aa13
3 files changed, 6 insertions, 20 deletions
diff --git a/misc/cksfv/Makefile b/misc/cksfv/Makefile
index 9d013eba56e..a6ed220da58 100644
--- a/misc/cksfv/Makefile
+++ b/misc/cksfv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2007/08/29 22:30:47 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2008/09/06 13:46:00 wiz Exp $
#
-DISTNAME= cksfv-1.3.12
+DISTNAME= cksfv-1.3.13
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 2d07c480fdf..d81e2aebde4 100644
--- a/misc/cksfv/distinfo
+++ b/misc/cksfv/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.19 2007/08/29 22:30:47 wiz Exp $
+$NetBSD: distinfo,v 1.20 2008/09/06 13:46:00 wiz Exp $
-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
+SHA1 (cksfv-1.3.13.tar.bz2) = 2f9b75ccfcb4913e4620dd96a4d34e33df8b35e8
+RMD160 (cksfv-1.3.13.tar.bz2) = 4a9bebcf8ea13814c20fb7937183b056dbeeb612
+Size (cksfv-1.3.13.tar.bz2) = 26109 bytes
diff --git a/misc/cksfv/patches/patch-aa b/misc/cksfv/patches/patch-aa
deleted file mode 100644
index bd1bdcdd538..00000000000
--- a/misc/cksfv/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2007/08/29 22:30:47 wiz Exp $
-
---- src/crc32.c.orig 2007-08-12 18:51:29.000000000 +0000
-+++ src/crc32.c
-@@ -21,8 +21,6 @@
-
- #include "config.h"
-
--extern int errno;
--
- #define BUFFERSIZE 16384 /* (16k) buffer size for reading from the file */
-
- static const uint32_t crctable[256] = {