| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.10.0_7 11 Apr 2019 19:39:28
  |
tobik  |
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850 |
0.10.0_6 28 Feb 2019 18:51:46
  |
jbeich  |
lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by: Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354 |
0.10.0_5 28 Feb 2019 18:47:28
  |
jbeich  |
USES=cargo to update libc to 0.2.49 for Tier2
PR: 235063
Differential Revision: https://reviews.freebsd.org/D19309 |
0.10.0_4 17 Jan 2019 19:50:39
  |
jbeich  |
lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858 |
0.10.0_3 06 Dec 2018 17:11:15
  |
jbeich  |
lang/rust: update to 1.31.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18427 |
0.10.0_2 05 Dec 2018 05:18:51
  |
jbeich  |
textproc/ripgrep: unbreak AVX=on on i386 after r454995
error[E0432]: unresolved import `simd::x86::avx`
--> cargo-crates/bytecount-0.3.2/src/lib.rs:49:16
|
49 | use simd::x86::avx::{LowHigh128, u8x32};
| ^^^ could not find `avx` in `x86`
https://github.com/rust-lang/rust/issues/56527 |
0.10.0_2 26 Nov 2018 08:34:52
  |
jbeich  |
textproc/ripgrep: enable PCRE2 support by default
PR: 233317
Approved by: Petteri Valkonen (maintainer) |
0.10.0_1 25 Oct 2018 21:59:37
  |
jbeich  |
lang/rust: update to 1.30.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by: rust (tobik)
MFH: 2018Q4 (less rust versions to support)
Differential Revision: https://reviews.freebsd.org/D17695 |
0.10.0 20 Oct 2018 17:42:33
  |
tobik  |
textproc/ripgrep: Update to 0.10.0
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.10.0
PR: 232452
Approved by: petteri.valkonen@iki.fi (maintainer) |
0.9.0_2 12 Oct 2018 19:01:02
  |
jbeich  |
lang/rust: update to 1.29.2
- Force rebuild all consumers in case some are affected by miscompilation
Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR: 229826 (follow up)
Approved by: rust (tobik)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D17477 |
0.9.0_1 28 Sep 2018 17:59:24
  |
jbeich  |
lang/rust: update to 1.29.1
- Force rebuild all consumers as standard library is statically linked
Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR: 229826 (follow up)
Approved by: dumbbell
Differential Revision: https://reviews.freebsd.org/D17337 |
0.9.0 08 Aug 2018 09:20:04
  |
arved  |
Update to 0.9.0
PR: 230449
Submitted by: maintainer |
0.8.1_1 03 May 2018 22:43:23
  |
jbeich  |
cargo: update libc to 0.2.40
Make sure ino64/abstime issues don't affect FreeBSD 12.0 or later. |
0.8.1 24 Feb 2018 22:26:15
  |
tobik  |
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) |
0.8.0 14 Feb 2018 07:58:11
  |
tobik  |
textproc/ripgrep: Update to 0.8.0
- Install extra documentation
- Remove FISH_DESC (redundant after r454235)
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0
PR: 225874
Submitted by: petteri.valkonen@iki.fi (maintainer) |
0.7.1_3 27 Nov 2017 22:02:30
  |
jbeich  |
lang/rust: avoid LLVM targeting SSE2 on i386 by default
This may help ports like textproc/ripgrep to run on old hardware.
Rust itself still requires SSE2 until bootstrap is regenerated.
PR: 223415
Approved by: rust (dumbbell) |
0.7.1_2 11 Nov 2017 19:01:55
  |
tobik  |
textproc/ripgrep: Restore BASH, FISH, ZSH options
They were broken by r453382 which introduced new AVX, SIMD options
which overwrote the old ones.
PR: 223478, 223314
Submitted by: petteri.valkonen@iki.fi (maintainer) |
0.7.1_1 02 Nov 2017 21:48:21
  |
jbeich  |
textproc/ripgrep: expose SIMD options
PR: 223314
Approved by: Petteri Valkonen (maintainer) |
0.7.1 24 Oct 2017 09:24:57
  |
tobik  |
textproc/ripgrep: Update to 0.7.1
Changes: https://github.com/BurntSushi/ripgrep/releases
PR: 223197
Submitted by: petteri.valkonen@iki.fi (maintainer) |
0.6.0 24 Aug 2017 16:22:01
  |
tobik  |
textproc/ripgrep: Update to 0.6.0
Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.6.0
PR: 221767
Submitted by: petteri.valkonen@iki.fi (maintainer) |
0.5.2_1 08 Jul 2017 11:27:54
  |
tobik  |
Add options for installing Bash, Fish and Zsh completions.
- Fix license block
PR: 220361
Submitted by: petteri.valkonen@iki.fi (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D11509 |
0.5.2 05 Jul 2017 14:58:11
  |
tobik  |
Add The Unlicense to Mk/bsd.licenses.db.mk
- Update all ports that currently use a custom definition
- Also add a link to a list of certified copyfree licenses
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D11487 |
0.5.2 21 Jun 2017 16:23:53
  |
tobik  |
New port: textproc/ripgrep
ripgrep is a command line search tool that combines the usability of
The Silver Searcher (an ack clone) with the raw speed of GNU grep.
ripgrep is fast, cross platform and written in Rust.
WWW: http://blog.burntsushi.net/ripgrep/
PR: 215212
Submitted by: petteri.valkonen@iki.fi (based on)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11162 |