diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-09-30 10:03:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-09-30 10:03:36 +0000 |
commit | 3f15d32d50fedfd9f110a00ea1da99a3c1c72b56 (patch) | |
tree | 70b0b5bab5a44b836ff33b2bf72140a521b641d8 /devel | |
parent | 5e4d2252531a4de81f2dc9fbf807bb2aa27f5c1b (diff) | |
download | ports-3f15d32d50fedfd9f110a00ea1da99a3c1c72b56.tar.gz ports-3f15d32d50fedfd9f110a00ea1da99a3c1c72b56.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cargo/Makefile | 6 | ||||
-rw-r--r-- | devel/cargo/distinfo | 14 | ||||
-rw-r--r-- | devel/cargo/files/patch-configure | 8 | ||||
-rw-r--r-- | devel/cargo/files/patch-src_snapshots.txt | 2 | ||||
-rw-r--r-- | devel/cargo/pkg-plist | 10 |
5 files changed, 24 insertions, 16 deletions
diff --git a/devel/cargo/Makefile b/devel/cargo/Makefile index 4f8f677f4319..476838d46e1f 100644 --- a/devel/cargo/Makefile +++ b/devel/cargo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cargo -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.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-07-05/:bootstrap \ +MASTER_SITES= https://static.rust-lang.org/cargo-dist/2016-08-21/:bootstrap \ LOCAL/jbeich:registry .if !defined(SKIP_CARGO_REGISTRY) DISTFILES+= ${CARGO_REGISTRY}:registry @@ -42,7 +42,7 @@ DISTFILES+= ${CARGO_REGISTRY}:registry USE_GITHUB= yes GH_ACCOUNT= rust-lang GH_PROJECT= rust-installer:rust_installer -GH_TAGNAME= 4915c75:rust_installer +GH_TAGNAME= 755bc3d:rust_installer GH_SUBDIR= src/rust-installer:rust_installer ONLY_FOR_ARCHS= amd64 diff --git a/devel/cargo/distinfo b/devel/cargo/distinfo index 1fcf58e705b3..782459b7f0ef 100644 --- a/devel/cargo/distinfo +++ b/devel/cargo/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1472251622 -SHA256 (cargo-registry-0.12.0.tar.xz) = 364bcf3a7b9bac4a7cf383561292532933ddc2890bda532f6ea1a2ea41d80a4c -SIZE (cargo-registry-0.12.0.tar.xz) = 19277468 +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.12.0_GH0.tar.gz) = 4080d76b56b8202f7df271b4bb7d7d22abea5ff8c261aef42e6e5d248ca5972b -SIZE (rust-lang-cargo-0.12.0_GH0.tar.gz) = 574902 -SHA256 (rust-lang-rust-installer-4915c75_GH0.tar.gz) = 022116173684c97d61e014940aada20f3830d2d3e1670887bf1861997133c234 -SIZE (rust-lang-rust-installer-4915c75_GH0.tar.gz) = 19234 +SHA256 (rust-lang-cargo-0.13.0_GH0.tar.gz) = 90429180d3724385acb094f2896feea0c73690451a92215d6054d05edf4a5c49 +SIZE (rust-lang-cargo-0.13.0_GH0.tar.gz) = 610125 +SHA256 (rust-lang-rust-installer-755bc3d_GH0.tar.gz) = 103a502bad7af80eef7ccd2dd2969a272a6fa3f237ebeaca083315a45878f07f +SIZE (rust-lang-rust-installer-755bc3d_GH0.tar.gz) = 19193 diff --git a/devel/cargo/files/patch-configure b/devel/cargo/files/patch-configure index 2e3a89469e84..5f180268a4a8 100644 --- a/devel/cargo/files/patch-configure +++ b/devel/cargo/files/patch-configure @@ -1,12 +1,10 @@ ---- configure.orig 2015-05-02 23:16:20 UTC +--- configure.orig 2016-08-19 21:24:29 UTC +++ configure -@@ -341,8 +341,7 @@ validate_opt +@@ -346,7 +346,6 @@ fi step_msg "looking for build programs" -probe_need CFG_CURLORWGET curl wget --probe_need CFG_PYTHON python -+probe_need CFG_PYTHON python2.7 python2 python + probe_need CFG_PYTHON python2.7 python2 python probe_need CFG_CC cc gcc clang - if [ ! -z "${CFG_LOCAL_RUST_ROOT}" ]; then diff --git a/devel/cargo/files/patch-src_snapshots.txt b/devel/cargo/files/patch-src_snapshots.txt index 88f9ccdd4190..d98f7fe60924 100644 --- a/devel/cargo/files/patch-src_snapshots.txt +++ b/devel/cargo/files/patch-src_snapshots.txt @@ -10,7 +10,7 @@ --- src/snapshots.txt.orig 2016-04-08 20:31:50 UTC +++ src/snapshots.txt @@ -1,3 +1,6 @@ -+2016-07-05 ++2016-08-21 + freebsd-x86_64 4630444c0eca5e01aa576e196d260d6ebf0dd197 + 2016-03-21 diff --git a/devel/cargo/pkg-plist b/devel/cargo/pkg-plist index 4891482595c7..aad7272b1313 100644 --- a/devel/cargo/pkg-plist +++ b/devel/cargo/pkg-plist @@ -5,16 +5,26 @@ 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-fetch.1.gz +man/man1/cargo-generate-lockfile.1.gz man/man1/cargo-init.1.gz man/man1/cargo-install.1.gz +man/man1/cargo-login.1.gz +man/man1/cargo-metadata.1.gz man/man1/cargo-new.1.gz man/man1/cargo-owner.1.gz man/man1/cargo-package.1.gz +man/man1/cargo-pkgid.1.gz man/man1/cargo-publish.1.gz man/man1/cargo-run.1.gz +man/man1/cargo-rustc.1.gz +man/man1/cargo-rustdoc.1.gz man/man1/cargo-search.1.gz man/man1/cargo-test.1.gz +man/man1/cargo-uninstall.1.gz man/man1/cargo-update.1.gz +man/man1/cargo-version.1.gz +man/man1/cargo-yank.1.gz man/man1/cargo.1.gz %%PORTDOCS%%%%DOCSDIR%%/README.md share/zsh/site-functions/_cargo |