diff options
author | reed <reed@pkgsrc.org> | 2007-10-13 01:28:12 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-10-13 01:28:12 +0000 |
commit | 918e108936d50dce6c333b041bc3825c34961e8b (patch) | |
tree | b6e5839998142977a3acac6d1578e6825852c3f8 /textproc | |
parent | fb7a7d20d33679e2ba6d97686e2d773036f779e0 (diff) | |
download | pkgsrc-918e108936d50dce6c333b041bc3825c34961e8b.tar.gz |
Upgrade diffstat to 1.45.
From changelog:
04-Sep-2007
diffstat 1.45
add "-b" option (Debian #379380, patch by Greg Norris).
26-Aug-2007
diffstat 1.44
add a check for default-diff output, e.g., "diff foo bar|diffstat",
which has no "diff" command in the output for diffstat to guess that
a diff is beginning.
add a check after completing a chunk for unified diff to ensure that
the next line either begins another chunk for the diff, or starts
another diff, e.g., a context diff (report by Adrian Bunk).
add configure options for leak-checking valgrind, etc.
use install-sh rather than install.sh
updated config.guess and config.sub
updated configure macros CF_GCC_ATTRIBUTES CF_GCC_WARNINGS CF_MSG_LOG
CF_PATH_SYNTAX CF_VERBOSE CF_XOPEN_SOURCE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/diffstat/Makefile | 4 | ||||
-rw-r--r-- | textproc/diffstat/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 028c0a7703c..d852cbb245f 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2006/10/09 23:09:20 snj Exp $ +# $NetBSD: Makefile,v 1.12 2007/10/13 01:28:12 reed Exp $ -DISTNAME= diffstat-1.43 +DISTNAME= diffstat-1.45 CATEGORIES= textproc MASTER_SITES= ftp://invisible-island.net/diffstat/ EXTRACT_SUFX= .tgz diff --git a/textproc/diffstat/distinfo b/textproc/diffstat/distinfo index 6e9ec8da94a..bcb0accc62a 100644 --- a/textproc/diffstat/distinfo +++ b/textproc/diffstat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2006/10/09 23:09:20 snj Exp $ +$NetBSD: distinfo,v 1.8 2007/10/13 01:28:12 reed Exp $ -SHA1 (diffstat-1.43.tgz) = fcd9c1edb9e5b71b687d39b1d193e77b9ba4cd2f -RMD160 (diffstat-1.43.tgz) = 3b970ebfebc7216c274b939e03463b67bb491dd5 -Size (diffstat-1.43.tgz) = 100862 bytes +SHA1 (diffstat-1.45.tgz) = 5801ed764eee00f3c81be7f6995670962aad7467 +RMD160 (diffstat-1.45.tgz) = 4438f3a6ac709ee7bb08ce14220dfcfa4697fa15 +Size (diffstat-1.45.tgz) = 104706 bytes SHA1 (patch-aa) = e163de68cab2141a7d21f73adce552ce9b0fdd16 |