pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files - Improved the detection of too...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb124031047a
branches: trunk
changeset: 502886:cb124031047a
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Nov 10 11:14:03 2005 +0000
description:
- Improved the detection of tool names once more.
diffstat:
pkgtools/pkglint/files/pkglint.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 291969a46648 -r cb124031047a pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Thu Nov 10 11:03:57 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Thu Nov 10 11:14:03 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.344 2005/11/10 11:03:57 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.345 2005/11/10 11:14:03 rillig Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by:
@@ -1475,7 +1475,7 @@
my ($varname, undef, $value, undef) = ($1, $2, $3, $4);
if ($varname eq "TOOLS_CREATE" && $value =~ qr"^([-\w.]+)$") {
$tools->{$value} = true;
- } elsif ($varname =~ qr"^(?:TOOLS_PATH|_TOOLS_VARNAME)\.([-\w.]+)$") {
+ } elsif ($varname =~ qr"^(?:TOOLS_PATH|_TOOLS_DEPMETHOD|_TOOLS_VARNAME)\.([-\w.]+)$") {
$tools->{$1} = true;
}
}
Home |
Main Index |
Thread Index |
Old Index