diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-31 04:32:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-31 04:32:10 +0000 |
commit | cf09c08e45bd71017bd146781e9f22cddcc82bae (patch) | |
tree | eb63a2b91d4d400bf292253ab4bfbbb477475168 /archivers | |
parent | ace19a071cc8fd7ffef0ef4b2f74e4d77a43b490 (diff) | |
download | pkgsrc-cf09c08e45bd71017bd146781e9f22cddcc82bae.tar.gz |
Regen patch-ad to make GNU patch happy.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/distinfo | 4 | ||||
-rw-r--r-- | archivers/fastjar/patches/patch-ad | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/archivers/fastjar/distinfo b/archivers/fastjar/distinfo index f59b59f8a21..ad279638f73 100644 --- a/archivers/fastjar/distinfo +++ b/archivers/fastjar/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2005/10/23 18:02:16 rillig Exp $ +$NetBSD: distinfo,v 1.9 2005/10/31 04:32:10 minskim Exp $ SHA1 (fastjar-0.93.tgz) = 74acc8e8a920ea6da18a180cd0a691c5d7c4699f RMD160 (fastjar-0.93.tgz) = 1627f2316cc7bca6a477011d1b812b140900d987 @@ -6,4 +6,4 @@ Size (fastjar-0.93.tgz) = 62419 bytes SHA1 (patch-aa) = 12cc5397a89c18d239164caa3955121ca6d01de0 SHA1 (patch-ab) = c13f46e1a3e60a3bbe656af609a5c9fb047a4ca3 SHA1 (patch-ac) = ce8eefb978a93d0043f8b98fbf4049f022ce663c -SHA1 (patch-ad) = 602d35e1ad26555cca6ebe6135b81c76c8d3a541 +SHA1 (patch-ad) = 3a3f157a174ac9ab4e7e7817d6c11de88638279f diff --git a/archivers/fastjar/patches/patch-ad b/archivers/fastjar/patches/patch-ad index 34fe2f1a6a2..8cf9de4a5cd 100644 --- a/archivers/fastjar/patches/patch-ad +++ b/archivers/fastjar/patches/patch-ad @@ -1,11 +1,9 @@ -$NetBSD: patch-ad,v 1.2 2005/10/23 18:02:16 rillig Exp $ +$NetBSD: patch-ad,v 1.3 2005/10/31 04:32:10 minskim Exp $ ---- jartool.c.orig 2005-07-22 14:15:00.000000000 +0000 -+++ jartool.c 2005-07-22 14:15:09.000000000 +0000 -@@ -171,6 +171,4 @@ +--- jartool.c.orig 2001-01-11 00:38:15.000000000 -0800 ++++ jartool.c +@@ -171,4 +171,2 @@ static char rcsid[] = "$Id: jartool.c,v -extern int errno; - void usage(char*); - void add_entry(struct zipentry *); - void init_headers(); |