Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2016 15:26:24 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418326 - head/devel/cargo
Message-ID:  <201607101526.u6AFQOab009769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Jul 10 15:26:24 2016
New Revision: 418326
URL: https://svnweb.freebsd.org/changeset/ports/418326

Log:
  devel/cargo: update to 0.11.0

Modified:
  head/devel/cargo/Makefile   (contents, props changed)
  head/devel/cargo/distinfo   (contents, props changed)
  head/devel/cargo/pkg-plist   (contents, props changed)

Modified: head/devel/cargo/Makefile
==============================================================================
--- head/devel/cargo/Makefile	Sun Jul 10 15:22:01 2016	(r418325)
+++ head/devel/cargo/Makefile	Sun Jul 10 15:26:24 2016	(r418326)
@@ -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

Modified: head/devel/cargo/distinfo
==============================================================================
--- head/devel/cargo/distinfo	Sun Jul 10 15:22:01 2016	(r418325)
+++ head/devel/cargo/distinfo	Sun Jul 10 15:26:24 2016	(r418326)
@@ -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

Modified: head/devel/cargo/pkg-plist
==============================================================================
--- head/devel/cargo/pkg-plist	Sun Jul 10 15:22:01 2016	(r418325)
+++ head/devel/cargo/pkg-plist	Sun Jul 10 15:26:24 2016	(r418326)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607101526.u6AFQOab009769>