pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Improve a warning; from Lex Wen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e3afdd44e4c
branches:  trunk
changeset: 491696:1e3afdd44e4c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 28 02:16:55 2005 +0000

description:
Improve a warning; from Lex Wennmacher in PR 29796.

diffstat:

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

diffs (21 lines):

diff -r f5cefb7d9dc3 -r 1e3afdd44e4c pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Mon Mar 28 02:02:48 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Mon Mar 28 02:16:55 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.135 2005/02/24 22:50:44 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.136 2005/03/28 02:16:55 wiz Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -1039,7 +1039,7 @@
 
        foreach my $line (@$lines[1..scalar(@$lines)-1]) {
                if ($opt_committer && $line->text =~ /$regex_known_rcs_tag/) {
-                       log_warning($line->file, $line->lineno, "Possible RCS tag \"\$$1\$\". Use binary mode (-ko) on commit/import.");
+                       log_warning($line->file, $line->lineno, "Possible RCS tag \"\$$1\$\". Use binary mode (-ko) on cvs add/import.");
                }
        }
 



Home | Main Index | Thread Index | Old Index