Changes between Initial Version and Version 2 of Ticket #38697


Ignore:
Timestamp:
Apr 6, 2013, 6:49:41 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

According to the code, the mtime of the disk image is compared to the mtime of the portfile. If the disk image is newer, it is considered to be up to date. Dependencies are not considered. This could be considered a bug. To work around it, you can manually delete the old disk image to allow MacPorts to create a new one.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38697

    • Property Component changed from ports to base
  • Ticket #38697 – Description

    initial v2  
    11after running "port mdmg xxx" once, then rebuilding one of "xxx's" dependencies, then running "port mdmg xxx" a second time, it responded like this:
    22
     3{{{
    34$ port mdmg rdp-projects
    45...
     
    89--->  Creating disk image for rdp-projects-0
    910--->  Disk Image for rdp-projects-0 is up-to-date
     11}}}
    1012
    1113and appears not to recreate the .dmg file, even though dependencies had changed so..I guess this is a bug?