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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa0ea01a80f7
branches:  trunk
changeset: 504291:aa0ea01a80f7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Dec 08 10:57:59 2005 +0000

description:
Updated pkglint to 4.49.

Changes since 4.48:
- Added a check for .include lines in all Makefiles and *.mk files to make
  sure that only existant files are referenced and that pkgsrc packages do
  not contain references to packages in pkgsrc-wip.
- Extended the --autofix option to all Makefile* and *.mk files. Before, only the
  package Makefile could be fixed.
- Rewrote the detection of direct use of tool names.
- Append-only lists may be initialized using the "?=" operator.
- The typical form of ShellWords for CONFIGURE_ARGS, --foo=${FOODIR}, is checked for
  quoting errors.
- All PKG_OPTIONs are checked whether they are documented in mk/defaults/\
  options.description.
- Many small fixes and improvements.

diffstat:

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

diffs (27 lines):

diff -r 27174960cdf4 -r aa0ea01a80f7 doc/CHANGES
--- a/doc/CHANGES       Thu Dec 08 10:47:47 2005 +0000
+++ b/doc/CHANGES       Thu Dec 08 10:57:59 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12139 2005/12/08 10:07:34 wiz Exp $
+$NetBSD: CHANGES,v 1.12140 2005/12/08 10:58:53 rillig Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -5529,3 +5529,4 @@
        Updated net/libpcap to 0.9.4 [uebayasi 2005-12-08]
        Updated chat/riece to 2.0.2 [uebayasi 2005-12-08]
        Updated audio/faad2 to 2.0nb4 [wiz 2005-12-08]
+       Updated pkgtools/pkglint to 4.49 [rillig 2005-12-08]
diff -r 27174960cdf4 -r aa0ea01a80f7 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Thu Dec 08 10:47:47 2005 +0000
+++ b/pkgtools/pkglint/Makefile Thu Dec 08 10:57:59 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.315 2005/12/01 14:07:23 rillig Exp $
+# $NetBSD: Makefile,v 1.316 2005/12/08 10:57:59 rillig Exp $
 #
 
-DISTNAME=      pkglint-4.48
+DISTNAME=      pkglint-4.49
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty



Home | Main Index | Thread Index | Old Index