pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Fixed a syntax error. I had for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16abb22c3c05
branches:  trunk
changeset: 503472:16abb22c3c05
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Nov 21 07:24:51 2005 +0000

description:
Fixed a syntax error. I had forgotten to begin a comment with a "#".

diffstat:

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

diffs (24 lines):

diff -r 8b63f6b943c3 -r 16abb22c3c05 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Mon Nov 21 06:17:58 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Mon Nov 21 07:24:51 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.374 2005/11/20 20:09:35 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.375 2005/11/21 07:24:51 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by:
@@ -82,9 +82,9 @@
 # the message, NO_FILE may be passed, likewise for C<$lineno> and
 # NO_LINE_NUMBER. Before printing, the filename is normalized, that is,
 # "/foo/bar/../../" components are removed, as well as "." components.
+# At the end of the program, the subroutine print_summary_and_exit should
+# be called.
 #
-At the end of the program, the subroutine
-# print_summary_and_exit should be called. 
 # Examples:
 #   log_error(NO_FILE, NO_LINE_NUMBER, "Invalid command line.");
 #   log_warning($fname, NO_LINE_NUMBER, "Not found.");



Home | Main Index | Thread Index | Old Index