Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.0 29 Mar 2021 21:50:25
  |
yuri  |
deskutils/just: Update 0.8.4 -> 0.9.0
Reported by: portscout |
0.8.4_2 29 Mar 2021 18:10:46
  |
tobik  |
Rebuild lang/rust consumers after r569489 |
0.8.4_1 14 Feb 2021 15:45:11
  |
mikael  |
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616 |
0.8.4 10 Feb 2021 17:57:54
  |
yuri  |
deskutils/just: Update 0.8.3 -> 0.8.4
Reported by: portscout |
0.8.3_2 06 Jan 2021 10:13:59
  |
mikael  |
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940 |
0.8.3_1 24 Nov 2020 12:48:54
  |
mikael  |
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293 |
0.8.3 31 Oct 2020 07:37:19
  |
yuri  |
deskutils/just: Update 0.8.2 -> 0.8.3
Reported by: portscout |
0.8.2 27 Oct 2020 20:09:52
  |
yuri  |
deskutils/just: Update 0.8.1 -> 0.8.2
Reported by: portscout |
0.8.1 17 Oct 2020 01:28:37
  |
yuri  |
deskutils/just: Update 0.8.0 -> 0.8.1
Reported by: portscout |
0.8.0_1 13 Oct 2020 08:36:35
  |
mikael  |
lang/rust: Update to 1.47.0
- Add powerpc64le arch (submitted by bdragon in D26711)
- Disable DOCS, same problem fixed in r546048
- Update devel/racer to 2.1.36
- Import upstream patch to fix www/firefox
(https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
- Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz
: 0036, 0037 and 0038)
- Force rebuild all consumers to catch regressions
Changelog:
https://github.com/rust-lang/rust/releases/tag/1.47.0
Differential Revision: https://reviews.freebsd.org/D26721 |
0.8.0 13 Oct 2020 03:50:53
  |
yuri  |
deskutils/just: Update 0.7.3 -> 0.8.0 |
0.7.3 18 Sep 2020 19:54:13
  |
yuri  |
deskutils/just: Update 0.7.2 -> 0.7.3
Reported by: portscout |
0.7.2_1 30 Aug 2020 18:36:08
  |
tobik  |
lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176 |
0.7.2 28 Aug 2020 22:54:49
  |
yuri  |
deskutils/just: Update 0.7.1 -> 0.7.2
Reported by: portscout |
0.7.1_2 03 Aug 2020 15:18:49
  |
tobik  |
lang/rust: Update to 1.45.2
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html |
0.7.1_1 30 Jul 2020 18:26:54
  |
tobik  |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835 |
0.7.1 20 Jul 2020 15:41:32
  |
yuri  |
deskutils/just: Update 0.6.1 -> 0.7.1
Reported by: portscout |
0.6.1_1 17 Jul 2020 06:44:04
  |
tobik  |
lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658 |
0.6.1 01 Jul 2020 15:00:42
  |
yuri  |
deskutils/just: Update 0.5.11 -> 0.6.1
Reported by: portscout |
0.5.11_1 04 Jun 2020 18:08:01
  |
tobik  |
lang/rust: Update to 1.44.0
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099 |
0.5.11 25 May 2020 16:36:19
  |
yuri  |
New port: deskutils/just: Just a command runner: handy way to save/run
project-specific commands |