devel/cargo: Update to 0.14.0
This implicitely fixes the fact that the previous bootstrap archive fetch was failing because it was updated from a snapshot of 0.12.0-nightly to 0.13.0-nightly, even though the same URL was used. Approved by: jbeich Differential Revision: https://reviews.freebsd.org/D8596
This commit is contained in:
parent
906b2065e8
commit
160633cd86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426755
3 changed files with 13 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cargo
|
||||
PORTVERSION= 0.13.0
|
||||
PORTVERSION= 0.14.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= dumbbell@FreeBSD.org
|
||||
|
@ -33,8 +33,8 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
|
|||
# This is a collection of mainly shell scripts which are used to
|
||||
# install Cargo.
|
||||
|
||||
MASTER_SITES= https://static.rust-lang.org/cargo-dist/2016-08-21/:bootstrap \
|
||||
LOCAL/jbeich:registry
|
||||
MASTER_SITES= https://static.rust-lang.org/cargo-dist/2016-11-02/:bootstrap \
|
||||
LOCAL/dumbbell/cargo:registry
|
||||
.if !defined(SKIP_CARGO_REGISTRY)
|
||||
DISTFILES+= ${CARGO_REGISTRY}:registry
|
||||
.endif
|
||||
|
@ -61,8 +61,7 @@ LIB_DEPENDS= libssh2.so:security/libssh2 \
|
|||
RUN_DEPENDS= rustc:${RUST_PORT}
|
||||
RUST_PORT?= lang/rust
|
||||
|
||||
USES= gmake python:-2.7,build pkgconfig
|
||||
USE_OPENSSL= yes
|
||||
USES= gmake python:-2.7,build pkgconfig ssl
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix="${PREFIX}" --mandir="${MANPREFIX}/man"
|
||||
MAKE_ENV= ARGS="${CARGO_ARGS}"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
TIMESTAMP = 1475192353
|
||||
SHA256 (cargo-registry-0.13.0.tar.xz) = 34f3812fcec40ce4faa2914a9d31668e28268d71b3f4e74cab4ca368de3c865f
|
||||
SIZE (cargo-registry-0.13.0.tar.xz) = 21236960
|
||||
SHA256 (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 76d1cb9d7ab0a019ae688baa344fc982aee580a5969f4cfba45d38b6cbc23bd9
|
||||
SIZE (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 4691251
|
||||
SHA256 (rust-lang-cargo-0.13.0_GH0.tar.gz) = 90429180d3724385acb094f2896feea0c73690451a92215d6054d05edf4a5c49
|
||||
SIZE (rust-lang-cargo-0.13.0_GH0.tar.gz) = 610125
|
||||
TIMESTAMP = 1479719948
|
||||
SHA256 (cargo-registry-0.14.0.tar.xz) = 3ed1d9847c7171d87fccf33e1469629e9eba30162329443998909dc2d591dd93
|
||||
SIZE (cargo-registry-0.14.0.tar.xz) = 21137544
|
||||
SHA256 (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 4d5e6203d8f6825debb99b4a9e4c8ac2177c55dd2d13458ad6fb972e947bf933
|
||||
SIZE (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 4516956
|
||||
SHA256 (rust-lang-cargo-0.14.0_GH0.tar.gz) = 90ec0e644586959f62e6e34e649ba57db6f74aa37b89e90972f817c49b187531
|
||||
SIZE (rust-lang-cargo-0.14.0_GH0.tar.gz) = 625305
|
||||
SHA256 (rust-lang-rust-installer-755bc3d_GH0.tar.gz) = 103a502bad7af80eef7ccd2dd2969a272a6fa3f237ebeaca083315a45878f07f
|
||||
SIZE (rust-lang-rust-installer-755bc3d_GH0.tar.gz) = 19193
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
--- src/snapshots.txt.orig 2016-04-08 20:31:50 UTC
|
||||
+++ src/snapshots.txt
|
||||
@@ -1,3 +1,6 @@
|
||||
+2016-08-21
|
||||
+ freebsd-x86_64 4630444c0eca5e01aa576e196d260d6ebf0dd197
|
||||
+2016-11-02
|
||||
+ freebsd-x86_64 5ef450453f6ba199c73c5de22460997a24d216a7
|
||||
+
|
||||
2016-03-21
|
||||
linux-i386 ac401c16ff53e0c51b88707579b4f95d7d4c4763
|
||||
|
|
Loading…
Reference in a new issue