pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Update to 4.77. (hi Roland!)
details: https://anonhg.NetBSD.org/pkgsrc/rev/3903d79f1938
branches: trunk
changeset: 528201:3903d79f1938
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue Apr 24 15:32:12 2007 +0000
description:
Update to 4.77. (hi Roland!)
Teach pkglint about OSF1 and HPUX.
diffstat:
pkgtools/pkglint/Makefile | 4 ++--
pkgtools/pkglint/files/pkglint.pl | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r acaada9add3d -r 3903d79f1938 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Tue Apr 24 15:26:32 2007 +0000
+++ b/pkgtools/pkglint/Makefile Tue Apr 24 15:32:12 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.360 2007/04/15 23:02:04 rillig Exp $
+# $NetBSD: Makefile,v 1.361 2007/04/24 15:32:12 tnn Exp $
#
-DISTNAME= pkglint-4.76
+DISTNAME= pkglint-4.77
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff -r acaada9add3d -r 3903d79f1938 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Tue Apr 24 15:26:32 2007 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Tue Apr 24 15:32:12 2007 +0000
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.705 2007/04/15 22:58:49 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.706 2007/04/24 15:32:12 tnn 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)$") {
+ if ($opsys !~ qr"^(?:\*|Darwin|DragonFly|FreeBSD|Interix|Linux|NetBSD|OpenBSD|SunOS|IRIX|OSF1|HPUX)$") {
$line->log_warning("Unknown operating system: ${opsys}");
}
# no check for $os_version
Home |
Main Index |
Thread Index |
Old Index