Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10.0_3 28 Mar 2019 09:43:18 |
mfechner |
Bump revision to use new libgit2 version 0.28.1.
Reported by: jbeich |
0.10.0_2 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_1 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 11 Feb 2019 11:33:44 |
pizzamig |
textproc/bat: Update to 0.10.0
Changes: https://github.com/sharkdp/bat/releases/tag/v0.10.0 |
0.9.0_2 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.9.0_1 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.9.0 12 Nov 2018 21:24:58 |
pizzamig |
textproc/bat: Update to 0.9.0
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.9.0 |
0.8.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.8.0 23 Oct 2018 09:11:31 |
pizzamig |
textproc/bat: Update to v0.8.0
Changes: https://github.com/sharkdp/bat/releases/tag/v0.8.0 |
0.7.1_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.7.1_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.7.1 25 Sep 2018 08:40:07 |
pizzamig |
textproc/bat: Update to 0.7.1
Add support to more syntaxes, optional tabs expansion.
Several bugfixes. Patch for console crate removed.
Changelog: https://github.com/sharkdp/bat/releases |
0.6.1 04 Sep 2018 09:52:40 |
pizzamig |
textproc/bat: Update to 0.6.1
New features, changes and bug fixes reported here:
https://github.com/sharkdp/bat/releases/tag/v0.6.1
https://github.com/sharkdp/bat/releases/tag/v0.6.0 |
0.5.0 22 Aug 2018 16:43:17 |
pizzamig |
textproc/bat: Update to version 0.5.0
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.5.0 |
0.4.1 14 Jun 2018 09:56:02 |
tobik |
Mk/Uses/cargo.mk: Encode more crate build dependencies
- Add build/lib dependencies, environment variables to ports using
the backtrace-sys, freetype-sys, gettext-sys, onig_sys,
thrussh-libsodium crates instead of doing this individually for
every port.
- Add a DEV_WARNING when using libc versions < 0.2.37 to prevent
instability of Rust applications on 12.0-CURRENT [1]
- Sort cargo-crates-licenses output
Reviewed by: pizzamig, jbeich [1]
Differential Revision: https://reviews.freebsd.org/D15463 |
0.4.1 13 Jun 2018 08:28:07 |
pizzamig |
textproc/bat: Update to 0.4.1
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.4.0
Moreover, strip the executable |
0.3.0 15 May 2018 08:43:10 |
pizzamig |
textproc/bat: a cat(1) clone with syntax highlighting
Add bat, a cat(1) clone with syntax highlighting, Git integration
and automatic paging
Written in Rust. |