Bug 276005 - devel/fsx-rs: update to 0.2.0
Summary: devel/fsx-rs: update to 0.2.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: Larry Rosenman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-29 22:49 UTC by Alan Somers
Modified: 2024-01-21 03:32 UTC (History)
2 users (show)

See Also:


Attachments
Update the port to 0.2.0 (24.84 KB, patch)
2023-12-29 22:51 UTC, Alan Somers
no flags Details | Diff
Update the port to 0.2.0 (24.86 KB, patch)
2024-01-21 02:15 UTC, Alan Somers
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Somers freebsd_committer freebsd_triage 2023-12-29 22:49:23 UTC
This version adds a host of new features and breaks compatibility with the old C-based fsx.

https://github.com/asomers/fsx-rs/blob/master/CHANGELOG.md
Comment 1 Alan Somers freebsd_committer freebsd_triage 2023-12-29 22:51:00 UTC
Created attachment 247342 [details]
Update the port to 0.2.0
Comment 2 Larry Rosenman freebsd_committer freebsd_triage 2024-01-21 00:36:52 UTC
@asomers, Can you rebase the patch to today's tree?  I'm getting reject failures.
Comment 3 Alan Somers freebsd_committer freebsd_triage 2024-01-21 02:15:41 UTC
Created attachment 247807 [details]
Update the port to 0.2.0
Comment 4 Alan Somers freebsd_committer freebsd_triage 2024-01-21 02:15:58 UTC
@ler the patch is rebased.
Comment 5 Larry Rosenman freebsd_committer freebsd_triage 2024-01-21 02:25:49 UTC
Committed, Thanks.
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-01-21 02:26:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f5388053e9c1880b73d45da4bbddf3eef1d1448

commit 5f5388053e9c1880b73d45da4bbddf3eef1d1448
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2024-01-21 02:23:46 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2024-01-21 02:25:12 +0000

    devel/fsx: update to 0.2.0

    This version adds a host of new features and breaks compatibility
    with the old C-based fsx.

    https://github.com/asomers/fsx-rs/blob/master/CHANGELOG.md

    PR:     276005

 devel/fsx/Makefile              |  94 ++-----------------------
 devel/fsx/Makefile.crates (new) |  98 ++++++++++++++++++++++++++
 devel/fsx/distinfo              | 148 ++++++++++++++++++++++++----------------
 3 files changed, 192 insertions(+), 148 deletions(-)
Comment 7 Alan Somers freebsd_committer freebsd_triage 2024-01-21 03:32:04 UTC
Thanks, @ler .