Ticket #13496 (closed defect: fixed)
Lint complains if first line of Portfile is modeline
| Reported by: | rhwood@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | MacPorts 1.7.0 |
| Component: | base | Version: | 1.6.0 |
| Keywords: | lint modeline | Cc: | |
| Port: |
Description
For port gtk2, lint produces the following:
---> Verifying Portfile for gtk2 Warning: Line 1 is missing RCS tag ($Id$) ---> 0 errors and 1 warnings found.
The first line of the port is a modeline.
Perhaps lint should be changed to recognize that if the 1st line is a modeline that the first three lines of the portfile should be:
modeline an empty line for readability the RCS tag
In addition, can lint recognize that the modeline is/or is not the standard modeline?
Change History
Note: See
TracTickets for help on using
tickets.

