Subject: Re: pkglint change
To: James Chacon <jchacon@genuity.net>
From: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
List: tech-pkg
Date: 10/30/2001 08:22:34
Mutt made me believe that James Chacon wrote:
> -                       if (substr($2, 0, 6) eq 'patch-')
> +                       if ($2 =~ /^patch-..$/)
[...]
> Basically this only excludes patch-?? instead of any file starting with
> patch- (ok only 1 exists today in security/smtpd but lintpkgsrc shouldn't
> be complaining in any case..)

I think it should be ^patch-[a-z0-9]+$ like it is in bsd.pkg.mk line
2511, kind of like 'conforming to the source' ;)

To my knowledge, there's actually around 10 to 20 files that are not
in patch-[a-z][a-z] format, some of them e.g. in cross/binutils.

Bye,
 Thomas

-- 
Thomas Klausner - wiz@danbala.tuwien.ac.at
War is an instrument entirely inefficient toward redressing wrong; and
multiplies, instead of indemnifying losses. -- Thomas Jefferson, author,
architect, and third U.S. president (1743-1826)