svn commit: r502422 - head/lang/rust

Tobias Kortkamp tobik at FreeBSD.org
Fri May 24 06:46:59 UTC 2019


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 \


More information about the svn-ports-all mailing list