Bug 267738

Summary: deskutils/sigi: Update to 3.5.0
Product: Ports & Packages Reporter: J.R. Hill <hiljusti>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Some People CC: eduardo, hiljusti
Priority: --- Flags: hiljusti: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/sigi-cli/sigi/releases/tag/v3.5.0
Attachments:
Description Flags
3.4.3 to 3.5.0 patch file
none
use Makefile.crates hiljusti: maintainer-approval+

Description J.R. Hill 2022-11-13 10:11:51 UTC
Created attachment 238051 [details]
3.4.3 to 3.5.0 patch file

Minor updates
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-11-13 22:39:26 UTC
Created attachment 238063 [details]
use Makefile.crates

sugestion:

 - use GH_ACCOUNT from new home
 - use Makefile.crates instead of cargo crates list in Makefile
   (feature included in Mk/Uses/cargo.mk)
Comment 2 J.R. Hill 2022-11-14 08:24:34 UTC
Comment on attachment 238063 [details]
use Makefile.crates

Looks great, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-11-14 10:23:38 UTC
A commit in branch main references this bug:

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

commit eb3b5b4ee5e2b5de08f4d5c9af8f5374737e11c3
Author:     J.R. Hill <hiljusti@so.dang.cool>
AuthorDate: 2022-11-14 10:21:07 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-11-14 10:22:24 +0000

    deskutils/sigi: Update to 3.5.0

    ChangeLog:      https://github.com/sigi-cli/sigi/releases/tag/v3.5.0
    PR:             267738

 deskutils/sigi/Makefile              | 109 ++---------------------------------
 deskutils/sigi/Makefile.crates (new) |  98 +++++++++++++++++++++++++++++++
 deskutils/sigi/distinfo              |  30 +++++-----
 3 files changed, 116 insertions(+), 121 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-11-14 10:32:13 UTC
Committed with minor fixes:

- defined license file
- striped binary

Thanks!