diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-08 10:57:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-08 10:57:59 +0000 |
commit | a1ff561a90e46cab5b49747254cec98d30ddbd11 (patch) | |
tree | 8e97b6ed2cac6518d6798961054b446834e92e3b /pkgtools/pkglint/Makefile | |
parent | 56a9e25cba96cc43ce107ea8de309e8191cef00f (diff) | |
download | pkgsrc-a1ff561a90e46cab5b49747254cec98d30ddbd11.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 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |