aboutsummaryrefslogtreecommitdiff
path: root/devel/cargo
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-07-10 15:26:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-07-10 15:26:24 +0000
commite731fd014c1cf7a53c3acae1f06a7797554e3082 (patch)
treed68bedfa80b1657bcafee3b6459ef5b97c57f773 /devel/cargo
parent42fdd7bb5d2cecbcb2e59e1d1b5e0f1d748738b1 (diff)
downloadports-e731fd014c1cf7a53c3acae1f06a7797554e3082.tar.gz
ports-e731fd014c1cf7a53c3acae1f06a7797554e3082.zip
Notes
Diffstat (limited to 'devel/cargo')
-rw-r--r--devel/cargo/Makefile6
-rw-r--r--devel/cargo/distinfo8
-rw-r--r--devel/cargo/pkg-plist13
3 files changed, 20 insertions, 7 deletions
diff --git a/devel/cargo/Makefile b/devel/cargo/Makefile
index 7d8606d9bd69..9f047353b7ac 100644
--- a/devel/cargo/Makefile
+++ b/devel/cargo/Makefile
@@ -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
diff --git a/devel/cargo/distinfo b/devel/cargo/distinfo
index 6f0d1226c504..cb62a6f31c3a 100644
--- a/devel/cargo/distinfo
+++ b/devel/cargo/distinfo
@@ -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
diff --git a/devel/cargo/pkg-plist b/devel/cargo/pkg-plist
index 6cea01fc09db..cf9c2adfc440 100644
--- a/devel/cargo/pkg-plist
+++ b/devel/cargo/pkg-plist
@@ -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