pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/diffstat Update to 1.48:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fe7a7b77b5b
branches:  trunk
changeset: 398023:9fe7a7b77b5b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 21 23:39:20 2009 +0000

description:
Update to 1.48:

11-Aug-2009
        diffstat 1.48

        add decompression tests for lzma and pack file types.

        check for zcat and uncompress in preference to "compress -dc".

        modify to check the first few bytes of standard input, and use a
        corresponding decompression utility if the stream appears to be
        compressed.  This requires making a temporary copy of the data
        (Debian #491575).

        add -N option, to truncate filenames.

        use getc_unlocked() rather than fgetc_unlocked()

        modify to recognize Perforce-style diffs (patch by Ed Schouten).

        update configure macros to improve compiler warning checks, use
        $PATH_SEPARATOR rather than $PATH_SEP (for consistency with some
        autoconf versions),

        fix typo in configure --with-install-prefix option (report by
        Dagobert Michelsen).

        update config.guess, config.sub

29-Mar-2009
        diffstat 1.47

        modify to work with patch ".rej" files, which do not have a header to
        tell which file is affected.

        fix typo in usage message (reports by Moritz Barsnick, John McNamara,
        Richard Quadling).

diffstat:

 textproc/diffstat/Makefile |  4 ++--
 textproc/diffstat/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 534114b7ea5d -r 9fe7a7b77b5b textproc/diffstat/Makefile
--- a/textproc/diffstat/Makefile        Fri Aug 21 23:37:05 2009 +0000
+++ b/textproc/diffstat/Makefile        Fri Aug 21 23:39:20 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2008/10/30 19:33:47 snj Exp $
+# $NetBSD: Makefile,v 1.16 2009/08/21 23:39:20 wiz Exp $
 
-DISTNAME=      diffstat-1.46
+DISTNAME=      diffstat-1.48
 CATEGORIES=    textproc
 MASTER_SITES=  ftp://invisible-island.net/diffstat/
 EXTRACT_SUFX=  .tgz
diff -r 534114b7ea5d -r 9fe7a7b77b5b textproc/diffstat/distinfo
--- a/textproc/diffstat/distinfo        Fri Aug 21 23:37:05 2009 +0000
+++ b/textproc/diffstat/distinfo        Fri Aug 21 23:39:20 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2008/10/30 19:33:47 snj Exp $
+$NetBSD: distinfo,v 1.10 2009/08/21 23:39:20 wiz Exp $
 
-SHA1 (diffstat-1.46.tgz) = 7cc31a16596de4ebe372e8a753333dd3ec2b577a
-RMD160 (diffstat-1.46.tgz) = 329c222babf81e742548f1d838bd42a97b48b9e0
-Size (diffstat-1.46.tgz) = 106551 bytes
+SHA1 (diffstat-1.48.tgz) = b2f0bd25903c1ef077296d964ac4e36596d47cea
+RMD160 (diffstat-1.48.tgz) = fed2d8b3ddd13acf12cfe93ec502404d6062785a
+Size (diffstat-1.48.tgz) = 207061 bytes
 SHA1 (patch-aa) = e163de68cab2141a7d21f73adce552ce9b0fdd16



Home | Main Index | Thread Index | Old Index