Changes between Initial Version and Version 2 of Ticket #53851


Ignore:
Timestamp:
Mar 24, 2017, 1:54:47 AM (7 years ago)
Author:
l2dy (Zero King)
Comment:

Checksum for multiple files shouldn't be a problem, simply find and replace every old hash with the corresponding new one should work. Some ports have version set by custom methods so the version has to be updated manually. The Portfile have to be checked afterwards anyway.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53851 – Description

    initial v2  
    11Homebrew has `brew bump-formula-pr`. Such functionality saves a lot of work when updating many ports.
    22
    3 Use cases (phoney commands):
    4 * `port bump <portname> <version>` bumps version and checksums
    5 * `port bump <portname>` bumps checksums only
    6 * `port bump --livecheck <portname>` bumps both with livecheck result
     3Use cases (pseudo commands):
     4* `port bump [[portname | pseudo-portname | port-expressions | port-url]]` bumps checksums only
     5* `port bump [[portname | pseudo-portname | port-expressions | port-url]] @<version>` bumps version and checksums
     6* `port bump --livecheck [[portname | pseudo-portname | port-expressions | port-url]]` bumps both with livecheck result