summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-08 10:57:59 +0000
committerrillig <rillig>2005-12-08 10:57:59 +0000
commit2d80dc68393de59679d7d0b5b33ce1a2115ec381 (patch)
tree8e97b6ed2cac6518d6798961054b446834e92e3b /doc
parent836cc71f93c6f0862e5d973245ab0e5351258559 (diff)
downloadpkgsrc-2d80dc68393de59679d7d0b5b33ce1a2115ec381.tar.gz
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 (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 611812f70fd..923d68d5039 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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 @@ Changes to the packages collection and infrastructure in 2005:
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]