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
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 )
Created attachment 248447 [details] Git patch to update textproc/ripgrep to version 14.1.0 Sure. Please find attached an updated patch.
(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?
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.
@Nuno Teixeira, was the updated patch alright? Do you want any more changes before it's mergeable? Thanks!
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(-)
Really sorry because I missed updated patch. Committed, thanks!