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 unnecessary comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a26c700ff24
branches:  trunk
changeset: 493991:4a26c700ff24
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 18 03:38:03 2005 +0000

description:
Removed unnecessary comment.

diffstat:

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

diffs (23 lines):

diff -r 3b1b1daa796f -r 4a26c700ff24 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed May 18 03:33:51 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed May 18 03:38:03 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.147 2005/05/15 02:38:56 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.148 2005/05/18 03:38:03 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -214,10 +214,6 @@
 #== End of PkgLint::FileUtils =============================================
 
 package main;
-#==========================================================================
-# This is the main package of pkglint. Currently it contains a lot of
-# functionality, but that will be moved into separate packages.
-#==========================================================================
 use strict;
 use warnings;
 



Home | Main Index | Thread Index | Old Index