Bug 297272 - textproc/ripgrep: Update to 15.2.0
Summary: textproc/ripgrep: Update to 15.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yusuf Yaman
URL: https://github.com/BurntSushi/ripgrep...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-08-04 14:14 UTC by Petteri Valkonen
Modified: 2026-08-04 16:31 UTC (History)
1 user (show)

See Also:
nxjoseph: merge-quarterly+


Attachments
A patch to update textproc/ripgrep to 15.2.0 (16.60 KB, patch)
2026-08-04 14: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 2026-08-04 14:14:20 UTC
Created attachment 273445 [details]
A patch to update textproc/ripgrep to 15.2.0
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-08-04 16:30:48 UTC
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(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-08-04 16:31:49 UTC
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(-)
Comment 3 Yusuf Yaman freebsd_committer freebsd_triage 2026-08-04 16:31:58 UTC
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.