summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>1999-12-29 01:51:16 +0000
committerwiz <wiz@pkgsrc.org>1999-12-29 01:51:16 +0000
commit917519eb9594113717fffa5611f41f0edbffdd86 (patch)
tree23f04c777c091a30188c1a327a6d9809401f37a3 /pkgtools
parent4f4685e521670b125ed3002e6dd8493fc0f5a4a6 (diff)
downloadpkgsrc-917519eb9594113717fffa5611f41f0edbffdd86.tar.gz
removed warning about adding info about restricted packages to
ports/LEGAL, which is a FreeBSD-ism we don't have; bumped version number to 1.91
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/pkglint.pl13
2 files changed, 9 insertions, 8 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index c804c45280e..88a977a29e9 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 1999/12/28 03:29:56 wiz Exp $
+# $NetBSD: Makefile,v 1.32 1999/12/29 01:51:16 wiz Exp $
#
-DISTNAME= pkglint-1.90
+DISTNAME= pkglint-1.91
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 4bbf1de97a0..00a2a6e924e 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -12,7 +12,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.19 1999/12/28 03:29:57 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.20 1999/12/29 01:51:17 wiz Exp $
#
# This version contains some changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf@netbsd.org> and
@@ -1185,12 +1185,13 @@ EOF
}
}
+ # next check commented out since NetBSD doesn't have pkgsrc/LEGAL
# check RESTRICTED/NO_CDROM/NO_PACKAGE
- print "OK: checking RESTRICTED/NO_CDROM/NO_PACKAGE.\n" if ($verbose);
- if ($committer && $tmp =~ /\n(RESTRICTED|NO_CDROM|NO_PACKAGE)[+?]?=/) {
- &perror("WARN: \"$1\" found. do not forget to update ".
- "ports/LEGAL.");
- }
+ # print "OK: checking RESTRICTED/NO_CDROM/NO_PACKAGE.\n" if ($verbose);
+ # if ($committer && $tmp =~ /\n(RESTRICTED|NO_CDROM|NO_PACKAGE)[+?]?=/) {
+ # &perror("WARN: \"$1\" found. do not forget to update ".
+ # "ports/LEGAL.");
+ # }
# check MAN[1-9LN]
if ($extrafile && $osname ne "NetBSD") {