pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Fix typo (add missing word).
details: https://anonhg.NetBSD.org/pkgsrc/rev/d177cef8829f
branches: trunk
changeset: 466217:d177cef8829f
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Jan 13 11:24:16 2004 +0000
description:
Fix typo (add missing word).
diffstat:
pkgtools/pkglint/files/pkglint.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 3e71a382f647 -r d177cef8829f pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Tue Jan 13 10:09:18 2004 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Tue Jan 13 11:24:16 2004 +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.94 2004/01/10 22:31:51 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.95 2004/01/13 11:24:16 jmmv Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -1084,7 +1084,7 @@
"must come with version number, like \"foobaa-1.0\".");
if ($i =~ /_pl[0-9]*$/
|| $i =~ /_[0-9]*[A-Za-z]?[0-9]*(\.[0-9]*[A-Za-z]?[0-9]*)*$/) {
- &perror("FATAL: you seem to using underline ".
+ &perror("FATAL: you seem to be using underline ".
"before version number in PKGNAME. ".
"it has to be hyphen.");
}
Home |
Main Index |
Thread Index |
Old Index