Bug 276975

Summary: textproc/ripgrep: Update to 14.1.0
Product: Ports & Packages Reporter: Petteri Valkonen <petteri.valkonen>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Only Me CC: eduardo
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/BurntSushi/ripgrep/releases/tag/14.1.0
Attachments:
Description Flags
Patch to update textproc/ripgrep to version 14.1.0
none
Git patch to update textproc/ripgrep to version 14.1.0
petteri.valkonen: maintainer-approval+
Updated patch to update textproc/ripgrep to version 14.1.0 with Makefile.crates petteri.valkonen: maintainer-approval+

Description Petteri Valkonen 2024-02-11 10:56:22 UTC
Created attachment 248350 [details]
Patch to update textproc/ripgrep to version 14.1.0

Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/14.1.0
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2024-02-13 07:55:29 UTC
Sugestions:

- Move crates list to Makefile.crates for a cleaner port Makefile
- Provide a git patch ( https://man.freebsd.org/cgi/man.cgi?query=git-diff&sektion=1&format=html )
Comment 2 Petteri Valkonen 2024-02-13 20:15:18 UTC
Created attachment 248447 [details]
Git patch to update textproc/ripgrep to version 14.1.0

Sure. Please find attached an updated patch.
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2024-02-13 20:22:30 UTC
(In reply to Petteri Valkonen from comment #2)

> Sugestions:

> - Move crates list to Makefile.crates for a cleaner port Makefile

Are we going to use a Makefile.crates?
Comment 4 Petteri Valkonen 2024-02-13 22:14:16 UTC
Created attachment 248448 [details]
Updated patch to update textproc/ripgrep to version 14.1.0 with Makefile.crates

I messed up in creating the patch, sorry. Here's a new one with Makefile.crates included.
Comment 5 Petteri Valkonen 2024-02-23 16:03:15 UTC
@Nuno Teixeira, was the updated patch alright? Do you want any more changes before it's mergeable? Thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-02-23 17:38:35 UTC
A commit in branch main references this bug:

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

commit 2ff3605f9f792c04d707c0fb6bd078d3a2c1d729
Author:     Petteri Valkonen <petteri.valkonen@iki.fi>
AuthorDate: 2024-02-23 17:36:02 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-02-23 17:37:33 +0000

    textproc/ripgrep: Update to 14.1.0

    - Move crates list to Makefile.crates

    ChangeLog:      https://github.com/BurntSushi/ripgrep/releases/tag/14.1.0
    PR:             276975

 textproc/ripgrep/Makefile              | 53 +--------------------
 textproc/ripgrep/Makefile.crates (new) | 47 +++++++++++++++++++
 textproc/ripgrep/distinfo              | 86 ++++++++++++++++------------------
 3 files changed, 89 insertions(+), 97 deletions(-)
Comment 7 Nuno Teixeira freebsd_committer freebsd_triage 2024-02-23 17:39:39 UTC
Really sorry because I missed updated patch.

Committed, thanks!