summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authordholland <dholland>2015-12-30 04:18:13 +0000
committerdholland <dholland>2015-12-30 04:18:13 +0000
commit43a9a599922f3ee75821e3f71fe5ea2f69ce79f8 (patch)
treed6b13263f1d889b6c36da8151b4474301e7b9d37 /pkgtools
parentaf327fbfe2965183aa5302246596652783826133 (diff)
downloadpkgsrc-43a9a599922f3ee75821e3f71fe5ea2f69ce79f8.tar.gz
Add Bitrig and MirBSD to the list of oses.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint4/Makefile4
-rw-r--r--pkgtools/pkglint4/files/pkglint.pl4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint4/Makefile b/pkgtools/pkglint4/Makefile
index b1cb63d541f..3cc44c0cca7 100644
--- a/pkgtools/pkglint4/Makefile
+++ b/pkgtools/pkglint4/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/12/10 08:23:15 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/30 04:18:13 dholland Exp $
-PKGNAME= pkglint4-4.159
+PKGNAME= pkglint4-4.160
CATEGORIES= pkgtools
OWNER= wiz@NetBSD.org
diff --git a/pkgtools/pkglint4/files/pkglint.pl b/pkgtools/pkglint4/files/pkglint.pl
index 94cdd399323..72b23a216d2 100644
--- a/pkgtools/pkglint4/files/pkglint.pl
+++ b/pkgtools/pkglint4/files/pkglint.pl
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.2 2015/12/10 08:23:15 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.3 2015/12/30 04:18:14 dholland Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -3019,7 +3019,7 @@ sub checkline_mk_vartype_basic($$$$$$$$) {
if ($value =~ m"^(\w+)-(\w+)$") {
my ($opsys, $arch) = ($1, $2);
- if ($opsys !~ m"^(?:bsdos|cygwin|darwin|dragonfly|freebsd|haiku|hpux|interix|irix|linux|netbsd|openbsd|osf1|sunos|solaris)$") {
+ if ($opsys !~ m"^(?:bitrig|bsdos|cygwin|darwin|dragonfly|freebsd|haiku|hpux|interix|irix|linux|mirbsd|netbsd|openbsd|osf1|sunos|solaris)$") {
$line->log_warning("Unknown operating system: ${opsys}");
}
# no check for $os_version