From 5effbae65b72f27cd75572962b13fe2ee2f41ecb Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 27 Aug 2019 00:47:57 +0000 Subject: devel/rust-cbindgen: update to 0.9.1 Changes: https://github.com/eqrion/cbindgen/compare/v0.9.0...v0.9.1 Reported by: Repology --- devel/rust-cbindgen/Makefile | 59 +++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 34 deletions(-) (limited to 'devel/rust-cbindgen/Makefile') diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index fa9d6802996c..d70d7482c52e 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cbindgen -DISTVERSION= 0.9.0 -PORTREVISION= 2 +DISTVERSION= 0.9.1 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- @@ -20,46 +19,38 @@ USES= cargo PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= ansi_term-0.11.0 \ - atty-0.2.11 \ - autocfg-0.1.4 \ + atty-0.2.13 \ bitflags-1.1.0 \ + c2-chacha-0.2.2 \ cfg-if-0.1.9 \ clap-2.33.0 \ - cloudabi-0.0.3 \ - fuchsia-cprng-0.1.1 \ + getrandom-0.1.11 \ itoa-0.4.4 \ - libc-0.2.58 \ - log-0.4.6 \ - numtoa-0.1.0 \ - proc-macro2-0.4.30 \ - quote-0.6.12 \ - rand-0.6.5 \ - rand_chacha-0.1.1 \ - rand_core-0.3.1 \ - rand_core-0.4.0 \ - rand_hc-0.1.0 \ - rand_isaac-0.1.1 \ - rand_jitter-0.1.4 \ - rand_os-0.1.3 \ - rand_pcg-0.1.2 \ - rand_xorshift-0.1.1 \ - rdrand-0.4.0 \ - redox_syscall-0.1.54 \ - redox_termios-0.1.1 \ + lazy_static-1.4.0 \ + libc-0.2.62 \ + log-0.4.8 \ + ppv-lite86-0.2.5 \ + proc-macro2-1.0.1 \ + quote-1.0.2 \ + rand-0.7.0 \ + rand_chacha-0.2.1 \ + rand_core-0.5.0 \ + rand_hc-0.2.0 \ + redox_syscall-0.1.56 \ remove_dir_all-0.5.2 \ - ryu-0.2.8 \ - serde-1.0.93 \ - serde_derive-1.0.93 \ - serde_json-1.0.39 \ + ryu-1.0.0 \ + serde-1.0.99 \ + serde_derive-1.0.99 \ + serde_json-1.0.40 \ strsim-0.8.0 \ - syn-0.15.38 \ - tempfile-3.0.8 \ - termion-1.5.3 \ + syn-1.0.5 \ + tempfile-3.1.0 \ textwrap-0.11.0 \ - toml-0.5.1 \ - unicode-width-0.1.5 \ - unicode-xid-0.1.0 \ + toml-0.5.3 \ + unicode-width-0.1.6 \ + unicode-xid-0.2.0 \ vec_map-0.8.1 \ + wasi-0.5.0 \ winapi-0.3.7 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 -- cgit v1.2.3