Bug 267738 - deskutils/sigi: Update to 3.5.0
Summary: deskutils/sigi: Update to 3.5.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL: https://github.com/sigi-cli/sigi/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-13 10:11 UTC by J.R. Hill
Modified: 2022-11-14 10:32 UTC (History)
2 users (show)

See Also:
hiljusti: maintainer-feedback+


Attachments
3.4.3 to 3.5.0 patch file (8.04 KB, patch)
2022-11-13 10:11 UTC, J.R. Hill
no flags Details | Diff
use Makefile.crates (11.30 KB, patch)
2022-11-13 22:39 UTC, Nuno Teixeira
hiljusti: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!