pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Allow all variables ending in _...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8098c5ef777
branches:  trunk
changeset: 501616:c8098c5ef777
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 24 19:56:05 2005 +0000

description:
Allow all variables ending in _SED or _AWK to be constructed using the
"+=" operator.

diffstat:

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

diffs (36 lines):

diff -r f55b60d742d1 -r c8098c5ef777 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Mon Oct 24 19:52:26 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Mon Oct 24 19:56:05 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.303 2005/10/24 18:20:40 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.304 2005/10/24 19:56:05 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by:
@@ -1207,6 +1207,7 @@
        my @plurals_ok = qw(
                .*S
                .*LIST
+               .*_AWK
                .*_ENV
                .*_REQD
                .*_SED
@@ -1219,7 +1220,6 @@
                PLIST_CAT
                PLIST_PRE
                PREPEND_PATH
-               SUBST_SED
                _.*
        );
        my @plurals_missing_an_s = qw(
@@ -1247,7 +1247,6 @@
        my @plurals_reluctantly_accepted = qw(
                CRYPTO
                FIX_RPATH
-               PRINT_PLIST_AWK
                PYTHON_VERSIONS_INCOMPATIBLE
                REPLACE_INTERPRETER
                REPLACE_PERL



Home | Main Index | Thread Index | Old Index