pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files There is no -d option; remove i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38a47a42d8f4
branches:  trunk
changeset: 486378:38a47a42d8f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 27 18:19:48 2004 +0000

description:
There is no -d option; remove it from the usage.
Closes PR 28788 by Berndt Josef Wulf.

diffstat:

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

diffs (20 lines):

diff -r 279c450d26ab -r 38a47a42d8f4 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Mon Dec 27 17:26:18 2004 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Mon Dec 27 18:19:48 2004 +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.125 2004/12/02 16:40:10 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.126 2004/12/27 18:19:48 wiz Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -238,7 +238,6 @@
 my $opt_packagedir     = ".";
 my (%options) = (
        "-p"            => "warn about use of \$(VAR) instead of \${VAR}",
-       "-d"            => "check items useful for package developers",
        "-I"            => "dump the Makefile after parsing",
        "-N"            => "assume a new (still uncommitted) package",
        "-B#"           => "allow # contiguous blank lines in Makefiles",



Home | Main Index | Thread Index | Old Index