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 wording of a warni...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5801a2a12e4b
branches:  trunk
changeset: 516200:5801a2a12e4b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jul 17 11:20:09 2006 +0000

description:
Improved the wording of a warning a little bit.

diffstat:

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

diffs (19 lines):

diff -r d506ace9d7ee -r 5801a2a12e4b pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Mon Jul 17 11:16:43 2006 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Mon Jul 17 11:20:09 2006 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: pkglint.pl,v 1.651 2006/07/17 11:16:43 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.652 2006/07/17 11:20:09 rillig Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -5697,7 +5697,7 @@
        # by the package but not by this file.
        foreach my $package_bl3 (sort(keys(%{$pkgctx_bl3}))) {
                if (!exists($included_files->{$package_bl3})) {
-                       $pkgctx_bl3->{$package_bl3}->log_warning("${package_bl3}/buildlink3.mk is included by the package but not by this file.");
+                       $pkgctx_bl3->{$package_bl3}->log_warning("${package_bl3}/buildlink3.mk is included by the package but not by the buildlink3.mk file.");
                }
        }
 }



Home | Main Index | Thread Index | Old Index