pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Changed the message about sorti...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8bdf6670abb8
branches: trunk
changeset: 489078:8bdf6670abb8
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Feb 16 00:21:17 2005 +0000
description:
Changed the message about sorting PLIST files from FATAL to WARNING.
Approved by wiz.
diffstat:
pkgtools/pkglint/files/pkglint.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 078f14ea5c17 -r 8bdf6670abb8 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Tue Feb 15 23:35:42 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Feb 16 00:21:17 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.130 2005/02/15 21:07:01 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.131 2005/02/16 00:21:17 rillig Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -862,7 +862,7 @@
if ($line->text =~ qr"^[\w\d]") {
if (defined($last_file_seen)) {
if ($last_file_seen gt $line->text) {
- log_error($line->file, $line->lineno, $line->text." must be sorted before ${last_file_seen}.");
+ log_warning($line->file, $line->lineno, $line->text." should be sorted before ${last_file_seen}.");
}
}
$last_file_seen = $line->text;
Home |
Main Index |
Thread Index |
Old Index