svn commit: r490602 - head/lang/rust

Jan Beich jbeich at FreeBSD.org
Thu Jan 17 19:55:59 UTC 2019


Author: jbeich
Date: Thu Jan 17 19:55:58 2019
New Revision: 490602
URL: https://svnweb.freebsd.org/changeset/ports/490602

Log:
  lang/rust: oops, don't default to pre-releases
  
  Differential Revision:	https://reviews.freebsd.org/D18858

Modified:
  head/lang/rust/Makefile   (contents, props changed)

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Thu Jan 17 19:51:04 2019	(r490601)
+++ head/lang/rust/Makefile	Thu Jan 17 19:55:58 2019	(r490602)
@@ -5,7 +5,7 @@ PORTNAME=	rust
 PORTVERSION?=	1.32.0
 PORTREVISION?=	0
 CATEGORIES=	lang
-MASTER_SITES=	http://dev-static.rust-lang.org/dist/:src \
+MASTER_SITES=	http://static.rust-lang.org/dist/:src \
 		LOCAL/dumbbell/rust:rust_bootstrap \
 		https://static.rust-lang.org/dist/:rust_bootstrap \
 		LOCAL/dumbbell/rust:cargo_bootstrap \


More information about the svn-ports-head mailing list