From 1ce66ebca49ffe6d8a254b08ffca78fd8660a9ce Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 15 Feb 2012 06:46:18 +0000 Subject: - Update to 1.55 - Update MASTER_SITES and WWW: change URL to match the official site Changes: http://invisible-island.net/diffstat/CHANGES Approved by: clsung (maintainer, via IRC) --- textproc/diffstat/files/patch-diffstat.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 textproc/diffstat/files/patch-diffstat.c (limited to 'textproc/diffstat/files/patch-diffstat.c') diff --git a/textproc/diffstat/files/patch-diffstat.c b/textproc/diffstat/files/patch-diffstat.c deleted file mode 100644 index a96f71419bc8..000000000000 --- a/textproc/diffstat/files/patch-diffstat.c +++ /dev/null @@ -1,11 +0,0 @@ ---- diffstat.c.orig 2010-08-10 19:27:19.414564698 +0200 -+++ diffstat.c 2010-08-10 19:28:49.625931506 +0200 -@@ -1934,7 +1934,7 @@ is_compressed(const char *name) - } else if (len > 5 && !strcmp(name + len - 5, ".lzma")) { - which = dcLzma; - } else if (len > 3 && !strcmp(name + len - 3, ".xz")) { -- which = dcLzma; -+ which = dcXz; - } else { - which = dcNone; - } -- cgit v1.2.3