diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-16 20:14:01 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-16 20:14:01 +0000 |
commit | 3fe640e2ccdb2e5052582699f5b14766a37c2de9 (patch) | |
tree | 91e848020aa61eaad30c9a6ca2d299e8e70d248e /app-arch/bsdsfv/files | |
parent | Fixed the patch. (diff) | |
download | gentoo-2-3fe640e2ccdb2e5052582699f5b14766a37c2de9.tar.gz gentoo-2-3fe640e2ccdb2e5052582699f5b14766a37c2de9.tar.bz2 gentoo-2-3fe640e2ccdb2e5052582699f5b14766a37c2de9.zip |
Fixed the patch.
Diffstat (limited to 'app-arch/bsdsfv/files')
-rw-r--r-- | app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff | 25 | ||||
-rw-r--r-- | app-arch/bsdsfv/files/digest-bsdsfv-1.14 | 4 |
2 files changed, 16 insertions, 13 deletions
diff --git a/app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff b/app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff index d09b0dc6472c..b9c395dc594f 100644 --- a/app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff +++ b/app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff @@ -1,11 +1,14 @@ ---- bsdsfv.c 2003-03-17 00:26:16.000000000 -0800 -+++ bsdsfv.c.pj 2003-03-26 04:41:44.000000000 -0800 -@@ -37,9 +37,18 @@ +--- bsdsfv.c.orig 2003-04-16 16:05:16.000000000 -0400 ++++ bsdsfv.c 2003-04-16 16:09:50.000000000 -0400 +@@ -34,12 +34,20 @@ + *************************************************************************/ + +- #define FNAMELEN 250 #define MAXSFVFILE 1024 --#define BSDSFV_VERSION "BSDSFV for UNiX, $Revision: 1.1 $" -+#define BSDSFV_VERSION "BSDSFV for UNiX, $Revision: 1.1 $" +-#define BSDSFV_VERSION "BSDSFV for UNiX, $Revision: 1.2 $" ++#define BSDSFV_VERSION "BSDSFV for UNiX, Revision: 1.14" #define MISSINGTAG ".missing" #define BADTAG ".bad" +#define OPENBRACKET "\e[34;01m[\e[0m" @@ -20,7 +23,7 @@ typedef struct sfvtable { -@@ -523,7 +532,7 @@ +@@ -523,7 +531,7 @@ if (listedcrc == mycrc) { @@ -29,7 +32,7 @@ if (glftpdmode) { sprintf (crap, "%s%s", sfvTable[0].filename, -@@ -535,7 +544,7 @@ +@@ -535,7 +543,7 @@ } else { @@ -38,7 +41,7 @@ badfiles++; if (glftpdmode) { -@@ -549,16 +558,18 @@ +@@ -549,16 +557,18 @@ } else { @@ -61,7 +64,7 @@ if (badfiles || missingfiles) return 1; -@@ -635,18 +646,18 @@ +@@ -635,18 +645,18 @@ if (mycrc == sfvTable[cnt].crc) { @@ -83,7 +86,7 @@ badfiles++; } } -@@ -668,8 +679,9 @@ +@@ -668,8 +678,9 @@ } else { @@ -95,7 +98,7 @@ missingfiles++; if (glftpdmode) { -@@ -714,10 +726,12 @@ +@@ -714,10 +725,12 @@ } printf ("Completion Status: %s\n", NEWTAG); } diff --git a/app-arch/bsdsfv/files/digest-bsdsfv-1.14 b/app-arch/bsdsfv/files/digest-bsdsfv-1.14 index 1adb30e50254..8ec1c73ad119 100644 --- a/app-arch/bsdsfv/files/digest-bsdsfv-1.14 +++ b/app-arch/bsdsfv/files/digest-bsdsfv-1.14 @@ -1,3 +1,3 @@ -MD5 3d92ff95b6d078f2d3dd727fdae1a95f /files/bsdsfv-1.14-gentoo.diff 3595 -MD5 27521e04e04ae5064d47135f6509eef8 /bsdsfv-1.14.ebuild 620 +MD5 4b7390ad47f107463d15e50759bcd70c /files/bsdsfv-1.14-gentoo.diff 3594 +MD5 83353376a16d2197aac29b4760a26e39 /bsdsfv-1.14.ebuild 620 MD5 67caa8503a2506b68aaf53aa655a9f04 bsdsfv.1.14.tar.gz 13327 |