pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Updated pkglint to 4.80.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21b3b31b6c53
branches:  trunk
changeset: 536233:21b3b31b6c53
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Dec 07 11:47:52 2007 +0000

description:
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}.

diffstat:

 pkgtools/pkglint/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r a032cd1b3f76 -r 21b3b31b6c53 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Fri Dec 07 11:28:17 2007 +0000
+++ b/pkgtools/pkglint/Makefile Fri Dec 07 11:47:52 2007 +0000
@@ -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_BUILD=      yes
 USE_LANGUAGES= # none
 
-INSTALLATION_DIRS_FROM_PLIST=  yes
+AUTO_MKDIRS=   yes
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index