diff options
-rw-r--r-- | textproc/diffstat/distinfo | 3 | ||||
-rw-r--r-- | textproc/diffstat/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/textproc/diffstat/distinfo b/textproc/diffstat/distinfo index e942594d523..eab2ac8068c 100644 --- a/textproc/diffstat/distinfo +++ b/textproc/diffstat/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2006/05/08 06:22:51 snj Exp $ +$NetBSD: distinfo,v 1.6 2006/06/26 11:44:09 rillig Exp $ SHA1 (diffstat-1.41.tgz) = 75545e796ad6b2663170f21dc7d303d3487ad5d8 RMD160 (diffstat-1.41.tgz) = b152a6061ea5500e969c65c7c8832decac2aa40a Size (diffstat-1.41.tgz) = 98321 bytes +SHA1 (patch-aa) = e163de68cab2141a7d21f73adce552ce9b0fdd16 diff --git a/textproc/diffstat/patches/patch-aa b/textproc/diffstat/patches/patch-aa new file mode 100644 index 00000000000..ec2ce4c370a --- /dev/null +++ b/textproc/diffstat/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.3 2006/06/26 11:44:09 rillig Exp $ + +./config.status: 640: Syntax error: "done" unexpected (expecting ")") + +--- configure.orig 2005-08-16 02:41:39.000000000 +0200 ++++ configure 2006-06-26 13:41:41.000000000 +0200 +@@ -4447,8 +4447,6 @@ + ac_dest=`echo "$ac_file" | sed 's,:.*,,'` + ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` + +- case $ac_dest in +- esac + done + EOF + |