pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files \r -> \n in two messages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5be7bd564e89
branches:  trunk
changeset: 466282:5be7bd564e89
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 14 23:18:46 2004 +0000

description:
\r -> \n in two messages.

diffstat:

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

diffs (29 lines):

diff -r 656774cf374a -r 5be7bd564e89 pkgtools/pkglint/files/lintpkgsrc.pl
--- a/pkgtools/pkglint/files/lintpkgsrc.pl      Wed Jan 14 22:33:28 2004 +0000
+++ b/pkgtools/pkglint/files/lintpkgsrc.pl      Wed Jan 14 23:18:46 2004 +0000
@@ -1,6 +1,6 @@
 #!@PERL@
 
-# $NetBSD: lintpkgsrc.pl,v 1.87 2004/01/10 22:31:51 wiz Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.88 2004/01/14 23:18:46 wiz Exp $
 
 # Written by David Brownlee <abs%netbsd.org@localhost>.
 #
@@ -740,7 +740,7 @@
            and not $vars->{PKGREVISION} =~ /^\s*$/ )
            {
            if ($vars->{PKGREVISION} =~ /\D/)
-               { print "\rBogus: PKGREVISION $vars->{PKGREVISION} (from $file)\n"; }
+               { print "\nBogus: PKGREVISION $vars->{PKGREVISION} (from $file)\n"; }
            elsif ($vars->{PKGREVISION})
                {
                $pkgname .= "nb";
@@ -748,7 +748,7 @@
                }
            }
        if ( $pkgname =~ /\$/ )
-           { print "\rBogus: $pkgname (from $file)\n"; }
+           { print "\nBogus: $pkgname (from $file)\n"; }
        elsif ($pkgname =~ /(.*)-(\d.*)/)
            {
            if ($pkglist)



Home | Main Index | Thread Index | Old Index