Changes between Version 4 and Version 5 of howto/Upgrade


Ignore:
Timestamp:
Oct 6, 2008, 1:29:42 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/Upgrade

    v4 v5  
    7171Copy this section (all three lines), use {{{sudo port edit <portname>}}} again, and change the checksum lines to be what you just copied.
    7272
    73 Similarly, if the Portfile has a livecheck section, run:
     73Similarly, if the Portfile has a livecheck section which uses {{{livecheck.check md5}}}, run:
    7474{{{
    7575sudo port -d livecheck <portname>
    7676}}}
    77 and update the Portfile's livecheck.md5 key with the new md5sum.
     77and update the Portfile's {{{livecheck.md5}}} key with the new md5sum.
    7878
    7979=== Step 5: '''Installing the new version''' ===