New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #7719 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

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

port.tcl-patch (1.9 KB) - added by dluke@… 7 years ago.
Fix port outdated for direct mode

Change History

Changed 7 years ago by dluke@…

Fix port outdated for direct mode

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.

Note: See TracTickets for help on using tickets.