Bug 278882

Summary: www/rustypaste-cli: Update to 0.9.0
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Gabriel M. Dutra <dutra>
Status: Closed FIXED    
Severity: Affects Only Me CC: dutra
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/orhun/rustypaste-cli/blob/v0.9.0/CHANGELOG.md
Attachments:
Description Flags
rustypaste-cli-0.9.0.patch DtxdF: maintainer-approval+

Description Jesús Daniel Colmenares Oviedo 2024-05-09 21:03:33 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-18 01:58:54 UTC
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(-)
Comment 2 Gabriel M. Dutra freebsd_committer freebsd_triage 2024-05-18 02:00:42 UTC
Committed, thank you!