Created attachment 190970 [details] Version 0.8.1 update patch The attached patch updates textproc/ripgrep to version 0.8.1. Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/0.8.1
Shell completion should now be installed unconditionally. Please remove the corresponding port options. Thanks! Yuri
Please also update CARGO_CRATES to match what's in Cargo.lock.
(In reply to Tobias Kortkamp from comment #2) It's currently downgrading two crates. If there is a reason for that we should mention it in the commit log. ===> Configuring for ripgrep-0.8.1 Updating clap v2.30.0 -> v2.29.4 Updating walkdir v2.1.4 -> v2.1.3
Created attachment 190973 [details] Corrected version 0.8.1 update patch Updated patch that installs shell completions unconditionally and updates clap and walkdir crates.
(In reply to Tobias Kortkamp from comment #3) Good catch. I could've sworn I was working off the Cargo.lock extracted from the 0.8.1 tarball. Please find an updated patch attached.
(In reply to petteri.valkonen from comment #5) Looks good. Committed. Thank you!
A commit references this bug: Author: tobik Date: Sat Feb 24 22:26:16 UTC 2018 New revision: 462870 URL: https://svnweb.freebsd.org/changeset/ports/462870 Log: textproc/ripgrep: Update to 0.8.1 - Unconditionally install shell completion files Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.8.1 PR: 226185 Submitted by: petteri.valkonen@iki.fi (maintainer) Changes: head/textproc/ripgrep/Makefile head/textproc/ripgrep/distinfo
Created attachment 190976 [details] patch-to-2.1.0 My current patch
(In reply to Yuri Victorovich from comment #8) Wrong bug, never mind.