Created attachment 250559 [details] rustypaste-cli-0.9.0.patch Description: ChangeLog: https://github.com/orhun/rustypaste-cli/blob/v0.9.0/CHANGELOG.md * Added: - Add argument to specify filename. * Changed: - Simplify reading content from stdin. - Split workflow into stable and beta/nightly. - Get rid of the unmaintained actions. - Add Mergify config. - Bump dependencies. * Removed: - Remove deprecated actions. QA: * portlint: OK (looks fine.) * testport: OK (synth: 14.0-RELEASE, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a31740673dcb8ba588c820c9af714c81c2ee97d1 commit a31740673dcb8ba588c820c9af714c81c2ee97d1 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-05-18 01:53:50 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-05-18 01:58:02 +0000 www/rustypaste-cli: Update to 0.9.0 changeLog: https://github.com/orhun/rustypaste-cli/blob/v0.9.0/CHANGELOG.md PR: 278882 Approved by: submitter is maintainer www/rustypaste-cli/Makefile | 3 +- www/rustypaste-cli/Makefile.crates | 230 ++++++++++++------------ www/rustypaste-cli/distinfo | 350 +++++++++++++++++-------------------- 3 files changed, 276 insertions(+), 307 deletions(-)
Committed, thank you!