diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-15 06:46:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-15 06:46:18 +0000 |
commit | 1ce66ebca49ffe6d8a254b08ffca78fd8660a9ce (patch) | |
tree | 7df4feb3c13388497561b3378523e182e5f926b8 /textproc/diffstat/files | |
parent | - update to 10.35.84 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=291416
Diffstat (limited to 'textproc/diffstat/files')
-rw-r--r-- | textproc/diffstat/files/patch-diffstat.c | 11 |
1 files changed, 0 insertions, 11 deletions
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; - } |