Opened 13 years ago
Closed 13 years ago
#30194 closed enhancement (fixed)
lint should give a warning about missing licenses
Reported by: | nerdling (Jeremy Lavergne) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.0.99 |
Keywords: | Cc: | ||
Port: |
Description
Now that we've got support for parsing licenses and a build system that will depend on them being set for publication, we should give a warning if a license is not set.
We might also consider giving a warning if they're not a known value so that the correct license is used or a new one added to the appropriate list.
Change History (2)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Type: | request → enhancement |
---|
comment:2 Changed 13 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.9.99 → 2.0.99 |
Note: See
TracTickets for help on using
tickets.
Error on unset (default: unknown) license, r84555.
We're only keeping a list of distributable licenses so far, so the rest of the enhancement is presently wishful thinking.