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 one of the explanations...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed38aabb45e4
branches:  trunk
changeset: 551395:ed38aabb45e4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Dec 14 18:46:58 2008 +0000

description:
Changed one of the explanations to be more permissive. Fixed a
grammatical mistake in the same sentence.

diffstat:

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

diffs (21 lines):

diff -r 34dbb09d6e7b -r ed38aabb45e4 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sun Dec 14 18:34:45 2008 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sun Dec 14 18:46:58 2008 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: pkglint.pl,v 1.794 2008/12/05 06:48:05 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.795 2008/12/14 18:46:58 rillig Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -5071,8 +5071,8 @@
                                $line->explain_warning(
 "This option is not documented in the mk/defaults/options.description",
 "file. If this is not a typo, please think of a brief but precise",
-"description and ask on the tech-pkg\@NetBSD.org for inclusion in the",
-"database.");
+"description and either update that file yourself or ask on the",
+"tech-pkg\@NetBSD.org mailing list.");
                        }
 
                } elsif ($value_novar =~ m"^-?([a-z][-0-9a-z_]*)$") {



Home | Main Index | Thread Index | Old Index