Bug 276975 - textproc/ripgrep: Update to 14.1.0
Summary: textproc/ripgrep: Update to 14.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/BurntSushi/ripgrep...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-11 10:56 UTC by Petteri Valkonen
Modified: 2024-02-23 17:39 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update textproc/ripgrep to version 14.1.0 (12.22 KB, patch)
2024-02-11 10:56 UTC, Petteri Valkonen
no flags Details | Diff
Git patch to update textproc/ripgrep to version 14.1.0 (12.70 KB, patch)
2024-02-13 20:15 UTC, Petteri Valkonen
petteri.valkonen: maintainer-approval+
Details | Diff
Updated patch to update textproc/ripgrep to version 14.1.0 with Makefile.crates (13.89 KB, patch)
2024-02-13 22:14 UTC, Petteri Valkonen
petteri.valkonen: maintainer-approval+
Details | Diff

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