id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,port
13825,port lint should check non-selected variants and platforms,ryandesign@…,macports-tickets@lists.macosforge.org,"`port lint` checks patchfile names (see #12958) but only in variants or platforms which are selected. For example, if a portfile includes 

{{{
platform darwin 6 {
	patchfiles foo
}
}}}

and one is not running Mac OS X 10.2, then no warning is issued for the patchfile foo, though one should be. Or if a portfile includes

{{{
variant abc description abc {
	patchfiles bar
}
}}}

and one does not run `sudo port lint +abc` (and +abc is not a default variant), then no warning issued for the patchfile bar, though one should be.",defect,new,Normal,MacPorts Future,base,1.6.0,,,,
