pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Added BSDOS to the list of supp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f694447f6cc
branches: trunk
changeset: 528383:3f694447f6cc
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue May 01 11:16:22 2007 +0000
description:
Added BSDOS to the list of supported operating systems and sorted the list.
diffstat:
pkgtools/pkglint/files/pkglint.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b7acb2a6568a -r 3f694447f6cc pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Tue May 01 11:07:45 2007 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Tue May 01 11:16:22 2007 +0000
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.706 2007/04/24 15:32:12 tnn Exp $
+# $NetBSD: pkglint.pl,v 1.707 2007/05/01 11:16:22 rillig Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -5145,7 +5145,7 @@
if ($value =~ qr"^(${part})-(${part})-(${part})$") {
my ($opsys, $os_version, $arch) = ($1, $2, $3);
- if ($opsys !~ qr"^(?:\*|Darwin|DragonFly|FreeBSD|Interix|Linux|NetBSD|OpenBSD|SunOS|IRIX|OSF1|HPUX)$") {
+ if ($opsys !~ qr"^(?:\*|BSDOS|Darwin|DragonFly|FreeBSD|HPUX|Interix|IRIX|Linux|NetBSD|OpenBSD|OSF1|SunOS)$") {
$line->log_warning("Unknown operating system: ${opsys}");
}
# no check for $os_version
Home |
Main Index |
Thread Index |
Old Index