summaryrefslogtreecommitdiff
path: root/misc/cksfv
diff options
context:
space:
mode:
authordillo <dillo>2002-01-31 22:17:41 +0000
committerdillo <dillo>2002-01-31 22:17:41 +0000
commita74ffae897acf1562d7e70fa068b72288f6aed8a (patch)
tree87ac1cc5f16cf40ca8ea75e4e2bed4c7cbaf3c0b /misc/cksfv
parent36544f4e475196dd50310e371385226ed2b1c2eb (diff)
downloadpkgsrc-a74ffae897acf1562d7e70fa068b72288f6aed8a.tar.gz
update cksfv to 1.3:
Fixed the problem with case insensitive (ignoring case). Now will compile on RedHat 7.1.
Diffstat (limited to 'misc/cksfv')
-rw-r--r--misc/cksfv/Makefile4
-rw-r--r--misc/cksfv/distinfo10
-rw-r--r--misc/cksfv/patches/patch-aa12
-rw-r--r--misc/cksfv/patches/patch-ab12
4 files changed, 19 insertions, 19 deletions
diff --git a/misc/cksfv/Makefile b/misc/cksfv/Makefile
index bd88971eb66..07e2951afe4 100644
--- a/misc/cksfv/Makefile
+++ b/misc/cksfv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2001/02/28 15:44:15 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/01/31 22:17:41 dillo Exp $
#
-DISTNAME= cksfv-1.2
+DISTNAME= cksfv-1.3
CATEGORIES= misc
MASTER_SITES= http://www.fodder.org/cksfv/
diff --git a/misc/cksfv/distinfo b/misc/cksfv/distinfo
index 73c0b484d4c..a8c631eb0f0 100644
--- a/misc/cksfv/distinfo
+++ b/misc/cksfv/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 13:52:09 agc Exp $
+$NetBSD: distinfo,v 1.3 2002/01/31 22:17:41 dillo Exp $
-SHA1 (cksfv-1.2.tar.gz) = 021b2851b8fd4bd3a118cc283b24208cef091653
-Size (cksfv-1.2.tar.gz) = 15060 bytes
-SHA1 (patch-aa) = 919fd5b54b005ac73780f1957a6f4220fe2daea4
-SHA1 (patch-ab) = 103adac51e0834fe6efc8f2a5dd960e2cb938e7f
+SHA1 (cksfv-1.3.tar.gz) = be8a2adff70a3787b367cf01f247014113bfc646
+Size (cksfv-1.3.tar.gz) = 14925 bytes
+SHA1 (patch-aa) = 41e2755168de7b1b07fbba22f48a8bab3220ecd6
+SHA1 (patch-ab) = e532c68c27518374de69f247f0b82160d11c7f08
SHA1 (patch-ac) = 4048202c1e2baf8f01cd237e7c16368a0a8d1773
SHA1 (patch-ad) = 99294fce6cdecbe7c256eaef90bc0e3c66096153
diff --git a/misc/cksfv/patches/patch-aa b/misc/cksfv/patches/patch-aa
index 7584d518694..0a0667e4098 100644
--- a/misc/cksfv/patches/patch-aa
+++ b/misc/cksfv/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2001/02/28 15:44:16 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2002/01/31 22:17:42 dillo Exp $
---- Makefile.orig Wed Feb 28 15:10:37 2001
-+++ Makefile Wed Feb 28 15:11:02 2001
-@@ -19,13 +19,13 @@
- VERSION="1.2"
+--- Makefile.orig Fri Jul 6 08:33:08 2001
++++ Makefile
+@@ -20,13 +20,13 @@
+ WEBSITE=/var/www/html/cksfv/
all:
- cd src && gmake VERSION=$(VERSION)
@@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.2 2001/02/28 15:44:16 wiz Exp $
rm -rf ~/cksfv-$(VERSION) \
&& cp -r . ~/cksfv-$(VERSION) && cd ~ && rm -rf cksfv-$(VERSION)/CVS \
&& rm -rf cksfv-$(VERSION)/src/CVS \
-@@ -55,4 +55,4 @@
+@@ -57,4 +57,4 @@
clean:
rm -f *.o *~ *.core core
rm -f rpm/*.o rpm/*~ rpm/*.core rpm/core
diff --git a/misc/cksfv/patches/patch-ab b/misc/cksfv/patches/patch-ab
index 8eb2fa3e244..363fc46dcfb 100644
--- a/misc/cksfv/patches/patch-ab
+++ b/misc/cksfv/patches/patch-ab
@@ -1,17 +1,17 @@
-$NetBSD: patch-ab,v 1.1 2001/02/28 15:44:16 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2002/01/31 22:17:42 dillo Exp $
---- src/cksfv.c.orig Fri Dec 29 01:34:33 2000
-+++ src/cksfv.c Wed Feb 28 15:11:46 2001
-@@ -21,7 +21,7 @@
- #include <unistd.h>
+--- src/cksfv.c.orig Fri Jul 6 08:33:08 2001
++++ src/cksfv.c
+@@ -22,7 +22,7 @@
#include <stdio.h>
+ #include <stdlib.h>
-extern int readsfv(char*, char*, int);
+extern int readsfv(char*, char*, int, int, char **);
extern int newsfv(char**);
extern void pusage();
-@@ -59,7 +59,7 @@
+@@ -60,7 +60,7 @@
argv += optind;
if (rsfvflag == 1) {