Created attachment 273445 [details] A patch to update textproc/ripgrep to 15.2.0
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ee5377e1506c9972bf0498f65d0c59d25fa0056 commit 5ee5377e1506c9972bf0498f65d0c59d25fa0056 Author: Petteri Valkonen <petteri.valkonen@iki.fi> AuthorDate: 2026-08-04 14:00:24 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-04 16:30:00 +0000 textproc/ripgrep: Update 15.1.0 => 15.2.0 This release fixes a number of bugs related to gitignore matching as well as some performance improvements in directory tree traversal. While here, strip installed binary to satisfy stage-qa. Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/15.2.0 PR: 297272 Reported by: Petteri Valkonen <petteri.valkonen@iki.fi> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 textproc/ripgrep/Makefile | 4 +- textproc/ripgrep/Makefile.crates | 64 +++++++++---------- textproc/ripgrep/distinfo | 134 +++++++++++++++++++-------------------- 3 files changed, 98 insertions(+), 104 deletions(-)
A commit in branch 2026Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b277df308ff2d9ed90e339e80bfbe86e1870a067 commit b277df308ff2d9ed90e339e80bfbe86e1870a067 Author: Petteri Valkonen <petteri.valkonen@iki.fi> AuthorDate: 2026-08-04 14:00:24 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-08-04 16:30:40 +0000 textproc/ripgrep: Update 15.1.0 => 15.2.0 This release fixes a number of bugs related to gitignore matching as well as some performance improvements in directory tree traversal. While here, strip installed binary to satisfy stage-qa. Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/15.2.0 PR: 297272 Reported by: Petteri Valkonen <petteri.valkonen@iki.fi> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 (cherry picked from commit 5ee5377e1506c9972bf0498f65d0c59d25fa0056) textproc/ripgrep/Makefile | 4 +- textproc/ripgrep/Makefile.crates | 64 +++++++++---------- textproc/ripgrep/distinfo | 134 +++++++++++++++++++-------------------- 3 files changed, 98 insertions(+), 104 deletions(-)
Hi, Thank you for your submission. I have tested build in Poudriere on 14.4-RELEASE-amd64-main-02f037c4a00a and it seems OK including `make test`. Committed, thanks.