pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Updated pkglint to 4.53.
details: https://anonhg.NetBSD.org/pkgsrc/rev/242f3010803c
branches: trunk
changeset: 506139:242f3010803c
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Jan 12 14:05:50 2006 +0000
description:
Updated pkglint to 4.53.
Changes since 4.52:
- New warning categories "debug", "space", "quoting" that can be selected
independently.
- Improved the parsers for shell commands and shell words.
- Added warning for using $(...) in shell programs, as the Solaris /bin/sh
doesn't support it.
- Added some warnings about quoting.
- Some other minor changes.
diffstat:
doc/CHANGES | 3 ++-
pkgtools/pkglint/Makefile | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 34d9e91cf6bf -r 242f3010803c doc/CHANGES
--- a/doc/CHANGES Thu Jan 12 13:59:42 2006 +0000
+++ b/doc/CHANGES Thu Jan 12 14:05:50 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12464 2006/01/12 13:29:45 joerg Exp $
+$NetBSD: CHANGES,v 1.12465 2006/01/12 14:06:19 rillig Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -232,3 +232,4 @@
Added net/ucspi-ssl version 0.70 [schmonz 2006-01-11]
Updated math/R to 2.2.1nb1 [markd 2006-01-12]
Updated net/batchftp to 1.02nb1 [joerg 2006-01-12]
+ Updated pkgtools/pkglint to 4.53 [rillig 2006-01-12]
diff -r 34d9e91cf6bf -r 242f3010803c pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Thu Jan 12 13:59:42 2006 +0000
+++ b/pkgtools/pkglint/Makefile Thu Jan 12 14:05:50 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.322 2006/01/12 04:27:58 rillig Exp $
+# $NetBSD: Makefile,v 1.323 2006/01/12 14:05:50 rillig Exp $
#
-DISTNAME= pkglint-4.52
+DISTNAME= pkglint-4.53
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
Home |
Main Index |
Thread Index |
Old Index