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
This commit is contained in:
parent
fb7a7d20d3
commit
918e108936
3 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2007,v 1.2143 2007/10/13 01:21:19 reed Exp $
|
||||
$NetBSD: CHANGES-2007,v 1.2144 2007/10/13 01:28:12 reed Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2007:
|
||||
|
||||
|
@ -3967,3 +3967,4 @@ Changes to the packages collection and infrastructure in 2007:
|
|||
Updated net/nagios-base to 2.5nb3 [ghen 2007-10-12]
|
||||
Updated chat/weechat to 0.2.6 [tonio 2007-10-12]
|
||||
Updated sysutils/pwgen to 2.06 [reed 2007-10-12]
|
||||
Updated textproc/diffstat to 1.45 [reed 2007-10-13]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue