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.47.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3e0e7127a18
branches:  trunk
changeset: 503840:b3e0e7127a18
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Dec 01 04:11:56 2005 +0000

description:
Updated pkglint to 4.47.

Changes since 4.46:
- Made the --explain command line option work.
- Added many explanations for existing diagnostics.
- Improved the diagnostics.
- In --autofix mode, no backup files are created anymore.
- Temporarily disabled the check for direct use of tool names.
- Fixed some false positive warnings.
- Added a check for the use of absolute pathnames in shell commands.

diffstat:

 doc/CHANGES               |  3 ++-
 pkgtools/pkglint/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c1d205ece99a -r b3e0e7127a18 doc/CHANGES
--- a/doc/CHANGES       Thu Dec 01 04:05:36 2005 +0000
+++ b/doc/CHANGES       Thu Dec 01 04:11:56 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12068 2005/12/01 03:56:01 minskim Exp $
+$NetBSD: CHANGES,v 1.12069 2005/12/01 04:12:25 rillig Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -5440,3 +5440,4 @@
        Updated archivers/pax to 20051108 [minskim 2005-12-01]
        Added sysutils/detox version 1.2.0rc1 [minskim 2005-12-01]
        Added sysutils/clex version 3.14 [minskim 2005-12-01]
+       Updated pkgtools/pkglint to 4.47 [rillig 2005-12-01]
diff -r c1d205ece99a -r b3e0e7127a18 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Thu Dec 01 04:05:36 2005 +0000
+++ b/pkgtools/pkglint/Makefile Thu Dec 01 04:11:56 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.312 2005/11/27 23:48:01 rillig Exp $
+# $NetBSD: Makefile,v 1.313 2005/12/01 04:11:56 rillig Exp $
 #
 
-DISTNAME=      pkglint-4.46.3
+DISTNAME=      pkglint-4.47
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty



Home | Main Index | Thread Index | Old Index