pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Added EXTRACT_USING, INTERACTIV...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7390946bfe4
branches:  trunk
changeset: 494496:f7390946bfe4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 25 01:07:24 2005 +0000

description:
Added EXTRACT_USING, INTERACTIVE_STAGE and MANSOURCEPATH to the list of
variables that accept direct tool names.

diffstat:

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

diffs (24 lines):

diff -r 52f72c0121f7 -r f7390946bfe4 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed May 25 00:53:35 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed May 25 01:07:24 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.181 2005/05/25 00:53:35 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.182 2005/05/25 01:07:24 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by:
@@ -1247,8 +1247,9 @@
                BUILDLINK_TRANSFORM BUILD_DEPENDS
                COMMENT CONFLICTS
                DEPENDS DISTNAME
-               EXTRACT_SUFX
-               MASTER_SITES
+               EXTRACT_SUFX EXTRACT_USING
+               INTERACTIVE_STAGE
+               MANSOURCEPATH MASTER_SITES
                PKGNAME PKGSRC_USE_TOOLS
                SUBST_MESSAGE\\..*
                .*_TARGET



Home | Main Index | Thread Index | Old Index