Subject: Re: pkglint change
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: James Chacon <jchacon@genuity.net>
List: tech-pkg
Date: 10/30/2001 12:44:41
Actaully searching for the same pattern wiz mentioned make the most sense.

The package system takes patch-[a-z0-9]+ , not patch-* for the 2 make*sum
rules to build distinfo files, so lint should only be excluding the same thing.

James

>
>On Tue, 30 Oct 2001, James Chacon wrote:
>> Can anyone see a reason not to change lintpkgsrc.pl as follows:
>...
>> -                       if (substr($2, 0, 6) eq 'patch-')
>> +                       if ($2 =~ /^patch-..$/)
>
>I see no reason to restrict patches to patch-.. - if anything, omit
>patch-.*\.orig
>
>
> - Hubert
>
>-- 
>Want to get a clue on IPv6 but don't know where to start? Try this:
>* Basics -> http://www.onlamp.com/pub/a/onlamp/2001/05/24/ipv6_tutorial.html
>* Setup  -> http://www.onlamp.com/pub/a/onlamp/2001/06/01/ipv6_tutorial.html 
>Of course with your #1 IPv6 ready operating system -> http://www.NetBSD.org/
>
>
>
>
>