Opened 4 months ago
#70428 new defect
port lint should not complain about compressed patch filename extensions
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts Future |
Component: | base | Version: | 2.9.99 |
Keywords: | Cc: | ||
Port: |
Description
port lint --nitpick
should not complain about patch filename extensions that portpatch.tcl knows how to decompress on the fly—.Z, .gz, .bz2, .xz:
% port lint --nitpick gelide ---> Verifying Portfile for gelide Warning: Patchfile 01-02-update-german-translation.patch.bz2 does not follow the source patch naming policy "*.diff" or "*.patch" Warning: Patchfile 01-03-update-italian-translation.patch.bz2 does not follow the source patch naming policy "*.diff" or "*.patch" Warning: Patchfile 01-04-add-generic-spanish-translation.patch.bz2 does not follow the source patch naming policy "*.diff" or "*.patch" ---> 0 errors and 3 warnings found.
Note: See
TracTickets for help on using
tickets.