Update to upstream version 1.4.0
This commit is contained in:
parent
bb2b83b72f
commit
fbf963a047
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400535
4 changed files with 19 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rust
|
||||
PORTVERSION= 1.3.0
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://static.rust-lang.org/dist/:src \
|
||||
http://static.rust-lang.org/stage0-snapshots/:bootstrap
|
||||
|
@ -35,8 +35,8 @@ CONFLICTS_INSTALL= rust-nightly
|
|||
RUST_SOURCE= ${DISTNAME}-src${EXTRACT_SUFX}
|
||||
RUST_BOOT= rust-stage0-${RUST_BOOT_SIG_${ARCH}}.tar.bz2
|
||||
|
||||
RUST_BOOT_SIG_amd64= 2015-07-26-a5c12f4-freebsd-x86_64-bc50b0f8d7f6d62f4f5ffa136f5387f5bf6524fd
|
||||
RUST_BOOT_SIG_i386= 2015-07-26-a5c12f4-freebsd-i386-2fee22adec101e2f952a5548fd1437ce1bd8d26f
|
||||
RUST_BOOT_SIG_amd64= 2015-08-11-1af31d4-freebsd-x86_64-de1f36592bac0eeb90c049a8421246652c511b9e
|
||||
RUST_BOOT_SIG_i386= 2015-08-11-1af31d4-freebsd-i386-3cd4a44fb97b3135be3d1b760bea604a381e85dc
|
||||
|
||||
# Rust's libraries are named librustc_${component}-${RUST_VSN_HASH}.so.
|
||||
# The hash depends on Rust version and, if the channel is not "stable",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (rustc-1.3.0-src.tar.gz) = ea02d7bc9e7de5b8be3fe6b37ea9b2bd823f9a532c8e4c47d02f37f24ffa3126
|
||||
SIZE (rustc-1.3.0-src.tar.gz) = 24308223
|
||||
SHA256 (rust-stage0-2015-07-26-a5c12f4-freebsd-x86_64-bc50b0f8d7f6d62f4f5ffa136f5387f5bf6524fd.tar.bz2) = d9fd42fbe6dae295c57e077517b6795ee89aaec35a42b7832165bb44811fcb2c
|
||||
SIZE (rust-stage0-2015-07-26-a5c12f4-freebsd-x86_64-bc50b0f8d7f6d62f4f5ffa136f5387f5bf6524fd.tar.bz2) = 13965926
|
||||
SHA256 (rustc-1.4.0-src.tar.gz) = 1c0dfdce5c85d8098fcebb9adf1493847ab40c1dfaa8cc997af09b2ef0aa8211
|
||||
SIZE (rustc-1.4.0-src.tar.gz) = 24537507
|
||||
SHA256 (rust-stage0-2015-08-11-1af31d4-freebsd-x86_64-de1f36592bac0eeb90c049a8421246652c511b9e.tar.bz2) = e609347d8bf2d69b613068b8d7f158199e509fc14e859d343ba6d65c9ad76e24
|
||||
SIZE (rust-stage0-2015-08-11-1af31d4-freebsd-x86_64-de1f36592bac0eeb90c049a8421246652c511b9e.tar.bz2) = 13973360
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (rustc-1.3.0-src.tar.gz) = ea02d7bc9e7de5b8be3fe6b37ea9b2bd823f9a532c8e4c47d02f37f24ffa3126
|
||||
SIZE (rustc-1.3.0-src.tar.gz) = 24308223
|
||||
SHA256 (rust-stage0-2015-07-26-a5c12f4-freebsd-i386-2fee22adec101e2f952a5548fd1437ce1bd8d26f.tar.bz2) = 4d03c58fc1e424bb0194e6c34c6c5da73e19807688cf28503e399fcf895d2034
|
||||
SIZE (rust-stage0-2015-07-26-a5c12f4-freebsd-i386-2fee22adec101e2f952a5548fd1437ce1bd8d26f.tar.bz2) = 14472816
|
||||
SHA256 (rustc-1.4.0-src.tar.gz) = 1c0dfdce5c85d8098fcebb9adf1493847ab40c1dfaa8cc997af09b2ef0aa8211
|
||||
SIZE (rustc-1.4.0-src.tar.gz) = 24537507
|
||||
SHA256 (rust-stage0-2015-08-11-1af31d4-freebsd-i386-3cd4a44fb97b3135be3d1b760bea604a381e85dc.tar.bz2) = 7ec34452c645ee6a7287ac58ac3bec94c1eb713777d98c5339fa57fc4f0ee49e
|
||||
SIZE (rust-stage0-2015-08-11-1af31d4-freebsd-i386-3cd4a44fb97b3135be3d1b760bea604a381e85dc.tar.bz2) = 14488008
|
||||
|
|
|
@ -13,8 +13,11 @@ lib/librustc_back-%%RUST_VSN_HASH%%.so
|
|||
lib/librustc_borrowck-%%RUST_VSN_HASH%%.so
|
||||
lib/librustc_data_structures-%%RUST_VSN_HASH%%.so
|
||||
lib/librustc_driver-%%RUST_VSN_HASH%%.so
|
||||
lib/librustc_front-%%RUST_VSN_HASH%%.so
|
||||
lib/librustc_lint-%%RUST_VSN_HASH%%.so
|
||||
lib/librustc_llvm-%%RUST_VSN_HASH%%.so
|
||||
lib/librustc_mir-%%RUST_VSN_HASH%%.so
|
||||
lib/librustc_platform_intrinsics-%%RUST_VSN_HASH%%.so
|
||||
lib/librustc_privacy-%%RUST_VSN_HASH%%.so
|
||||
lib/librustc_resolve-%%RUST_VSN_HASH%%.so
|
||||
lib/librustc_trans-%%RUST_VSN_HASH%%.so
|
||||
|
@ -33,6 +36,8 @@ lib/rustlib/manifest-rustc
|
|||
lib/rustlib/rust-installer-version
|
||||
lib/rustlib/uninstall.sh
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/liballoc-%%RUST_VSN_HASH%%.rlib
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/liballoc_jemalloc-%%RUST_VSN_HASH%%.rlib
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/liballoc_system-%%RUST_VSN_HASH%%.rlib
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/libarena-%%RUST_VSN_HASH%%.rlib
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/libarena-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/libcollections-%%RUST_VSN_HASH%%.rlib
|
||||
|
@ -48,7 +53,6 @@ lib/rustlib/%%RUST_TARGET%%/lib/libgraphviz-%%RUST_VSN_HASH%%.so
|
|||
lib/rustlib/%%RUST_TARGET%%/lib/liblibc-%%RUST_VSN_HASH%%.rlib
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/liblog-%%RUST_VSN_HASH%%.rlib
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/liblog-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/libmorestack.a
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librand-%%RUST_VSN_HASH%%.rlib
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librbml-%%RUST_VSN_HASH%%.rlib
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librbml-%%RUST_VSN_HASH%%.so
|
||||
|
@ -58,8 +62,11 @@ lib/rustlib/%%RUST_TARGET%%/lib/librustc_bitflags-%%RUST_VSN_HASH%%.rlib
|
|||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_borrowck-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_data_structures-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_driver-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_front-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_lint-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_llvm-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_mir-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_platform_intrinsics-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_privacy-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_resolve-%%RUST_VSN_HASH%%.so
|
||||
lib/rustlib/%%RUST_TARGET%%/lib/librustc_trans-%%RUST_VSN_HASH%%.so
|
||||
|
|
Loading…
Reference in a new issue