Opened 16 years ago
Closed 15 years ago
#17713 closed defect (fixed)
port quiet mode isn't quiet enough
Reported by: | LMariachi | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 1.8.0 |
Component: | base | Version: | 1.7.0 |
Keywords: | port quiet | Cc: | |
Port: |
Description
$ port -q outdated No installed ports are outdated.
The quiet flag ought to suppress nonessential output such as the above. (As is, a cron job to check for outdated ports fires off an unnecessary email due to the command producing output.)
Change History (3)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Milestone: | MacPorts 1.7.1 → MacPorts Future |
---|
comment:2 Changed 16 years ago by raimue (Rainer Müller)
comment:3 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 1.8.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In the absence of more examples, this was fixed by r48558.
Note: See
TracTickets for help on using
tickets.
What would you expect how it should return if any ports are outdated? If the exit status would be != 0 I would take that as an error.