svn commit: r483641 - in branches/2018Q4: devel/rust-cbindgen www/firefox/files

Jan Beich jbeich at FreeBSD.org
Thu Nov 1 06:15:31 UTC 2018


Author: jbeich
Date: Thu Nov  1 06:15:29 2018
New Revision: 483641
URL: https://svnweb.freebsd.org/changeset/ports/483641

Log:
  MFH: r482291 r482348 r483566 r483606 r483638
  
  devel/rust-cbindgen: update to 0.6.7
  
  Changes:	https://github.com/eqrion/cbindgen/compare/v0.6.4...v0.6.7
  Approved by:	ports-secteam blanket (required by Firefox 65, merge conflicts)

Added:
  branches/2018Q4/www/firefox/files/patch-bug1503401
     - copied unchanged from r483640, head/www/firefox/files/patch-bug1503401
Modified:
  branches/2018Q4/devel/rust-cbindgen/Makefile
  branches/2018Q4/devel/rust-cbindgen/distinfo
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/devel/rust-cbindgen/Makefile
==============================================================================
--- branches/2018Q4/devel/rust-cbindgen/Makefile	Thu Nov  1 06:07:58 2018	(r483640)
+++ branches/2018Q4/devel/rust-cbindgen/Makefile	Thu Nov  1 06:15:29 2018	(r483641)
@@ -2,8 +2,7 @@
 
 PORTNAME=	cbindgen
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.6.4
-PORTREVISION=	1
+DISTVERSION=	0.6.7
 CATEGORIES=	devel
 PKGNAMEPREFIX=	rust-
 

Modified: branches/2018Q4/devel/rust-cbindgen/distinfo
==============================================================================
--- branches/2018Q4/devel/rust-cbindgen/distinfo	Thu Nov  1 06:07:58 2018	(r483640)
+++ branches/2018Q4/devel/rust-cbindgen/distinfo	Thu Nov  1 06:15:29 2018	(r483641)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1538679190
+TIMESTAMP = 1540923699
 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
 SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087
 SHA256 (rust/crates/atty-0.2.10.tar.gz) = 2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1
@@ -73,5 +73,5 @@ SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.t
 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815
 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998
-SHA256 (eqrion-cbindgen-v0.6.4_GH0.tar.gz) = 058a6b31c3559a20edec5ec383cbdd8b0a5ed0914579fddedd4d0454aaefd300
-SIZE (eqrion-cbindgen-v0.6.4_GH0.tar.gz) = 85437
+SHA256 (eqrion-cbindgen-v0.6.7_GH0.tar.gz) = ceafbe2c6d8f7d473db39fb8458081fee2d15b7699ebd114396d5247fb029532
+SIZE (eqrion-cbindgen-v0.6.7_GH0.tar.gz) = 89831

Copied: branches/2018Q4/www/firefox/files/patch-bug1503401 (from r483640, head/www/firefox/files/patch-bug1503401)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2018Q4/www/firefox/files/patch-bug1503401	Thu Nov  1 06:15:29 2018	(r483641, copy of r483640, head/www/firefox/files/patch-bug1503401)
@@ -0,0 +1,27 @@
+commit b85791110fe6
+Author: Emilio Cobos Álvarez <emilio at crisal.io>
+Date:   Tue Oct 30 22:21:52 2018 +0100
+
+    Keep mozilla-release building with newer cbindgen versions.
+---
+ servo/components/style/cbindgen.toml | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git servo/components/style/cbindgen.toml servo/components/style/cbindgen.toml
+index 46162e43db5e..49872e88b7d9 100644
+--- servo/components/style/cbindgen.toml
++++ servo/components/style/cbindgen.toml
+@@ -28,6 +28,12 @@ include = [
+   "StyleDisplay",
+   "StyleDisplayMode",
+   "StyleFillRule",
+-  "StylePathCommand"
++  "StylePathCommand",
++
++  "Appearance",
++  "Display",
++  "DisplayMode",
++  "FillRule",
++  "PathCommand"
+ ]
+ item_types = ["enums", "structs", "typedefs"]


More information about the svn-ports-branches mailing list