pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Oops. :)
details: https://anonhg.NetBSD.org/pkgsrc/rev/c54411767c4a
branches: trunk
changeset: 556458:c54411767c4a
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Mar 22 05:50:12 2009 +0000
description:
Oops. :)
diffstat:
pkgtools/pkglint/files/pkglint.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r a5bc83c185b1 -r c54411767c4a pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sun Mar 22 05:47:39 2009 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sun Mar 22 05:50:12 2009 +0000
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.802 2009/03/22 05:41:44 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.803 2009/03/22 05:50:12 rillig Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -6640,7 +6640,7 @@
}
if ($varname eq "pkgbase") {
- expect_re($lines, \$lineno, "^\.\s*include \"../../mk/pkg-build-options.mk\"$");
+ expect_re($lines, \$lineno, qr"^\.\s*include \"../../mk/pkg-build-options.mk\"$");
}
# TODO: More checks.
Home |
Main Index |
Thread Index |
Old Index