pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Made the check for non-empty RC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53d4147f0191
branches:  trunk
changeset: 494305:53d4147f0191
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 22 22:37:01 2005 +0000

description:
Made the check for non-empty RCS Id tags independent from the --verbose
command line option.

diffstat:

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

diffs (21 lines):

diff -r 1338818fd05e -r 53d4147f0191 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sun May 22 22:29:50 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sun May 22 22:37:01 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.164 2005/05/22 22:27:52 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.165 2005/05/22 22:37:01 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -1456,7 +1456,7 @@
                                "right before \$$conf_rcsidstr\$ tag.");
                }
                if ($2 ne '') {
-                       if (PkgLint::Logging::is_verbose || $opt_check_newpkg) {        # XXX
+                       if ($opt_check_newpkg) {
                                log_warning(NO_FILE, NO_LINE_NUMBER, "".
                                    ($opt_check_newpkg ? 'for new package, '
                                              : 'is it a new package? if so, ').



Home | Main Index | Thread Index | Old Index