#7719 closed defect (fixed)
port outdated does not work for 'direct' mode
Reported by: | danielluke (Daniel J. Luke) | 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 (1)
Change History (3)
Changed 19 years ago by danielluke (Daniel J. Luke)
Attachment: | port.tcl-patch added |
---|
comment:1 Changed 19 years ago by jberry@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch applied with small changes. Thanks. Keep up the awesome work! Whitespace in diff didn't match source??
comment:2 Changed 19 years ago by danielluke (Daniel J. Luke)
(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