aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-03-29 20:31:34 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-03-29 20:31:34 +0000
commit65e66f119583434c9bb9232c7b4a0300c5c4a041 (patch)
tree9f8d373fc56a5f2de813e40d235162b5f1448b5b /lang
parent0f3262cb3e6b3622fc0ca8f0718f293a019466e2 (diff)
downloadports-65e66f119583434c9bb9232c7b4a0300c5c4a041.tar.gz
ports-65e66f119583434c9bb9232c7b4a0300c5c4a041.zip
lang/rust-nightly: Update to 1.53.0.20210329
Enable the SOURCES option again. They seem to install fine again. Changes: https://github.com/rust-lang/rust/compare/5d04957a4b...4a20eb6a9d
Notes
Notes: svn path=/head/; revision=569508
Diffstat (limited to 'lang')
-rw-r--r--lang/rust-nightly/Makefile2
-rw-r--r--lang/rust-nightly/distinfo6
-rw-r--r--lang/rust/Makefile3
3 files changed, 4 insertions, 7 deletions
diff --git a/lang/rust-nightly/Makefile b/lang/rust-nightly/Makefile
index f876fb92655f..3ae786bb4c45 100644
--- a/lang/rust-nightly/Makefile
+++ b/lang/rust-nightly/Makefile
@@ -17,7 +17,7 @@ MASTERDIR= ${.CURDIR}/../rust
PATCHDIR= ${.CURDIR}/files
DISTINFO_FILE= ${.CURDIR}/distinfo
-NIGHTLY_DATE= 2021-03-23
+NIGHTLY_DATE= 2021-03-29
BOOTSTRAPS_DATE= 2021-02-14
RUST_BOOTSTRAP_VERSION= beta
diff --git a/lang/rust-nightly/distinfo b/lang/rust-nightly/distinfo
index 7e3827e32e3b..ffd4e1c673a8 100644
--- a/lang/rust-nightly/distinfo
+++ b/lang/rust-nightly/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1616475173
-SHA256 (rust/2021-03-23/rustc-nightly-src.tar.xz) = ad47a8bef68e6d130e0477e16c0cab89e4f2e447f16578fc7243bac095a5ea56
-SIZE (rust/2021-03-23/rustc-nightly-src.tar.xz) = 115047736
+TIMESTAMP = 1617041737
+SHA256 (rust/2021-03-29/rustc-nightly-src.tar.xz) = f7a02068fe8578fcd88cc81d10f27c9a41a2d203f8a96954be7044877d93a784
+SIZE (rust/2021-03-29/rustc-nightly-src.tar.xz) = 115113536
SHA256 (rust/2021-02-14/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 1eb1f1508887449de36aa0dc75e549b8185d7d0bd4f86d503adda09295397fb7
SIZE (rust/2021-02-14/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 79211584
SHA256 (rust/2021-02-14/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = f366210bf594eda2b3a6547aff7fb0f32cde99e1a0ec427d2a05a430cc9795b2
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 647b587973bc..50a956acd698 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -45,9 +45,6 @@ CONFLICTS_INSTALL?= rust-nightly
OPTIONS_DEFINE= DOCS GDB SOURCES WASM
OPTIONS_DEFAULT= SOURCES WASM
-.if defined(NIGHTLY_DATE)
-OPTIONS_EXCLUDE+= SOURCES
-.endif
GDB_DESC= Install ports gdb (necessary for debugging rust programs)
SOURCES_DESC= Install source files