Bug 278882 - www/rustypaste-cli: Update to 0.9.0
Summary: www/rustypaste-cli: Update to 0.9.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gabriel M. Dutra
URL: https://github.com/orhun/rustypaste-c...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-09 21:03 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-05-18 02:00 UTC (History)
1 user (show)

See Also:


Attachments
rustypaste-cli-0.9.0.patch (41.62 KB, patch)
2024-05-09 21:03 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!