From 917519eb9594113717fffa5611f41f0edbffdd86 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 29 Dec 1999 01:51:16 +0000 Subject: 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 --- pkgtools/pkglint/Makefile | 4 ++-- pkgtools/pkglint/files/pkglint.pl | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'pkgtools/pkglint') 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 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") { -- cgit v1.2.3