Changes between Version 288 and Version 289 of SummerOfCode


Ignore:
Timestamp:
Jan 29, 2018, 6:32:17 AM (6 years ago)
Author:
umeshksingla (Umesh Singla)
Comment:

Add details to the bump project

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v288 v289  
    309309==== Bump version and checksum of existing port ==== #bump
    310310
    311 See #53851 for details.
     311Homebrew has brew bump-formula-pr. Such functionality saves a lot of work when updating many ports. Bumping ports using PortGroup like GitHub and bitbucket should also be supported. Existing revision should be reset or removed interactively. A suggested commit message for the update should be shown.
     312
     313Use cases (pseudo commands):
     314* `port bump [[portname | pseudo-portname | port-expressions | port-url]]` bumps checksums only
     315* `port bump [[portname | pseudo-portname | port-expressions | port-url]] @<version>` bumps version and checksums
     316* `port bump --livecheck [[portname | pseudo-portname | port-expressions | port-url]] bumps both with livecheck result if ${version} == ${livecheck.version}`
     317
     318See #53851 for more details.
    312319
    313320* Difficulty: Easy