Bug 277933 - sysutils/rust-coreutils: Update to 0.0.25
Summary: sysutils/rust-coreutils: Update to 0.0.25
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: Daniel Engberg
URL: https://github.com/uutils/coreutils/r...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-24 20:51 UTC by Daniel Engberg
Modified: 2024-03-31 06:51 UTC (History)
0 users

See Also:
pkubaj: maintainer-feedback+


Attachments
Patch for rust-coreutils (36.06 KB, patch)
2024-03-24 20:51 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-03-24 20:51:20 UTC
Created attachment 249456 [details]
Patch for rust-coreutils

Make use of Makefile.crates

Compile and runtime tested on FreeBSD 14.0-RELEASE (amd64) (make, make check-plist)

Poudriere testport OK 14.0-RELEASE (amd64)
Poudriere testport OK 13.2-RELEASE (amd64)

0.0.24
test result: FAILED. 2793 passed; 52 failed; 39 ignored; 0 measured; 0 filtered out; finished in 28.18s

0.0.25
test result: FAILED. 2985 passed; 54 failed; 37 ignored; 0 measured; 0 filtered out; finished in 41.17s
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-03-31 06:51:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=817cdcd2a13b51352b36b6c5d8f2646b284c5a4b

commit 817cdcd2a13b51352b36b6c5d8f2646b284c5a4b
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-31 06:49:18 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-31 06:49:25 +0000

    sysutils/rust-coreutils: Update to 0.0.25

    Changelog: https://github.com/uutils/coreutils/releases/tag/0.0.25

    PR:             277933
    Reviewed by:    pkubaj (maintainer)

 sysutils/rust-coreutils/Makefile              | 279 +-------------------------
 sysutils/rust-coreutils/Makefile.crates (new) | 278 +++++++++++++++++++++++++
 sysutils/rust-coreutils/distinfo              | 128 ++++++------
 3 files changed, 346 insertions(+), 339 deletions(-)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-03-31 06:51:29 UTC
Thanks!