pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gindent Update to 2.2.9:
details: https://anonhg.NetBSD.org/pkgsrc/rev/391bad3bfcaa
branches: trunk
changeset: 396105:391bad3bfcaa
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 18 19:32:38 2009 +0000
description:
Update to 2.2.9:
Release notes for GNU indent version 2.2.9, Aug 2002
* Matthias <moh%itec.uni-klu.ac.at@localhost> and Eric Lloyd <ewlloyd%neta.com@localhost>
Added support for -brf to place function opening brace after function
declaration.
* Cristalle Azundris Sabon <cristalle%azundris.com@localhost>
Added --preprocessor-indentation (ppi) if set, will indent nested
preprocessor-statements with n spaces per level. Overrides -lps.
* D.Ingamells <indent%dingamells.fsnet.co.uk@localhost> Added option break-function-decl-args-end
(bfde) to break the function arguments list before the closing bracket.
-bdfa now causes a break after the opening bracket and before the first
argument so that the first argument and subsequent argments are indented
one indentation step instead of being aligned with the opening bracket.
diffstat:
devel/gindent/Makefile | 10 +++++-----
devel/gindent/PLIST | 5 ++++-
devel/gindent/distinfo | 8 ++++----
3 files changed, 13 insertions(+), 10 deletions(-)
diffs (63 lines):
diff -r a958d3cc8c44 -r 391bad3bfcaa devel/gindent/Makefile
--- a/devel/gindent/Makefile Sat Jul 18 19:27:20 2009 +0000
+++ b/devel/gindent/Makefile Sat Jul 18 19:32:38 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2008/06/20 01:09:12 joerg Exp $
+# $NetBSD: Makefile,v 1.47 2009/07/18 19:32:38 wiz Exp $
#
-DISTNAME= indent-2.2.8a
-PKGNAME= g${DISTNAME:S/a/.1/}
-PKGREVISION= 3
+DISTNAME= indent-2.2.9
+PKGNAME= g${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
@@ -16,7 +15,8 @@
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
-INFO_FILES= # PLIST
+INFO_FILES= yes
+MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"
diff -r a958d3cc8c44 -r 391bad3bfcaa devel/gindent/PLIST
--- a/devel/gindent/PLIST Sat Jul 18 19:27:20 2009 +0000
+++ b/devel/gindent/PLIST Sat Jul 18 19:32:38 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:48:45 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2009/07/18 19:32:38 wiz Exp $
bin/${GNU_PROGRAM_PREFIX}indent
bin/${GNU_PROGRAM_PREFIX}texinfo2man
info/indent.info
@@ -9,8 +9,11 @@
share/locale/de/LC_MESSAGES/indent.mo
share/locale/eo/LC_MESSAGES/indent.mo
share/locale/et/LC_MESSAGES/indent.mo
+share/locale/fi/LC_MESSAGES/indent.mo
share/locale/fr/LC_MESSAGES/indent.mo
share/locale/gl/LC_MESSAGES/indent.mo
+share/locale/hu/LC_MESSAGES/indent.mo
+share/locale/it/LC_MESSAGES/indent.mo
share/locale/ja/LC_MESSAGES/indent.mo
share/locale/ko/LC_MESSAGES/indent.mo
share/locale/nl/LC_MESSAGES/indent.mo
diff -r a958d3cc8c44 -r 391bad3bfcaa devel/gindent/distinfo
--- a/devel/gindent/distinfo Sat Jul 18 19:27:20 2009 +0000
+++ b/devel/gindent/distinfo Sat Jul 18 19:32:38 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2005/05/18 14:23:10 minskim Exp $
+$NetBSD: distinfo,v 1.9 2009/07/18 19:32:38 wiz Exp $
-SHA1 (indent-2.2.8a.tar.gz) = 0d8dc53bf6411d1c87dce7775e2ddddc4a6e9355
-RMD160 (indent-2.2.8a.tar.gz) = 078a059e217dacbd0a98ea70b1ce8e5298802238
-Size (indent-2.2.8a.tar.gz) = 594855 bytes
+SHA1 (indent-2.2.9.tar.gz) = 9329422a366a77fca64102282a3ec99c0dd47b83
+RMD160 (indent-2.2.9.tar.gz) = ed858ace1479236ce24725b42c8490095ce06ada
+Size (indent-2.2.9.tar.gz) = 678173 bytes
SHA1 (patch-aa) = aadb9d20c6fa61840e6c9a66b9cab46ea1f4bcd3
SHA1 (patch-ab) = 3feeab7810572653916e256645c7a7d8ec93764e
SHA1 (patch-ac) = eed6b88a80202a03cb8eb33e639d43d0ee99fa91
Home |
Main Index |
Thread Index |
Old Index