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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d37be4fded2b
branches:  trunk
changeset: 499870:d37be4fded2b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 28 14:12:38 2005 +0000

description:
Updated pkglint to 4.23.1.

BUILD_USES_MSGFMT should always be set to YES/yes or left undefined. When
checking for direct use of tools, respect shell commands.

diffstat:

 doc/CHANGES                         |  3 ++-
 pkgtools/pkglint/Makefile           |  4 ++--
 pkgtools/pkglint/files/makevars.map |  3 ++-
 pkgtools/pkglint/files/pkglint.pl   |  6 ++++--
 4 files changed, 10 insertions(+), 6 deletions(-)

diffs (64 lines):

diff -r c36ff454f1bf -r d37be4fded2b doc/CHANGES
--- a/doc/CHANGES       Wed Sep 28 14:09:42 2005 +0000
+++ b/doc/CHANGES       Wed Sep 28 14:12:38 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11239 2005/09/28 09:52:52 agc Exp $
+$NetBSD: CHANGES,v 1.11240 2005/09/28 14:13:14 rillig Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -4162,3 +4162,4 @@
        Updated editors/vile to 9.5 [agc 2005-09-27]
        Updated pkgtools/pkglint to 4.23 [rillig 2005-09-28]
        Updated editors/xvile to 9.5 [agc 2005-09-28]
+       Updated pkgtools/pkglint to 4.23.1 [rillig 2005-09-28]
diff -r c36ff454f1bf -r d37be4fded2b pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Wed Sep 28 14:09:42 2005 +0000
+++ b/pkgtools/pkglint/Makefile Wed Sep 28 14:12:38 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.256 2005/09/28 09:44:42 rillig Exp $
+# $NetBSD: Makefile,v 1.257 2005/09/28 14:12:38 rillig Exp $
 #
 
-DISTNAME=      pkglint-4.23
+DISTNAME=      pkglint-4.23.1
 CATEGORIES=    pkgtools devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r c36ff454f1bf -r d37be4fded2b pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Wed Sep 28 14:09:42 2005 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Wed Sep 28 14:12:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.13 2005/09/27 18:58:56 rillig Exp $
+# $NetBSD: makevars.map,v 1.14 2005/09/28 14:12:38 rillig Exp $
 #
 
 # This file tries to guess the type of some variables, according to their
@@ -56,3 +56,4 @@
 PKG_PRESERVE           Yes_Or_Undefined
 NO_PKGTOOLS_REQD_CHECK Yes_Or_Undefined
 NO_PKG_REGISTER                Yes_Or_Undefined
+BUILD_USES_MSGFMT      Yes_Or_Undefined
diff -r c36ff454f1bf -r d37be4fded2b pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Sep 28 14:09:42 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Sep 28 14:12:38 2005 +0000
@@ -11,7 +11,7 @@
 # Freely redistributable.  Absolutely no warranty.
 #
 # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.290 2005/09/28 09:44:42 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.291 2005/09/28 14:12:38 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by:
@@ -1392,7 +1392,9 @@
                qr"for file in",
                qr"(?:\./Build|\$\{JAM_COMMAND\})\s+(?:install|test)",
                qr"\"[^\"]*${regex_tools}[^\"]*\"",
-               qr"\'[^\']*${regex_tools}[^\']*\'");
+               qr"\'[^\']*${regex_tools}[^\']*\'",
+               qr"#.*",
+       );
 
        my %toolvar = ();
        foreach my $tool (@tools) {



Home | Main Index | Thread Index | Old Index