svn commit: r465302 - head/lang/rust

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Thu Mar 22 18:14:22 UTC 2018


Author: dumbbell
Date: Thu Mar 22 18:14:21 2018
New Revision: 465302
URL: https://svnweb.freebsd.org/changeset/ports/465302

Log:
  lang/rust: Update to 1.24.1
  
  The announcement is available on Rust blog:
  https://blog.rust-lang.org/2018/03/01/Rust-1.24.1.html
  
  There is a compilation error when it builds `clippy-driver` and `miri`
  but it apparently doesn't affect the result. There are probably optional
  tools/dependencies.

Modified:
  head/lang/rust/Makefile
  head/lang/rust/distinfo

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Thu Mar 22 18:05:24 2018	(r465301)
+++ head/lang/rust/Makefile	Thu Mar 22 18:14:21 2018	(r465302)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	rust
-PORTVERSION?=	1.24.0
-PORTREVISION?=	1
+PORTVERSION?=	1.24.1
+PORTREVISION?=
 CATEGORIES=	lang
 MASTER_SITES=	http://static.rust-lang.org/dist/:src \
 		LOCAL/dumbbell/rust:rust_bootstrap \
@@ -324,6 +324,7 @@ post-install:
 # but they contain non-object files which make strip(1) unhappy.
 	@${STRIP_CMD} \
 		${STAGEDIR}${PREFIX}/bin/cargo \
+		${STAGEDIR}${PREFIX}/bin/cargo-fmt \
 		${STAGEDIR}${PREFIX}/bin/rls \
 		${STAGEDIR}${PREFIX}/bin/rustc \
 		${STAGEDIR}${PREFIX}/bin/rustdoc \

Modified: head/lang/rust/distinfo
==============================================================================
--- head/lang/rust/distinfo	Thu Mar 22 18:05:24 2018	(r465301)
+++ head/lang/rust/distinfo	Thu Mar 22 18:14:21 2018	(r465302)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1518866396
-SHA256 (rust/rustc-1.24.0-src.tar.xz) = efde5b4edf523025e374cfb3fbfa9e2497d7c011daf0d9041bc19a377628d8bc
-SIZE (rust/rustc-1.24.0-src.tar.xz) = 42162528
+TIMESTAMP = 1520331200
+SHA256 (rust/rustc-1.24.1-src.tar.xz) = 85d5d032a59ff91ae01e2b0b65607e763de8dc2729e4b3d28a69023bdd8f5718
+SIZE (rust/rustc-1.24.1-src.tar.xz) = 42171464
 SHA256 (rust/2018-01-04/rustc-1.23.0-aarch64-unknown-freebsd.tar.gz) = 44ae0e7615c19209fb74dc18dd15668af228bb2135bd74a3d4bd8917af6ec889
 SIZE (rust/2018-01-04/rustc-1.23.0-aarch64-unknown-freebsd.tar.gz) = 56833352
 SHA256 (rust/2018-01-04/rust-std-1.23.0-aarch64-unknown-freebsd.tar.gz) = 248cd23557285c7e43ca5ba69d8c71c810ed95affbd723d21d5ce87058bf66f1


More information about the svn-ports-all mailing list