diff options
author | marino <marino@FreeBSD.org> | 2016-07-12 19:49:49 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-07-12 19:49:49 +0800 |
commit | 6ee529621600e0e905629060c10e219eb7ed644f (patch) | |
tree | 49c3ecf988cdc454560f7fcc6afbacb9a448cfad /lang | |
parent | 618e790b1251b9491b2f0f586675fd95ea08dc14 (diff) | |
download | freebsd-ports-gnome-6ee529621600e0e905629060c10e219eb7ed644f.tar.gz freebsd-ports-gnome-6ee529621600e0e905629060c10e219eb7ed644f.tar.zst freebsd-ports-gnome-6ee529621600e0e905629060c10e219eb7ed644f.zip |
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)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rust/Makefile | 3 | ||||
-rw-r--r-- | lang/rust/distinfo.x86_64 | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 38a47c570531..ae5fb9de400c 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -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 diff --git a/lang/rust/distinfo.x86_64 b/lang/rust/distinfo.x86_64 index 20a869b9b299..de4585d662e2 100644 --- a/lang/rust/distinfo.x86_64 +++ b/lang/rust/distinfo.x86_64 @@ -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 |