pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Variable names don't need to be...
details: https://anonhg.NetBSD.org/pkgsrc/rev/983807c8c21e
branches: trunk
changeset: 521360:983807c8c21e
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Nov 09 23:59:35 2006 +0000
description:
Variable names don't need to be quoted.
diffstat:
pkgtools/pkglint/files/pkglint.pl | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 7f925e242aa7 -r 983807c8c21e pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Thu Nov 09 22:29:29 2006 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Thu Nov 09 23:59:35 2006 +0000
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.684 2006/10/30 22:27:07 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.685 2006/11/09 23:59:35 rillig Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -3149,10 +3149,10 @@
Filemask FileMode Filename
Identifier
Option
- Pathmask Pathname PkgName PkgRevision
+ Pathmask Pathname PkgName PkgOptionsVar PkgRevision
RelativePkgDir RelativePkgPath
URL UserGroupName
- Version
+ Varname Version
WrkdirSubdirectory
));
Home |
Main Index |
Thread Index |
Old Index