Bug 277543

Summary: textproc/code-minimap: Update to 0.6.7
Product: Ports & Packages Reporter: Derek Schrock <dereks>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Only Me CC: eduardo, uzsolt
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/wfxr/code-minimap/compare/v0.6.4...v0.6.7
Attachments:
Description Flags
Update to 0.6.7
dereks: maintainer-approval+
Update to 0.6.7 post d632fbe55e
dereks: maintainer-approval+
Update to 0.6.7 Makefile.crates dereks: maintainer-approval+

Description Derek Schrock 2024-03-07 01:11:25 UTC
Created attachment 248991 [details]
Update to 0.6.7

- Update to 0.6.7
- Remove powerpc patch. Included with current rust libc.

portlint: ok. looks fine.
testport: ok. 13amd64.
Comment 1 Derek Schrock 2024-04-13 18:53:25 UTC
ping?
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-04-26 07:45:43 UTC
I can't apply your patch. Could you please check "git apply"?
Comment 3 Derek Schrock 2024-04-27 00:41:17 UTC
Created attachment 250252 [details]
Update to 0.6.7 post d632fbe55e

d632fbe55e bumped PORTREVISION.  This should apply cleanly now.
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2024-04-27 10:42:34 UTC
Sugestion:

Move crates list to Makefile.crates for a cleaner Makefile.
`make cargo-crates > Makefile.crates`

Cheers
Comment 5 Derek Schrock 2024-04-27 17:35:41 UTC
Created attachment 250263 [details]
Update to 0.6.7 Makefile.crates

Move CARGO_CRATES to Makefile.crates [1]

[1] https://docs.freebsd.org/en/books/porters-handbook/book/#using-cargo

Ran testport with 14amd64.
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-04-27 19:08:05 UTC
A commit in branch main references this bug:

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

commit 1b91d728a37c2515a021d377457b27c2b2f3b803
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2024-04-27 19:03:35 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-04-27 19:06:46 +0000

    textproc/code-minimap: Update to 0.6.7

    - Move CARGO_CRATES to Makefile.crates
    - Remove powerpc patch included in libc crate

    ChangeLog:      https://github.com/wfxr/code-minimap/compare/v0.6.4...v0.6.7
    PR:             277543

 textproc/code-minimap/Makefile                   |  44 +----
 textproc/code-minimap/Makefile.crates (new)      |  74 ++++++++
 textproc/code-minimap/distinfo                   | 226 +++++++++++++++--------
 textproc/code-minimap/files/patch-powerpc (gone) |  62 -------
 4 files changed, 222 insertions(+), 184 deletions(-)
Comment 7 Nuno Teixeira freebsd_committer freebsd_triage 2024-04-27 19:08:37 UTC
Committed, thanks!