aboutsummaryrefslogtreecommitdiff
path: root/devel/cargo/Makefile
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/Makefile
parent42fdd7bb5d2cecbcb2e59e1d1b5e0f1d748738b1 (diff)
downloadports-e731fd014c1cf7a53c3acae1f06a7797554e3082.tar.gz
ports-e731fd014c1cf7a53c3acae1f06a7797554e3082.zip
devel/cargo: update to 0.11.0
Notes
Notes: svn path=/head/; revision=418326
Diffstat (limited to 'devel/cargo/Makefile')
-rw-r--r--devel/cargo/Makefile6
1 files changed, 3 insertions, 3 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