Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2019 06:46:59 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502422 - head/lang/rust
Message-ID:  <201905240646.x4O6kxbi063221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri May 24 06:46:58 2019
New Revision: 502422
URL: https://svnweb.freebsd.org/changeset/ports/502422

Log:
  lang/rust: Clean up MASTER_SITES
  
  Use HTTPS consistently and remove old sites that only contain
  Rust < 1.27.0 bootstraps.

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Fri May 24 06:45:15 2019	(r502421)
+++ head/lang/rust/Makefile	Fri May 24 06:46:58 2019	(r502422)
@@ -5,15 +5,11 @@ PORTNAME=	rust
 PORTVERSION?=	1.35.0
 PORTREVISION?=	0
 CATEGORIES=	lang
-MASTER_SITES=	http://static.rust-lang.org/dist/:src \
-		LOCAL/dumbbell/rust:rust_bootstrap \
+MASTER_SITES=	https://static.rust-lang.org/dist/:src \
 		LOCAL/tobik/rust:rust_bootstrap \
 		https://static.rust-lang.org/dist/:rust_bootstrap \
-		LOCAL/dumbbell/rust:cargo_bootstrap \
 		LOCAL/tobik/rust:cargo_bootstrap \
-		https://static.rust-lang.org/dist/:cargo_bootstrap \
-		https://s3.amazonaws.com/rust-lang-ci/cargo-builds/:cargo_bootstrap \
-		LOCAL/marino:bootstrap
+		https://static.rust-lang.org/dist/:cargo_bootstrap
 DISTNAME?=	${PORTNAME}c-${PORTVERSION}-src
 DISTFILES?=	${NIGHTLY_SUBDIR}${DISTNAME}${EXTRACT_SUFX}:src \
 		${RUSTC_BOOTSTRAP}:rust_bootstrap \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905240646.x4O6kxbi063221>