pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Removed an extra ".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fb0ad565bc8
branches:  trunk
changeset: 511307:4fb0ad565bc8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Apr 12 21:35:02 2006 +0000

description:
Removed an extra ".

diffstat:

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

diffs (19 lines):

diff -r 6b226851306e -r 4fb0ad565bc8 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Apr 12 21:31:51 2006 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Apr 12 21:35:02 2006 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: pkglint.pl,v 1.554 2006/04/12 20:28:03 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.555 2006/04/12 21:35:02 rillig Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -3052,7 +3052,7 @@
 
        } elsif ($type eq "DistSuffix") {
                if ($value eq ".tar.gz") {
-                       $line->log_note("\"${varname} is \".tar.gz\" by default, so this definition may be redundant.");
+                       $line->log_note("${varname} is \".tar.gz\" by default, so this definition may be redundant.");
                }
 
        } elsif ($type eq "Filename") {



Home | Main Index | Thread Index | Old Index