diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-24 02:39:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-24 02:39:04 +0000 |
commit | 8fd3c10874abb88a0a046707b4c9d64d8b4e4b38 (patch) | |
tree | 49dbf9328589306f890e872fca65dba9c4f374ac /devel/gindent | |
parent | 2d8b4881b9b317eb9046fe5f99aba037c9e4af16 (diff) | |
download | pkgsrc-8fd3c10874abb88a0a046707b4c9d64d8b4e4b38.tar.gz |
gindent updated from 2.2.2 to 2.2.4
Changes since 2.2.2 from the NEWS file:
2.2.4
* When using numbered backup files, setting environment variable
VERSION_WIDTH now allows to use left zero padding (ie file.~001~).
(Patch by Chris F.A. Johnson <bq933@torfree.net>)
* --braces-on-if-line (-br) caused a '{' brace on the same line as a '}'
not to be put automatically on the next line, as it should because
the following { block } is not related to the previous { block } in
any way.
* Unpaired braces in `#if ..{.. #else/#elif ..{.. #endif }' constructs
was broken for #elif and when there were spaces after the #.
* Spelling, typo and general little improvements of indent.texinfo.
Now using Texinfo 4.0 markup.
(Patch by Kragen Sittler <sittler@day.erim-int.com>)
2.2.3
* Fixed bit-fields with types other then `int' (no type still won't work).
Fixed support for public:, private: and protected: labels.
* Forgot to include the indent.dsp file in 2.2.2 (win32)
Diffstat (limited to 'devel/gindent')
-rw-r--r-- | devel/gindent/Makefile | 6 | ||||
-rw-r--r-- | devel/gindent/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile index 02679db8b4f..7b986aced32 100644 --- a/devel/gindent/Makefile +++ b/devel/gindent/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 1999/10/01 22:54:16 jlam Exp $ +# $NetBSD: Makefile,v 1.18 1999/12/24 02:39:04 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/08/29 09:20:00 obrien Exp # -DISTNAME= indent-2.2.2 -PKGNAME= gindent-2.2.2 +DISTNAME= indent-2.2.4 +PKGNAME= g${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=indent/} diff --git a/devel/gindent/files/md5 b/devel/gindent/files/md5 index 7bb9c6ed655..bc3ce23e736 100644 --- a/devel/gindent/files/md5 +++ b/devel/gindent/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/10/01 22:54:17 jlam Exp $ +$NetBSD: md5,v 1.5 1999/12/24 02:39:05 wiz Exp $ -MD5 (indent-2.2.2.tar.gz) = 1489887c455c639b0d66088844fe29c3 +MD5 (indent-2.2.4.tar.gz) = 8b205988d5875956711e2a8f622c4d1e |