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.84.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7951f1c01688
branches:  trunk
changeset: 538934:7951f1c01688
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Feb 21 12:24:43 2008 +0000

description:
Updated pkglint to 4.84.

Changes since 4.82:
- Whenever a Makefile.common is included by another file, that file should
  be mentioned in the Makefile.common.
- Added spell checker for .if directives.
- Added warnings for uncommented patches (only for -Wstyle).
- Added spell checker for invalid macro names, like __NetBSD_Version.
- Deprecated INSTALLATION_DIRS_FROM_PLIST in favor of AUTO_MKDIRS.
- Many more small things.

diffstat:

 pkgtools/pkglint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 5fb6e9bfd3c2 -r 7951f1c01688 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Thu Feb 21 12:17:16 2008 +0000
+++ b/pkgtools/pkglint/Makefile Thu Feb 21 12:24:43 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.371 2008/02/21 12:17:16 rillig Exp $
+# $NetBSD: Makefile,v 1.372 2008/02/21 12:24:43 rillig Exp $
 #
 
 # Please don't increase the version number if you are not rillig.
-DISTNAME=      pkglint-4.83
+DISTNAME=      pkglint-4.84
 CATEGORIES=    pkgtools
 MASTER_SITES=  # none
 DISTFILES=     # none



Home | Main Index | Thread Index | Old Index