Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2018 06:44:21 +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: r485921 - head/devel/rust-bindgen
Message-ID:  <201811260644.wAQ6iL6A079856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Nov 26 06:44:21 2018
New Revision: 485921
URL: https://svnweb.freebsd.org/changeset/ports/485921

Log:
  devel/rust-bindgen: chase HTTP redirect

Modified:
  head/devel/rust-bindgen/Makefile   (contents, props changed)
  head/devel/rust-bindgen/distinfo   (contents, props changed)
  head/devel/rust-bindgen/pkg-descr   (contents, props changed)

Modified: head/devel/rust-bindgen/Makefile
==============================================================================
--- head/devel/rust-bindgen/Makefile	Mon Nov 26 06:44:05 2018	(r485920)
+++ head/devel/rust-bindgen/Makefile	Mon Nov 26 06:44:21 2018	(r485921)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DE
 
 USES=		cargo
 USE_GITHUB=	yes
-GH_ACCOUNT=	rust-lang-nursery
+GH_ACCOUNT=	rust-lang
 PLIST_FILES=	bin/bindgen
 
 CARGO_CRATES=	aho-corasick-0.6.8 \

Modified: head/devel/rust-bindgen/distinfo
==============================================================================
--- head/devel/rust-bindgen/distinfo	Mon Nov 26 06:44:05 2018	(r485920)
+++ head/devel/rust-bindgen/distinfo	Mon Nov 26 06:44:21 2018	(r485921)
@@ -89,5 +89,5 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0
 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998
 SHA256 (rust/crates/wincolor-1.0.1.tar.gz) = 561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba
 SIZE (rust/crates/wincolor-1.0.1.tar.gz) = 4737
-SHA256 (rust-lang-nursery-rust-bindgen-v0.43.2_GH0.tar.gz) = 481cb3b7d187881ac6beaa93f88e494d40a2532a57eb11bf74cfe819cc431a72
-SIZE (rust-lang-nursery-rust-bindgen-v0.43.2_GH0.tar.gz) = 2178421
+SHA256 (rust-lang-rust-bindgen-v0.43.2_GH0.tar.gz) = 481cb3b7d187881ac6beaa93f88e494d40a2532a57eb11bf74cfe819cc431a72
+SIZE (rust-lang-rust-bindgen-v0.43.2_GH0.tar.gz) = 2178421

Modified: head/devel/rust-bindgen/pkg-descr
==============================================================================
--- head/devel/rust-bindgen/pkg-descr	Mon Nov 26 06:44:05 2018	(r485920)
+++ head/devel/rust-bindgen/pkg-descr	Mon Nov 26 06:44:21 2018	(r485921)
@@ -1,3 +1,3 @@
 bindgen automatically generates Rust FFI bindings to C and C++ libraries.
 
-WWW: https://github.com/rust-lang-nursery/rust-bindgen
+WWW: https://github.com/rust-lang/rust-bindgen



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