diff options
author | jmmv <jmmv> | 2003-12-14 11:14:21 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-12-14 11:14:21 +0000 |
commit | d7a6e3aef056c3baa773b8ec04759c24dc20ad93 (patch) | |
tree | 293661a7e08a09dbc3b791102ea9880b83560e1a /textproc/diffstat/Makefile | |
parent | 644c53cbafa6f9c2c99ac8943a67f17e6cd26879 (diff) | |
download | pkgsrc-d7a6e3aef056c3baa773b8ec04759c24dc20ad93.tar.gz |
Update to 1.34, from Soren Jacobsen in PR pkg/23741:
* Improve check for certain lines (not those that begin a chunk) that
begin with '-', treating all except "---" as a delete (report by
James Rowe <Jay@jnrowe.uklinux.net>).
* Minor updates to configure script.
Diffstat (limited to 'textproc/diffstat/Makefile')
-rw-r--r-- | textproc/diffstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 832e8fdec98..f30034bb652 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:27:30 martti Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/14 11:14:21 jmmv Exp $ # -DISTNAME= diffstat-1.33 +DISTNAME= diffstat-1.34 CATEGORIES= textproc MASTER_SITES= ftp://invisible-island.net/diffstat/ EXTRACT_SUFX= .tgz |