lang/rust-nightly: update to 1.33.0.20190103
Changes: 9eac386342...ec194646fe
This commit is contained in:
parent
3ba725c7cd
commit
a2144b09cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489123
3 changed files with 6 additions and 4 deletions
|
@ -14,7 +14,7 @@ CONFLICTS_INSTALL= rust
|
|||
# Which source to pull:
|
||||
# https://static.rust-lang.org/dist/${NIGHTLY_DATE}/rustc-nightly-src.tar.gz
|
||||
# https://static.rust-lang.org/dist/channel-rust-nightly.toml
|
||||
NIGHTLY_DATE= 2019-01-01
|
||||
NIGHTLY_DATE= 2019-01-03
|
||||
NIGHTLY_SUBDIR= ${NIGHTLY_DATE}/
|
||||
|
||||
# See WRKSRC/src/stage0.txt for this date
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1546295983
|
||||
SHA256 (rust/2019-01-01/rustc-nightly-src.tar.xz) = 89a8829d474889e16bd8f716fe10847aba00f608c3d7e7a1e0058aa19108e3cf
|
||||
SIZE (rust/2019-01-01/rustc-nightly-src.tar.xz) = 100412360
|
||||
TIMESTAMP = 1546448030
|
||||
SHA256 (rust/2019-01-03/rustc-nightly-src.tar.xz) = 5ff712be6e2a80a3aa945e9c6df28b074aee767120339de15ecd72cfbf0e46fa
|
||||
SIZE (rust/2019-01-03/rustc-nightly-src.tar.xz) = 100414384
|
||||
SHA256 (rust/2018-12-09/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 1c59a13cc385c9e06b80202651f8af9e9e22658e1863de85ce67ca12a0940a46
|
||||
SIZE (rust/2018-12-09/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 70377440
|
||||
SHA256 (rust/2018-12-09/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 12fa39ff525ddd64490e63be98b954c9ee66e0cf603143f49b04f1c5760f3885
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
This file is in the public domain.
|
||||
|
||||
--- vendor/backtrace-sys/src/libbacktrace/fileline.c.orig 2017-06-06 00:42:59 UTC
|
||||
+++ vendor/backtrace-sys/src/libbacktrace/fileline.c
|
||||
@@ -38,8 +38,39 @@ POSSIBILITY OF SUCH DAMAGE. */
|
||||
|
|
Loading…
Reference in a new issue