diff options
author | wiz <wiz> | 2014-06-07 07:20:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-06-07 07:20:57 +0000 |
commit | fbe2958dfbd52fd4888272d587d0545b8f68eb0a (patch) | |
tree | 2e19629a5b16b20ceb794d3808d5464298f7341f /textproc | |
parent | fe1ff002bfc960e68aa599b0426bcefddf9de69f (diff) | |
download | pkgsrc-fbe2958dfbd52fd4888272d587d0545b8f68eb0a.tar.gz |
Update to 1.59:
2014/06/05 (diffstat 1.59)
+ add -E option to filter escape-sequences, e.g., from colordiff
(Ubuntu #1304262).
+ merge/adapt improvments to makefile and configure script from
openembedded.org (forwarded by Ross Burton).
+ remove unused $(libdir) from makefile "installdirs" target
+ amend definition in CF_POPEN_TEST to permit use of autoheader.
+ workaround for gratuitous renaming of AC_ACVERSION in 2.69
+ added "docs" rule to makefile
+ improvements to configure macros:
+ added check for -Wlogical-op to gcc warnings
+ suppress check for defining _XOPEN_SOURCE on Solaris
+ trim an unwanted -no-gcc option for Intel compiler
+ update config.guess, config.sub
2013/10/28 (diffstat 1.58)
+ add COPYING file (request by Dagobert Michelsen).
+ improved portability for cross-compiling, by supplying missing
getopt function as well as improving checks for popen/pclose
prototypes.
+ updated configure macros, e.g., for MingW and MSYS fixes.
+ update config.guess, config.sub
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 7b9c882bb49..3638451dac2 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2013/08/10 12:49:54 shattered Exp $ +# $NetBSD: Makefile,v 1.22 2014/06/07 07:20:57 wiz Exp $ -DISTNAME= diffstat-1.57 +DISTNAME= diffstat-1.59 CATEGORIES= textproc MASTER_SITES= ftp://invisible-island.net/diffstat/ EXTRACT_SUFX= .tgz diff --git a/textproc/diffstat/distinfo b/textproc/diffstat/distinfo index 0f36cd44542..29e444c06bf 100644 --- a/textproc/diffstat/distinfo +++ b/textproc/diffstat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2013/08/10 12:49:54 shattered Exp $ +$NetBSD: distinfo,v 1.15 2014/06/07 07:20:57 wiz Exp $ -SHA1 (diffstat-1.57.tgz) = c6d9247b8b32eeab5d866686f91a8fbdde3e340f -RMD160 (diffstat-1.57.tgz) = 283eb92f468466215fc897da6cb92818cb99f73b -Size (diffstat-1.57.tgz) = 245755 bytes +SHA1 (diffstat-1.59.tgz) = 85f81d9e6ec704cb8cf82eb404ca9dd69d6469ff +RMD160 (diffstat-1.59.tgz) = a25f150935cba1dccdc3fe04604d7a21bb68ba7d +Size (diffstat-1.59.tgz) = 247698 bytes |