Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2016 11:49:50 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418420 - head/lang/rust
Message-ID:  <201607121149.u6CBno0e000891@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Jul 12 11:49:49 2016
New Revision: 418420
URL: https://svnweb.freebsd.org/changeset/ports/418420

Log:
  lang/rust: Update distinfo.x86_64 for DragonFly support
  
  A custom bootstrap compiler package had to be created for DragonFly using
  FreeBSD's as a model since upstream did not provide one for DF this time.
  
  Approved by:	riggs (maintainer)

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

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Tue Jul 12 11:10:58 2016	(r418419)
+++ head/lang/rust/Makefile	Tue Jul 12 11:49:49 2016	(r418420)
@@ -6,7 +6,8 @@ PORTVERSION?=	1.10.0
 CATEGORIES=	lang
 MASTER_SITES=	http://static.rust-lang.org/dist/:src \
 		http://static.rust-lang.org/dist/:bootstrap \
-		https://github.com/dhuseby/rust-manual-snapshots/raw/master/:bootstrap
+		https://github.com/dhuseby/rust-manual-snapshots/raw/master/:bootstrap \
+		LOCAL/marino:bootstrap
 DISTNAME?=	${PORTNAME}c-${PORTVERSION}
 DISTFILES?=	${DISTNAME}-src${EXTRACT_SUFX}:src
 DISTFILES+=	${RUST_BOOT}:bootstrap

Modified: head/lang/rust/distinfo.x86_64
==============================================================================
--- head/lang/rust/distinfo.x86_64	Tue Jul 12 11:10:58 2016	(r418419)
+++ head/lang/rust/distinfo.x86_64	Tue Jul 12 11:49:49 2016	(r418420)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1464724184
-SHA256 (rustc-1.9.0-src.tar.gz) = b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd
-SIZE (rustc-1.9.0-src.tar.gz) = 25859714
-SHA256 (rust-stage0-2016-03-18-235d774-dragonfly-x86_64-e790279a7b286ddf2e716ccd3bb1b7f0a386a5c7.tar.bz2) = da27393277ee35fc866be78ecedf37d57232d956cc457391b9680997ea64c5f2
-SIZE (rust-stage0-2016-03-18-235d774-dragonfly-x86_64-e790279a7b286ddf2e716ccd3bb1b7f0a386a5c7.tar.bz2) = 18070513
+TIMESTAMP = 1468246199
+SHA256 (rustc-1.10.0-src.tar.gz) = a4015aacf4f6d8a8239253c4da46e7abaa8584f8214d1828d2ff0a8f56176869
+SIZE (rustc-1.10.0-src.tar.gz) = 25967780
+SHA256 (rustc-1.9.0-x86_64-unknown-dragonfly.tar.gz) = d5fdb96c71255486bf67aced572b0b704f578e4d2abf4edce26d69d7662653ef
+SIZE (rustc-1.9.0-x86_64-unknown-dragonfly.tar.gz) = 38705998



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