pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Filemasks and Pathmasks may ver...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c483ee9d1422
branches: trunk
changeset: 535092:c483ee9d1422
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Nov 07 16:47:27 2007 +0000
description:
Filemasks and Pathmasks may very well contain special characters, so the
:Q operator should not be removed from them.
diffstat:
pkgtools/pkglint/files/pkglint.pl | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 68934b5dc7f2 -r c483ee9d1422 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Nov 07 16:42:56 2007 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Nov 07 16:47:27 2007 +0000
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.732 2007/11/07 16:42:56 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.733 2007/11/07 16:47:27 rillig Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -3254,10 +3254,10 @@
use constant safe_types => array_to_hash(qw(
DistSuffix
- Filemask FileMode Filename
+ FileMode Filename
Identifier
Option
- Pathmask Pathname PkgName PkgOptionsVar PkgRevision
+ Pathname PkgName PkgOptionsVar PkgRevision
RelativePkgDir RelativePkgPath
URL UserGroupName
Varname Version
Home |
Main Index |
Thread Index |
Old Index