pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Updated pkglint to 4.54.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0555df60d51f
branches: trunk
changeset: 506670:0555df60d51f
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Jan 20 13:46:04 2006 +0000
description:
Updated pkglint to 4.54.
Changes since 4.53:
- Added about 50 new variables to be type-checked.
- For unknown variables, the type is guessed from the variable name.
- In patch files that patch Makefiles, added lines are checked for
absolute pathnames.
- Replaced the -Wdebug option with --debug, so that the debugging warnings
don't show up when using -Wall.
- Many minor improvements.
diffstat:
doc/CHANGES | 3 ++-
pkgtools/pkglint/Makefile | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 706b832061f2 -r 0555df60d51f doc/CHANGES
--- a/doc/CHANGES Fri Jan 20 13:37:52 2006 +0000
+++ b/doc/CHANGES Fri Jan 20 13:46:04 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12584 2006/01/20 12:12:35 adam Exp $
+$NetBSD: CHANGES,v 1.12585 2006/01/20 13:46:37 rillig Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -408,3 +408,4 @@
Updated emulators/atari800 to 2.0.1 [adam 2006-01-20]
Updated emulators/hatari to 0.80 [adam 2006-01-20]
Updated fonts/fontforge to 20060114 [adam 2006-01-20]
+ Updated pkgtools/pkglint to 4.54 [rillig 2006-01-20]
diff -r 706b832061f2 -r 0555df60d51f pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Fri Jan 20 13:37:52 2006 +0000
+++ b/pkgtools/pkglint/Makefile Fri Jan 20 13:46:04 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.323 2006/01/12 14:05:50 rillig Exp $
+# $NetBSD: Makefile,v 1.324 2006/01/20 13:46:04 rillig Exp $
#
-DISTNAME= pkglint-4.53
+DISTNAME= pkglint-4.54
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
Home |
Main Index |
Thread Index |
Old Index