311 | | See #53851 for details. |
| 311 | Homebrew 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 | |
| 313 | Use 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 | |
| 318 | See #53851 for more details. |