Update to 1.56:

2013/02/11 (diffstat 1.56)
	+ add -K option which attempts to improve the annotation of "only"
	  files by looking for a match in the resulting set of files and
	  inferring whether the file was added or removed (request by Marc
	  Haber).

	+ add check of command-line options for valid numbers.

	+ improve merging of patches for the same filename (report/testcase by
	  Paul E McKenney).

	+ document -d option in manpage.

	+ document -b, -C, -s option in usage (patch by Tim Waugh, Red Hat
	  #852770)

	+ modify configure script as done for byacc in 2012/10/03, making the
	  2.52-patches the prerequisite and adding support for --datarootdir
	  option.

	+ update config.guess, config.sub

	+ add logic to handle SVN diffs when the pathnames contain spaces
	  (patch by Stuart Prescott, Debian #675475).

	+ fix typo in package/debian/control

2012/01/03 (diffstat 1.55)
	+ add -R option, like patch's, to reverse the order of the comparison.

	+ FreeBSD ports/148604, ports/149500 reported that lzcat may not
	  support extracting files compressed in xz format (patch by Frederic
	  Culot, FreeBSD #149500).

	+ address documentation issue raised in Novell #739210

	+ correct typo s/Solaris/Solar/.

	+ updated configure script macros:
	  CF_ANSI_CC_CHECK CF_DISABLE_LEAKS CF_GCC_ATTRIBUTES CF_GCC_WARNINGS
	  CF_MAKE_TAGS CF_MSG_LOG CF_PATH_PROG CF_WITH_INSTALL_PREFIX
	  CF_XOPEN_SOURCE

	+ update config.guess, config.sub

2010/10/10 (diffstat 1.54)
	+ change Debian package script to use native format.

	+ correct counts used for new files when -S/-D options are used.

	+ minor typography improvement to manpage (patch by Solar Designer)

	+ remove the temporary directory on error, introduced in 1.48+ (patch
	  by Solar Designer).

2010/07/19 (diffstat 1.53)

	+ add missing "break" statement which left "-c" option falling-through
	  into "-C".

2010/07/16 (diffstat 1.52)

	+ add "-C" option to show the histogram using SGR colors.

	+ add "-s" option to show only the summary line.

	+ add configure check for "xz", using this in preference to "lzcat"
	  (FreeBSD #148604).

	+ also escape literal dashes used as part of the histogram in the
	  manpage.

	+ modify hyphens vs dashes in manpage per
		http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html
	  (patch by Francois Marier).

	+ drop mkdirs.sh, use "mkdir -p"

	+ add configure checks for ctags and lint.

	+ updated configure macros

	+ reformat CHANGES to work with metrics script.

	+ fix strict gcc warnings, e.g., using const.

	+ improve a case where filenames have embedded blanks (patch by Reinier
	  Post).

	+ update config.guess, config.sub
This commit is contained in:
wiz 2013-02-12 10:13:41 +00:00
parent 72c0c105a5
commit 5f4b331d8a
3 changed files with 6 additions and 22 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2012/10/25 06:55:46 asau Exp $
# $NetBSD: Makefile,v 1.20 2013/02/12 10:13:41 wiz Exp $
DISTNAME= diffstat-1.51
DISTNAME= diffstat-1.56
CATEGORIES= textproc
MASTER_SITES= ftp://invisible-island.net/diffstat/
EXTRACT_SUFX= .tgz

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.12 2009/11/17 03:17:01 snj Exp $
$NetBSD: distinfo,v 1.13 2013/02/12 10:13:41 wiz Exp $
SHA1 (diffstat-1.51.tgz) = 4d0d3a3a2dae4d4a53f5a2a913d4c349d79fdd83
RMD160 (diffstat-1.51.tgz) = 1e8baf30bb56165219daef6a9246bc2edc4896d5
Size (diffstat-1.51.tgz) = 209813 bytes
SHA1 (patch-aa) = e163de68cab2141a7d21f73adce552ce9b0fdd16
SHA1 (diffstat-1.56.tgz) = 034c3a72e5d06f5433cdba8c1b6d25146dd699d1
RMD160 (diffstat-1.56.tgz) = 28dc82c40558a3b6a8b760abbf07f6080817126d
Size (diffstat-1.56.tgz) = 237671 bytes

View file

@ -1,15 +0,0 @@
$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