Changes between Initial Version and Version 2 of Ticket #60269


Ignore:
Timestamp:
Mar 28, 2020, 11:06:34 PM (4 years ago)
Author:
Lord-Kamina (Gregorio Litenstein)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60269

    • Property Keywords port archive binary base portarchivetype removed
    • Property Type changed from defect to enhancement
  • Ticket #60269 – Description

    initial v2  
    1 Currently, if you have a bunch of ports installed and then decide to change portarchivetype to something else; say tgz, port archive isn't smart enough to realize you changed that key. As a result, changing portarchivetype implies having to uninstall and rebuild all your ports.
     1Currently, if you have a bunch of ports installed and then decide to change portarchivetype to something else; say tgz, port archive isn't smart enough to realize you changed that key. As a result, changing portarchivetype implies having to uninstall and rebuild all your ports (because otherwise it presumably looks in the registry whether there we have an archive, it finds the old one and does nothing)
    22
    33There are at least two ways I can think of in which this could be fixed. One would be to just decompress the existing archives and recompress them in the desired format, another would be to use the registry to just create a new archive from the already installed files.