pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Minor typo.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb05d25f13ea
branches: trunk
changeset: 514312:bb05d25f13ea
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sat Jun 10 17:13:11 2006 +0000
description:
Minor typo.
diffstat:
pkgtools/pkglint/files/pkglint.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 62cc701f982a -r bb05d25f13ea pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sat Jun 10 17:04:32 2006 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sat Jun 10 17:13:11 2006 +0000
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.618 2006/06/09 16:21:26 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.619 2006/06/10 17:13:11 adrianp Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -5287,7 +5287,7 @@
}
if (!defined($pkgname) && defined($distname) && $distname !~ regex_unresolved && $distname !~ regex_pkgname) {
- $distname_line->log_warning("As DISTNAME ist not a valid package name, please define the PKGNAME explicitly.");
+ $distname_line->log_warning("As DISTNAME is not a valid package name, please define the PKGNAME explicitly.");
}
($effective_pkgname, $effective_pkgname_line, $effective_pkgbase, $effective_pkgversion)
Home |
Main Index |
Thread Index |
Old Index