Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 00:39:00 +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: r525106 - head/devel/rust-bindgen
Message-ID:  <202002040039.0140d073059315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Feb  4 00:39:00 2020
New Revision: 525106
URL: https://svnweb.freebsd.org/changeset/ports/525106

Log:
  devel/rust-bindgen: update to 0.53.0
  
  Changes:	https://github.com/rust-lang-nursery/rust-bindgen/compare/v0.52.0...v0.53.0
  Reported by:	Repology

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

Modified: head/devel/rust-bindgen/Makefile
==============================================================================
--- head/devel/rust-bindgen/Makefile	Tue Feb  4 00:38:51 2020	(r525105)
+++ head/devel/rust-bindgen/Makefile	Tue Feb  4 00:39:00 2020	(r525106)
@@ -1,16 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	bindgen
-DISTVERSION=	0.52.0
-PORTREVISION=	2
+DISTVERSION=	0.53.0
 CATEGORIES=	devel
 MASTER_SITES=	CRATESIO
 PKGNAMEPREFIX=	rust-
 # XXX Teach USES=cargo to have proper default
 DISTFILES=	${CARGO_DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}
-
-PATCH_SITES=	https://github.com/rust-lang/rust-bindgen/commit/
-PATCHFILES=	d4e4a996e84a52b13bd4e6de52e08e34710dbe19.patch:-p1
 
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Generate Rust bindings from C (and some C++) code

Modified: head/devel/rust-bindgen/distinfo
==============================================================================
--- head/devel/rust-bindgen/distinfo	Tue Feb  4 00:38:51 2020	(r525105)
+++ head/devel/rust-bindgen/distinfo	Tue Feb  4 00:39:00 2020	(r525106)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1579772489
-SHA256 (rust/crates/bindgen-0.52.0.tar.gz) = f1c85344eb535a31b62f0af37be84441ba9e7f0f4111eb0530f43d15e513fe57
-SIZE (rust/crates/bindgen-0.52.0.tar.gz) = 189797
+TIMESTAMP = 1580682853
+SHA256 (rust/crates/bindgen-0.53.0.tar.gz) = 4cb4969a64504090d6de8522f7f02b5f88e0f0ae4ab193b24a94b0ee954d5a06
+SIZE (rust/crates/bindgen-0.53.0.tar.gz) = 191071
 SHA256 (rust/crates/aho-corasick-0.7.6.tar.gz) = 58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d
 SIZE (rust/crates/aho-corasick-0.7.6.tar.gz) = 108953
 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
@@ -87,5 +87,3 @@ 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.2.tar.gz) = 96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9
 SIZE (rust/crates/wincolor-1.0.2.tar.gz) = 4821
-SHA256 (d4e4a996e84a52b13bd4e6de52e08e34710dbe19.patch) = 02e043379c32e6a8951de318bafe19d9822792c6684c487006a6a00f963088dd
-SIZE (d4e4a996e84a52b13bd4e6de52e08e34710dbe19.patch) = 1356



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