1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

devel/cargo: update to 0.11.0

This commit is contained in:
Jan Beich 2016-07-10 15:26:24 +00:00
parent 42fdd7bb5d
commit e731fd014c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418326
3 changed files with 20 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cargo
PORTVERSION= 0.10.0
PORTVERSION= 0.11.0
CATEGORIES= devel
MAINTAINER= dumbbell@FreeBSD.org
@ -33,7 +33,7 @@ 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-04-10/:bootstrap \
MASTER_SITES= https://static.rust-lang.org/cargo-dist/2016-05-22/:bootstrap \
LOCAL/jbeich:registry
.if !defined(SKIP_CARGO_REGISTRY)
DISTFILES+= ${CARGO_REGISTRY}:registry
@ -94,7 +94,7 @@ post-extract-BOOTSTRAP-on:
post-patch:
# Fix mandir and don't install licenses outside of ${_LICENSE_DIR}
@${REINPLACE_CMD} -e 's,share/man,man,' \
-e 's, LICENSE-[^[:space:]]*,,g' \
-e 's,$$(S)LICENSE-[^[:space:]]* ,,g' \
${WRKSRC}/Makefile.in
# In case the previous "make stage" failed, this ensures rust's

View File

@ -1,8 +1,8 @@
SHA256 (cargo-registry-0.10.0.tar.xz) = 4f8059fb2827025a124ce76ea0165a5e4e757077e858fddfa7ef1a8e071213ac
SIZE (cargo-registry-0.10.0.tar.xz) = 18434540
SHA256 (cargo-registry-0.11.0.tar.xz) = 6ae20d4c450b8ad9122e58d6f415f4b964811ffc9a0281261a09b6f0111b6c07
SIZE (cargo-registry-0.11.0.tar.xz) = 19365312
SHA256 (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 5ea0869878b85b5cf290ae0edb7bcbfe64f4cdad9fb5c492575fe5e5da5e1fd6
SIZE (cargo-nightly-x86_64-unknown-freebsd.tar.gz) = 5461785
SHA256 (rust-lang-cargo-0.10.0_GH0.tar.gz) = 1e73c038681fe308195427b71322a6350c65d3b8cbea199e45c7b672b4754e0e
SIZE (rust-lang-cargo-0.10.0_GH0.tar.gz) = 553862
SHA256 (rust-lang-cargo-0.11.0_GH0.tar.gz) = 4f390d7ea3352a1ecafb53d1a2b98c2e195b81a5c652342a8b91672d9f1dde0a
SIZE (rust-lang-cargo-0.11.0_GH0.tar.gz) = 566557
SHA256 (rust-lang-rust-installer-4915c75_GH0.tar.gz) = 022116173684c97d61e014940aada20f3830d2d3e1670887bf1861997133c234
SIZE (rust-lang-rust-installer-4915c75_GH0.tar.gz) = 19234

View File

@ -1,6 +1,19 @@
bin/cargo
etc/bash_completion.d/cargo
lib/rustlib/manifest-cargo
man/man1/cargo-bench.1.gz
man/man1/cargo-build.1.gz
man/man1/cargo-clean.1.gz
man/man1/cargo-doc.1.gz
man/man1/cargo-init.1.gz
man/man1/cargo-install.1.gz
man/man1/cargo-new.1.gz
man/man1/cargo-package.1.gz
man/man1/cargo-publish.1.gz
man/man1/cargo-run.1.gz
man/man1/cargo-search.1.gz
man/man1/cargo-test.1.gz
man/man1/cargo-update.1.gz
man/man1/cargo.1.gz
%%PORTDOCS%%%%DOCSDIR%%/README.md
share/zsh/site-functions/_cargo