Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 10:03:36 +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: r422978 - in head/devel/cargo: . files
Message-ID:  <201609301003.u8UA3arW082980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Sep 30 10:03:36 2016
New Revision: 422978
URL: https://svnweb.freebsd.org/changeset/ports/422978

Log:
  devel/cargo: update to 0.13.0
  
  Changes:	https://github.com/rust-lang/cargo/compare/0.12.0...0.13.0

Modified:
  head/devel/cargo/Makefile   (contents, props changed)
  head/devel/cargo/distinfo   (contents, props changed)
  head/devel/cargo/files/patch-configure   (contents, props changed)
  head/devel/cargo/files/patch-src_snapshots.txt   (contents, props changed)
  head/devel/cargo/pkg-plist   (contents, props changed)

Modified: head/devel/cargo/Makefile
==============================================================================
--- head/devel/cargo/Makefile	Fri Sep 30 10:03:16 2016	(r422977)
+++ head/devel/cargo/Makefile	Fri Sep 30 10:03:36 2016	(r422978)
@@ -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

Modified: head/devel/cargo/distinfo
==============================================================================
--- head/devel/cargo/distinfo	Fri Sep 30 10:03:16 2016	(r422977)
+++ head/devel/cargo/distinfo	Fri Sep 30 10:03:36 2016	(r422978)
@@ -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

Modified: head/devel/cargo/files/patch-configure
==============================================================================
--- head/devel/cargo/files/patch-configure	Fri Sep 30 10:03:16 2016	(r422977)
+++ head/devel/cargo/files/patch-configure	Fri Sep 30 10:03:36 2016	(r422978)
@@ -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

Modified: head/devel/cargo/files/patch-src_snapshots.txt
==============================================================================
--- head/devel/cargo/files/patch-src_snapshots.txt	Fri Sep 30 10:03:16 2016	(r422977)
+++ head/devel/cargo/files/patch-src_snapshots.txt	Fri Sep 30 10:03:36 2016	(r422978)
@@ -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

Modified: head/devel/cargo/pkg-plist
==============================================================================
--- head/devel/cargo/pkg-plist	Fri Sep 30 10:03:16 2016	(r422977)
+++ head/devel/cargo/pkg-plist	Fri Sep 30 10:03:36 2016	(r422978)
@@ -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



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