Bug 267447

Summary: sysutils/topgrade: Update to 10.0.1
Product: Ports & Packages Reporter: Nuno Teixeira <eduardo>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd
Priority: --- Flags: bugzilla: maintainer-feedback? (freebsd)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/topgrade-rs/topgrade/releases
Attachments:
Description Flags
topgrade-10.0.1
none
topgrade-10.0.1.diff: unbreak 32 bit archs none

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.