Bug 267447 - sysutils/topgrade: Update to 10.0.1
Summary: sysutils/topgrade: Update to 10.0.1
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: Nuno Teixeira
URL: https://github.com/topgrade-rs/topgra...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-31 00:25 UTC by Nuno Teixeira
Modified: 2022-11-13 16:20 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (freebsd)


Attachments
topgrade-10.0.1 (68.70 KB, patch)
2022-10-31 00:25 UTC, Nuno Teixeira
no flags Details | Diff
topgrade-10.0.1.diff: unbreak 32 bit archs (69.04 KB, patch)
2022-10-31 16:11 UTC, Nuno Teixeira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Teixeira freebsd_committer freebsd_triage 2022-10-31 00:25:58 UTC
Created attachment 237736 [details]
topgrade-10.0.1

- Switch project to new home (fork)
- Define LICENSE_FILE
- Add comment with issue url about i386 broken
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-10-31 16:11:37 UTC
Created attachment 237762 [details]
topgrade-10.0.1.diff: unbreak 32 bit archs

- Apply sys-info-0.9.1 fix crate (mixing constant and variable width types)
  https://github.com/FillZpp/sys-info-rs/issues/80
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267290
  
  Unbreak 32 bit archs
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-11-09 22:41:41 UTC
ping
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-11-13 16:19:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=585fe30948df8708e6744a82bed1aeacb3a68b33

commit 585fe30948df8708e6744a82bed1aeacb3a68b33
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-11-13 16:16:35 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-11-13 16:16:35 +0000

    sysutils/topgrade: Update to 10.0.1

    - Unbreak i386
    - Switch project to new home (fork)
    - Define LICENSE_FILE

    PR:             267447
    Approved by:    maintainer timeout, 2 weeks

 sysutils/topgrade/Makefile        |  18 +-
 sysutils/topgrade/Makefile.crates | 257 ++++++++++---------
 sysutils/topgrade/distinfo        | 520 +++++++++++++++++++-------------------
 3 files changed, 407 insertions(+), 388 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-11-13 16:20:11 UTC
Committed.