From a1ff561a90e46cab5b49747254cec98d30ddbd11 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 8 Dec 2005 10:57:59 +0000 Subject: 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. --- pkgtools/pkglint/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index cec5d190500..684ac5880d6 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -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 -- cgit v1.2.3