Ticket #7719 (closed defect: fixed)
port outdated does not work for 'direct' mode
| Reported by: | dluke@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | base | Version: | 1.2 |
| Keywords: | Cc: | ||
| Port: |
Description
When port is looping through installed ports to see if there are newer versions available, it throws away ports that are not active.
The attached patch changes this behavior to only happen if darwinports::registry.installtype is "image", and thus should fix port outdated for direct mode (it appears to work on my machine).
Attachments
Change History
Changed 7 years ago by dluke@…
- Attachment port.tcl-patch added
comment:1 Changed 7 years ago by jberry@…
- Status changed from new to closed
- Resolution set to fixed
Patch applied with small changes. Thanks. Keep up the awesome work! Whitespace in diff didn't match source??
comment:2 Changed 7 years ago by dluke@…
(In reply to comment #2)
Patch applied with small changes. Thanks. Keep up the awesome work!
cool.
Whitespace in diff didn't match source??
I must have uploaded a patch I had hand-edited (since I wanted the patches to be 1 per feature), sorry about that, I'll be more careful generating the patches in the future.


Fix port outdated for direct mode