aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-07-17 06:48:00 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-07-17 06:48:00 +0000
commitec25a08615b41aff751a907208c72ddf9f344b0a (patch)
tree07259d52e9c9c44579cf90fc97a7a010ee4d1ece /lang
parentb0f1d6430efe60a7d9a3aa11e8ed28a80842469b (diff)
downloadports-ec25a08615b41aff751a907208c72ddf9f344b0a.tar.gz
ports-ec25a08615b41aff751a907208c72ddf9f344b0a.zip
lang/rust: Add back to static.rust-lang.org
Notes
Notes: svn path=/head/; revision=542413
Diffstat (limited to 'lang')
-rw-r--r--lang/rust/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 8dd66f57536e..c09dd036ee7f 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -5,7 +5,8 @@ PORTNAME= rust
PORTVERSION?= 1.45.0
PORTREVISION?= 0
CATEGORIES= lang
-MASTER_SITES= https://dev-static.rust-lang.org/dist/:src \
+MASTER_SITES= https://static.rust-lang.org/dist/:src \
+ https://dev-static.rust-lang.org/dist/:src \
LOCAL/tobik/rust:bootstrap \
https://static.rust-lang.org/dist/:bootstrap
DISTNAME?= ${PORTNAME}c-${PORTVERSION}-src