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 the -p flag from the us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a77d263254df
branches:  trunk
changeset: 498520:a77d263254df
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Aug 24 17:32:43 2005 +0000

description:
Removed the -p flag from the usage message. It hasn't been implemented
for quite some time. I don't know when it had been removed, but
apparently no-one had used it anyway.

diffstat:

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

diffs (20 lines):

diff -r b25ab510976d -r a77d263254df pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Aug 24 17:29:52 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Aug 24 17:32:43 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.257 2005/08/24 17:29:52 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.258 2005/08/24 17:32:43 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by:
@@ -315,7 +315,6 @@
        "-d"            => "Enable debugging mode",
        "-g"            => "Mimic the gcc output format",
        "-h|--help"     => "print a detailed help message",
-       "-p"            => "warn about use of \$(VAR) instead of \${VAR}",
        "-q"            => "don't print a summary line when finishing",
        "-v|--verbose"  => "print progress messages",
 );



Home | Main Index | Thread Index | Old Index