diff options
author | rillig <rillig> | 2007-12-07 11:47:52 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-12-07 11:47:52 +0000 |
commit | b13ee148b6addfa88e02be9952ba4da8bbe962a8 (patch) | |
tree | 75a4f0554abb83e5b478753005d4a099cce8c2aa | |
parent | 92ef3690315288fe436957543ddc6e309c4339d3 (diff) | |
download | pkgsrc-b13ee148b6addfa88e02be9952ba4da8bbe962a8.tar.gz |
Updated pkglint to 4.80.
Important changes since 4.79:
- Fixed some internal errors.
- Adjusted pkglint to changes in the pkgsrc infrastructure: SUBST_VARS.*,
PKG_USERS_VARS, PKG_GROUPS_VARS.
- Improved the parser for shell code.
- Cleaned up the handling of the :Q operator, so that pkglint warns about
it places where it is not required.
- ${RUN} has deprecated ${_PKG_SILENT}${_PKG_DEBUG}.
-rw-r--r-- | pkgtools/pkglint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index a9b8da0dcec..57d917efd70 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.366 2007/11/20 21:46:20 rillig Exp $ +# $NetBSD: Makefile,v 1.367 2007/12/07 11:47:52 rillig Exp $ # -DISTNAME= pkglint-4.79 +DISTNAME= pkglint-4.80 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty @@ -23,7 +23,7 @@ NO_CHECKSUM= yes NO_BUILD= yes USE_LANGUAGES= # none -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes .include "../../mk/bsd.prefs.mk" |