#14377 closed defect (fixed)
port lint shouldn't warn that master_sites is required when using a different fetch.type
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 1.7.0 |
Component: | base | Version: | 1.7.0 |
Keywords: | Cc: | blair (Blair Zajac), afb@… | |
Port: |
Description
Blair Zajac pointed out that port lint
complains that the master_sites
variable is required, even in cases where it isn't, such as when fetch.type
!= "standard
".
Change History (4)
comment:1 Changed 17 years ago by afb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by blb@…
Milestone: | MacPorts base bugs → MacPorts 1.7.0 |
---|
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Component: | ports → base |
---|
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | port lint shouldn't warn that master_sites is required in cases when it isn't → port lint shouldn't warn that master_sites is required when using a different fetch.type |
---|
Another case where master_sites
is being incorrectly reported as required is being handled in #18479.
Note: See
TracTickets for help on using
tickets.
Fixed, r34252.