svn commit: r542413 - head/lang/rust

Tobias Kortkamp tobik at FreeBSD.org
Fri Jul 17 06:48:01 UTC 2020


Author: tobik
Date: Fri Jul 17 06:48:00 2020
New Revision: 542413
URL: https://svnweb.freebsd.org/changeset/ports/542413

Log:
  lang/rust: Add back to static.rust-lang.org

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Fri Jul 17 06:44:04 2020	(r542412)
+++ head/lang/rust/Makefile	Fri Jul 17 06:48:00 2020	(r542413)
@@ -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


More information about the svn-ports-all mailing list