Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 18:47:28 +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: r494175 - in head: Mk/Uses audio/spotifyd benchmarks/hyperfine databases/puppetdb-cli devel/bingrep devel/git-absorb devel/interactive_rebase_tool devel/pijul devel/racer devel/racerd d...
Message-ID:  <201902281847.x1SIlSxX017547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Feb 28 18:47:28 2019
New Revision: 494175
URL: https://svnweb.freebsd.org/changeset/ports/494175

Log:
  USES=cargo to update libc to 0.2.49 for Tier2
  
  PR:		235063
  Differential Revision:	https://reviews.freebsd.org/D19309

Modified:
  head/Mk/Uses/cargo.mk   (contents, props changed)
  head/audio/spotifyd/Makefile   (contents, props changed)
  head/audio/spotifyd/distinfo   (contents, props changed)
  head/benchmarks/hyperfine/Makefile   (contents, props changed)
  head/benchmarks/hyperfine/distinfo   (contents, props changed)
  head/databases/puppetdb-cli/Makefile   (contents, props changed)
  head/databases/puppetdb-cli/distinfo   (contents, props changed)
  head/devel/bingrep/Makefile   (contents, props changed)
  head/devel/bingrep/distinfo   (contents, props changed)
  head/devel/git-absorb/Makefile   (contents, props changed)
  head/devel/git-absorb/distinfo   (contents, props changed)
  head/devel/interactive_rebase_tool/Makefile   (contents, props changed)
  head/devel/interactive_rebase_tool/distinfo   (contents, props changed)
  head/devel/pijul/Makefile   (contents, props changed)
  head/devel/pijul/distinfo   (contents, props changed)
  head/devel/racer/Makefile   (contents, props changed)
  head/devel/racer/distinfo   (contents, props changed)
  head/devel/racerd/Makefile   (contents, props changed)
  head/devel/racerd/distinfo   (contents, props changed)
  head/devel/rust-bindgen/Makefile   (contents, props changed)
  head/devel/rust-bindgen/distinfo   (contents, props changed)
  head/devel/rust-cbindgen/Makefile   (contents, props changed)
  head/devel/rust-cbindgen/distinfo   (contents, props changed)
  head/devel/sccache/Makefile   (contents, props changed)
  head/devel/sccache/distinfo   (contents, props changed)
  head/devel/tokei/Makefile   (contents, props changed)
  head/devel/tokei/distinfo   (contents, props changed)
  head/dns/doh-proxy/Makefile   (contents, props changed)
  head/dns/doh-proxy/distinfo   (contents, props changed)
  head/editors/kak-lsp/Makefile   (contents, props changed)
  head/editors/kak-lsp/distinfo   (contents, props changed)
  head/editors/parinfer-rust/Makefile   (contents, props changed)
  head/editors/parinfer-rust/distinfo   (contents, props changed)
  head/editors/xi-core/Makefile   (contents, props changed)
  head/editors/xi-core/distinfo   (contents, props changed)
  head/games/genact/Makefile   (contents, props changed)
  head/games/genact/distinfo   (contents, props changed)
  head/net/rabbiteer/Makefile   (contents, props changed)
  head/net/rabbiteer/distinfo   (contents, props changed)
  head/net/routinator/Makefile   (contents, props changed)
  head/net/routinator/distinfo   (contents, props changed)
  head/security/cargo-audit/Makefile   (contents, props changed)
  head/security/cargo-audit/distinfo   (contents, props changed)
  head/sysutils/exa/Makefile   (contents, props changed)
  head/sysutils/exa/distinfo   (contents, props changed)
  head/sysutils/flowgger/Makefile   (contents, props changed)
  head/sysutils/flowgger/distinfo   (contents, props changed)
  head/sysutils/fusefs-sandboxfs/Makefile   (contents, props changed)
  head/sysutils/fusefs-sandboxfs/distinfo   (contents, props changed)
  head/sysutils/hexyl/Makefile   (contents, props changed)
  head/sysutils/hexyl/distinfo   (contents, props changed)
  head/sysutils/potnet/Makefile   (contents, props changed)
  head/sysutils/potnet/distinfo   (contents, props changed)
  head/textproc/bat/Makefile   (contents, props changed)
  head/textproc/bat/distinfo   (contents, props changed)
  head/textproc/ripgrep/Makefile   (contents, props changed)
  head/textproc/ripgrep/distinfo   (contents, props changed)
  head/textproc/xsv-rs/Makefile   (contents, props changed)
  head/textproc/xsv-rs/distinfo   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/geckodriver/Makefile   (contents, props changed)
  head/www/geckodriver/distinfo   (contents, props changed)
  head/www/newsboat/Makefile   (contents, props changed)
  head/www/newsboat/distinfo   (contents, props changed)
  head/www/websocat/Makefile   (contents, props changed)
  head/www/websocat/distinfo   (contents, props changed)
  head/x11/admiral/Makefile   (contents, props changed)
  head/x11/admiral/distinfo   (contents, props changed)
  head/x11/alacritty/Makefile   (contents, props changed)
  head/x11/alacritty/distinfo   (contents, props changed)

Modified: head/Mk/Uses/cargo.mk
==============================================================================
--- head/Mk/Uses/cargo.mk	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/Mk/Uses/cargo.mk	Thu Feb 28 18:47:28 2019	(r494175)
@@ -139,6 +139,9 @@ _libc_VER=	${libc:C/.*-//}
 . if ${_libc_VER:R:R} == 0 && (${_libc_VER:R:E} < 2 || ${_libc_VER:R:E} == 2 && ${_libc_VER:E} < 38)
 DEV_WARNING+=	"CARGO_CRATES=${libc} may be unstable on FreeBSD 12.0. Consider updating to the latest version (higher than 0.2.37)."
 . endif
+. if ${_libc_VER:R:R} == 0 && (${_libc_VER:R:E} < 2 || ${_libc_VER:R:E} == 2 && ${_libc_VER:E} < 49)
+DEV_WARNING+=	"CARGO_CRATES=${libc} may be unstable on aarch64 or not build on armv6, armv7, powerpc64. Consider updating to the latest version (higher than 0.2.49)."
+. endif
 .undef _libc_VER
 .endfor
 

Modified: head/audio/spotifyd/Makefile
==============================================================================
--- head/audio/spotifyd/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/audio/spotifyd/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,6 +3,7 @@
 PORTNAME=	spotifyd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.4
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -111,7 +112,7 @@ CARGO_CRATES=	MacTypes-sys-2.1.0 \
 		lazy_static-1.2.0 \
 		lazycell-1.2.1 \
 		lewton-0.9.3 \
-		libc-0.2.48 \
+		libc-0.2.49 \
 		libdbus-sys-0.1.5 \
 		libflate-0.1.19 \
 		libpulse-sys-0.0.0 \

Modified: head/audio/spotifyd/distinfo
==============================================================================
--- head/audio/spotifyd/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/audio/spotifyd/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -175,8 +175,8 @@ SHA256 (rust/crates/lazycell-1.2.1.tar.gz) = b294d6fa9
 SIZE (rust/crates/lazycell-1.2.1.tar.gz) = 11691
 SHA256 (rust/crates/lewton-0.9.3.tar.gz) = 81d583f12101d36b9c19f85326f3c4e7d3b88d17f1131113e13da056dc0d4437
 SIZE (rust/crates/lewton-0.9.3.tar.gz) = 62557
-SHA256 (rust/crates/libc-0.2.48.tar.gz) = e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047
-SIZE (rust/crates/libc-0.2.48.tar.gz) = 353045
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libdbus-sys-0.1.5.tar.gz) = 18cb88963258d00f4962205dbb5933d82780d9962c8c8a064b651d2ad7189210
 SIZE (rust/crates/libdbus-sys-0.1.5.tar.gz) = 8312
 SHA256 (rust/crates/libflate-0.1.19.tar.gz) = bff3ac7d6f23730d3b533c35ed75eef638167634476a499feef16c428d74b57b

Modified: head/benchmarks/hyperfine/Makefile
==============================================================================
--- head/benchmarks/hyperfine/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/benchmarks/hyperfine/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,6 +3,7 @@
 PORTNAME=	hyperfine
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.5.0
+PORTREVISION=	1
 CATEGORIES=	benchmarks
 
 MAINTAINER=	pizzamig@FreeBSD.org
@@ -41,7 +42,7 @@ CARGO_CRATES=	aho-corasick-0.6.9 \
 		kernel32-sys-0.2.2 \
 		lazy_static-0.2.11 \
 		lazy_static-1.2.0 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		lock_api-0.1.5 \
 		memchr-2.1.1 \
 		num-0.1.42 \

Modified: head/benchmarks/hyperfine/distinfo
==============================================================================
--- head/benchmarks/hyperfine/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/benchmarks/hyperfine/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -39,8 +39,8 @@ SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) = 76f03
 SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361
 SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1
 SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c
 SIZE (rust/crates/lock_api-0.1.5.tar.gz) = 16967
 SHA256 (rust/crates/memchr-2.1.1.tar.gz) = 0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16

Modified: head/databases/puppetdb-cli/Makefile
==============================================================================
--- head/databases/puppetdb-cli/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/databases/puppetdb-cli/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -2,7 +2,7 @@
 
 PORTNAME=	puppetdb-cli
 PORTVERSION=	1.2.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases
 
 MAINTAINER=	puppet@FreeBSD.org
@@ -46,7 +46,7 @@ CARGO_CRATES=	advapi32-sys-0.2.0 \
 		ktmw32-sys-0.1.0 \
 		language-tags-0.2.2 \
 		lazy_static-0.2.11 \
-		libc-0.2.34 \
+		libc-0.2.49 \
 		log-0.3.8 \
 		matches-0.1.6 \
 		memchr-2.0.1 \

Modified: head/databases/puppetdb-cli/distinfo
==============================================================================
--- head/databases/puppetdb-cli/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/databases/puppetdb-cli/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -47,8 +47,8 @@ SHA256 (rust/crates/language-tags-0.2.2.tar.gz) = a91d
 SIZE (rust/crates/language-tags-0.2.2.tar.gz) = 12754
 SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) = 76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73
 SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361
-SHA256 (rust/crates/libc-0.2.34.tar.gz) = 36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0
-SIZE (rust/crates/libc-0.2.34.tar.gz) = 304756
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/log-0.3.8.tar.gz) = 880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b
 SIZE (rust/crates/log-0.3.8.tar.gz) = 17756
 SHA256 (rust/crates/matches-0.1.6.tar.gz) = 100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376

Modified: head/devel/bingrep/Makefile
==============================================================================
--- head/devel/bingrep/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/bingrep/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bingrep
 PORTVERSION=	g20171111
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel
 
 MAINTAINER=	ports@FreeBSD.org
@@ -33,7 +33,7 @@ CARGO_CRATES=	aho-corasick-0.6.3 \
 		hexplay-0.2.0 \
 		kernel32-sys-0.2.2 \
 		lazy_static-0.2.8 \
-		libc-0.2.40 \
+		libc-0.2.49 \
 		log-0.3.8 \
 		memchr-1.0.1 \
 		memrange-0.1.3 \

Modified: head/devel/bingrep/distinfo
==============================================================================
--- head/devel/bingrep/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/bingrep/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -29,8 +29,8 @@ SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 75076
 SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537
 SHA256 (rust/crates/lazy_static-0.2.8.tar.gz) = 3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf
 SIZE (rust/crates/lazy_static-0.2.8.tar.gz) = 9950
-SHA256 (rust/crates/libc-0.2.40.tar.gz) = 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b
-SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/log-0.3.8.tar.gz) = 880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b
 SIZE (rust/crates/log-0.3.8.tar.gz) = 17756
 SHA256 (rust/crates/memchr-1.0.1.tar.gz) = 1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4

Modified: head/devel/git-absorb/Makefile
==============================================================================
--- head/devel/git-absorb/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/git-absorb/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -2,6 +2,7 @@
 
 PORTNAME=	git-absorb
 DISTVERSION=	0.3.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	greg@unrelenting.technology
@@ -32,7 +33,7 @@ CARGO_CRATES=	ansi_term-0.10.2 \
 		isatty-0.1.6 \
 		kernel32-sys-0.2.2 \
 		lazy_static-1.0.0 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		libgit2-sys-0.7.10 \
 		libz-sys-1.0.25 \
 		log-0.4.6 \

Modified: head/devel/git-absorb/distinfo
==============================================================================
--- head/devel/git-absorb/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/git-absorb/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -35,8 +35,8 @@ SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 75076
 SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537
 SHA256 (rust/crates/lazy_static-1.0.0.tar.gz) = c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d
 SIZE (rust/crates/lazy_static-1.0.0.tar.gz) = 12611
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libgit2-sys-0.7.10.tar.gz) = 4916b5addc78ec36cc309acfcdf0b9f9d97ab7b84083118b248709c5b7029356
 SIZE (rust/crates/libgit2-sys-0.7.10.tar.gz) = 1176435
 SHA256 (rust/crates/libz-sys-1.0.25.tar.gz) = 2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe

Modified: head/devel/interactive_rebase_tool/Makefile
==============================================================================
--- head/devel/interactive_rebase_tool/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/interactive_rebase_tool/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -2,6 +2,7 @@
 
 PORTNAME=	interactive_rebase_tool
 DISTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	petteri.valkonen@iki.fi
@@ -23,7 +24,7 @@ CARGO_CRATES=	ansi_term-0.11.0 \
 		curl-sys-0.4.13 \
 		git2-0.7.5 \
 		idna-0.1.5 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		libgit2-sys-0.7.10 \
 		libssh2-sys-0.2.11 \
 		libz-sys-1.0.25 \

Modified: head/devel/interactive_rebase_tool/distinfo
==============================================================================
--- head/devel/interactive_rebase_tool/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/interactive_rebase_tool/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -17,8 +17,8 @@ SHA256 (rust/crates/git2-0.7.5.tar.gz) = 591f8be1674b4
 SIZE (rust/crates/git2-0.7.5.tar.gz) = 145895
 SHA256 (rust/crates/idna-0.1.5.tar.gz) = 38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e
 SIZE (rust/crates/idna-0.1.5.tar.gz) = 258735
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libgit2-sys-0.7.10.tar.gz) = 4916b5addc78ec36cc309acfcdf0b9f9d97ab7b84083118b248709c5b7029356
 SIZE (rust/crates/libgit2-sys-0.7.10.tar.gz) = 1176435
 SHA256 (rust/crates/libssh2-sys-0.2.11.tar.gz) = 126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d

Modified: head/devel/pijul/Makefile
==============================================================================
--- head/devel/pijul/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/pijul/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pijul
 PORTVERSION=	0.11.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://pijul.org/releases/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
@@ -87,7 +87,7 @@ CARGO_CRATES=	adler32-1.0.3 \
 		kernel32-sys-0.2.2 \
 		lazy_static-1.1.0 \
 		lazycell-1.2.0 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		libflate-0.1.18 \
 		libpijul-0.11.0 \
 		line-0.1.9 \

Modified: head/devel/pijul/distinfo
==============================================================================
--- head/devel/pijul/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/pijul/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -143,8 +143,8 @@ SHA256 (rust/crates/lazy_static-1.1.0.tar.gz) = ca488b
 SIZE (rust/crates/lazy_static-1.1.0.tar.gz) = 12317
 SHA256 (rust/crates/lazycell-1.2.0.tar.gz) = ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0
 SIZE (rust/crates/lazycell-1.2.0.tar.gz) = 11259
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libflate-0.1.18.tar.gz) = 21138fc6669f438ed7ae3559d5789a5f0ba32f28c1f0608d1e452b0bb06ee936
 SIZE (rust/crates/libflate-0.1.18.tar.gz) = 35142
 SHA256 (rust/crates/libpijul-0.11.0.tar.gz) = d8da466b1fe644509484ccc3a6ed98cf9d3026badc845d2bb2ccc8da33d1124e

Modified: head/devel/racer/Makefile
==============================================================================
--- head/devel/racer/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/racer/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -4,6 +4,7 @@
 PORTNAME=	racer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1.17
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	beyert@cs.ucr.edu
@@ -54,7 +55,7 @@ CARGO_CRATES=	aho-corasick-0.6.9 \
 		itoa-0.4.3 \
 		lazy_static-1.2.0 \
 		lazycell-1.2.0 \
-		libc-0.2.44 \
+		libc-0.2.49 \
 		lock_api-0.1.5 \
 		log-0.4.6 \
 		memchr-2.1.1 \

Modified: head/devel/racer/distinfo
==============================================================================
--- head/devel/racer/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/racer/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -43,8 +43,8 @@ SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c8
 SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840
 SHA256 (rust/crates/lazycell-1.2.0.tar.gz) = ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0
 SIZE (rust/crates/lazycell-1.2.0.tar.gz) = 11259
-SHA256 (rust/crates/libc-0.2.44.tar.gz) = 10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311
-SIZE (rust/crates/libc-0.2.44.tar.gz) = 347920
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c
 SIZE (rust/crates/lock_api-0.1.5.tar.gz) = 16967
 SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6

Modified: head/devel/racerd/Makefile
==============================================================================
--- head/devel/racerd/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/racerd/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -5,7 +5,7 @@ PORTNAME=	racerd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.1-56
 DISTVERSIONSUFFIX=	-g29cd4c6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel
 
 MAINTAINER=	ultima@FreeBSD.org
@@ -48,7 +48,7 @@ CARGO_CRATES=	aho-corasick-0.5.3 \
 		language-tags-0.2.2 \
 		lazy_static-0.1.16 \
 		lazy_static-0.2.8 \
-		libc-0.2.40 \
+		libc-0.2.49 \
 		log-0.3.8 \
 		logger-0.1.0 \
 		magenta-0.1.1 \

Modified: head/devel/racerd/distinfo
==============================================================================
--- head/devel/racerd/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/racerd/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -55,8 +55,8 @@ SHA256 (rust/crates/lazy_static-0.1.16.tar.gz) = cf186
 SIZE (rust/crates/lazy_static-0.1.16.tar.gz) = 687730
 SHA256 (rust/crates/lazy_static-0.2.8.tar.gz) = 3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf
 SIZE (rust/crates/lazy_static-0.2.8.tar.gz) = 9950
-SHA256 (rust/crates/libc-0.2.40.tar.gz) = 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b
-SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/log-0.3.8.tar.gz) = 880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b
 SIZE (rust/crates/log-0.3.8.tar.gz) = 17756
 SHA256 (rust/crates/logger-0.1.0.tar.gz) = 3cf2488134e30432708391618d45fbdbf925223b842bba4f962fd03632b9566b

Modified: head/devel/rust-bindgen/Makefile
==============================================================================
--- head/devel/rust-bindgen/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/rust-bindgen/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,6 +3,7 @@
 PORTNAME=	rust-bindgen
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.47.3
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	gecko@FreeBSD.org
@@ -37,7 +38,7 @@ CARGO_CRATES=	aho-corasick-0.6.8 \
 		hashbrown-0.1.7 \
 		humantime-1.1.1 \
 		lazy_static-1.1.0 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		libloading-0.5.0 \
 		log-0.4.5 \
 		memchr-2.1.0 \

Modified: head/devel/rust-bindgen/distinfo
==============================================================================
--- head/devel/rust-bindgen/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/rust-bindgen/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -37,8 +37,8 @@ SHA256 (rust/crates/humantime-1.1.1.tar.gz) = 0484fda3
 SIZE (rust/crates/humantime-1.1.1.tar.gz) = 16689
 SHA256 (rust/crates/lazy_static-1.1.0.tar.gz) = ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7
 SIZE (rust/crates/lazy_static-1.1.0.tar.gz) = 12317
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libloading-0.5.0.tar.gz) = 9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2
 SIZE (rust/crates/libloading-0.5.0.tar.gz) = 15990
 SHA256 (rust/crates/log-0.4.5.tar.gz) = d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f

Modified: head/devel/rust-cbindgen/Makefile
==============================================================================
--- head/devel/rust-cbindgen/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/rust-cbindgen/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,6 +3,7 @@
 PORTNAME=	cbindgen
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8.0
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	rust-
 
@@ -28,7 +29,7 @@ CARGO_CRATES=	ansi_term-0.11.0 \
 		fuchsia-zircon-0.3.3 \
 		fuchsia-zircon-sys-0.3.3 \
 		itoa-0.4.3 \
-		libc-0.2.47 \
+		libc-0.2.49 \
 		log-0.4.6 \
 		proc-macro2-0.4.25 \
 		quote-0.6.10 \

Modified: head/devel/rust-cbindgen/distinfo
==============================================================================
--- head/devel/rust-cbindgen/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/rust-cbindgen/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -19,8 +19,8 @@ SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) =
 SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191
 SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b
 SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061
-SHA256 (rust/crates/libc-0.2.47.tar.gz) = 48450664a984b25d5b479554c29cc04e3150c97aa4c01da5604a2d4ed9151476
-SIZE (rust/crates/libc-0.2.47.tar.gz) = 351491
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6
 SIZE (rust/crates/log-0.4.6.tar.gz) = 22303
 SHA256 (rust/crates/proc-macro2-0.4.25.tar.gz) = d3797b7142c9aa74954e351fc089bbee7958cebbff6bf2815e7ffff0b19f547d

Modified: head/devel/sccache/Makefile
==============================================================================
--- head/devel/sccache/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/sccache/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sccache
 DISTVERSION=	2.8.0.alpha0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 
 MAINTAINER=	pizzamig@FreeBSD.org
@@ -106,7 +106,7 @@ CARGO_CRATES=	adler32-1.0.3 \
 		lazy_static-0.2.11 \
 		lazy_static-1.1.0 \
 		lazycell-0.6.0 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		libflate-0.1.16 \
 		libmount-0.1.11 \
 		linked-hash-map-0.2.1 \

Modified: head/devel/sccache/distinfo
==============================================================================
--- head/devel/sccache/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/sccache/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -163,8 +163,8 @@ SHA256 (rust/crates/lazy_static-1.1.0.tar.gz) = ca488b
 SIZE (rust/crates/lazy_static-1.1.0.tar.gz) = 12317
 SHA256 (rust/crates/lazycell-0.6.0.tar.gz) = a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef
 SIZE (rust/crates/lazycell-0.6.0.tar.gz) = 10099
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libflate-0.1.16.tar.gz) = 7d4b4c7aff5bac19b956f693d0ea0eade8066deb092186ae954fa6ba14daab98
 SIZE (rust/crates/libflate-0.1.16.tar.gz) = 33117
 SHA256 (rust/crates/libmount-0.1.11.tar.gz) = d9d45f88f32c57ebf3688ada41414dc700aab97ad58e26cbcda6af50da53559a

Modified: head/devel/tokei/Makefile
==============================================================================
--- head/devel/tokei/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/tokei/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 PORTNAME=	tokei
 DISTVERSIONPREFIX=	v
 DISTVERSION=	9.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -65,7 +65,7 @@ CARGO_CRATES=	aho-corasick-0.6.9 \
 		itoa-0.4.3 \
 		kernel32-sys-0.2.2 \
 		lazy_static-1.2.0 \
-		libc-0.2.46 \
+		libc-0.2.49 \
 		linked-hash-map-0.5.1 \
 		lock_api-0.1.5 \
 		log-0.4.6 \

Modified: head/devel/tokei/distinfo
==============================================================================
--- head/devel/tokei/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/devel/tokei/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -93,8 +93,8 @@ SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 75076
 SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537
 SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1
 SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840
-SHA256 (rust/crates/libc-0.2.46.tar.gz) = 023a4cd09b2ff695f9734c1934145a315594b7986398496841c7031a5a1bbdbd
-SIZE (rust/crates/libc-0.2.46.tar.gz) = 350476
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/linked-hash-map-0.5.1.tar.gz) = 70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e
 SIZE (rust/crates/linked-hash-map-0.5.1.tar.gz) = 16559
 SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c

Modified: head/dns/doh-proxy/Makefile
==============================================================================
--- head/dns/doh-proxy/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/dns/doh-proxy/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 
 PORTNAME=	doh-proxy
 DISTVERSION=	0.1.10
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	dns
 
 MAINTAINER=	mat@FreeBSD.org
@@ -47,7 +47,7 @@ CARGO_CRATES=	ansi_term-0.11.0 \
 		kernel32-sys-0.2.2 \
 		lazy_static-1.1.0 \
 		lazycell-0.6.0 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		lock_api-0.1.3 \
 		log-0.4.4 \
 		memoffset-0.2.1 \

Modified: head/dns/doh-proxy/distinfo
==============================================================================
--- head/dns/doh-proxy/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/dns/doh-proxy/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -55,8 +55,8 @@ SHA256 (rust/crates/lazy_static-1.1.0.tar.gz) = ca488b
 SIZE (rust/crates/lazy_static-1.1.0.tar.gz) = 12317
 SHA256 (rust/crates/lazycell-0.6.0.tar.gz) = a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef
 SIZE (rust/crates/lazycell-0.6.0.tar.gz) = 10099
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/lock_api-0.1.3.tar.gz) = 949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54
 SIZE (rust/crates/lock_api-0.1.3.tar.gz) = 12167
 SHA256 (rust/crates/log-0.4.4.tar.gz) = cba860f648db8e6f269df990180c2217f333472b4a6e901e97446858487971e2

Modified: head/editors/kak-lsp/Makefile
==============================================================================
--- head/editors/kak-lsp/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/editors/kak-lsp/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 PORTNAME=	kak-lsp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	6.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -64,7 +64,7 @@ CARGO_CRATES=	adler32-1.0.3 \
 		jsonrpc-core-8.0.1 \
 		languageserver-types-0.53.0 \
 		lazy_static-1.2.0 \
-		libc-0.2.45 \
+		libc-0.2.49 \
 		libflate-0.1.19 \
 		lock_api-0.1.5 \
 		log-0.3.9 \

Modified: head/editors/kak-lsp/distinfo
==============================================================================
--- head/editors/kak-lsp/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/editors/kak-lsp/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -91,8 +91,8 @@ SHA256 (rust/crates/languageserver-types-0.53.0.tar.gz
 SIZE (rust/crates/languageserver-types-0.53.0.tar.gz) = 26766
 SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1
 SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840
-SHA256 (rust/crates/libc-0.2.45.tar.gz) = 2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74
-SIZE (rust/crates/libc-0.2.45.tar.gz) = 349425
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libflate-0.1.19.tar.gz) = bff3ac7d6f23730d3b533c35ed75eef638167634476a499feef16c428d74b57b
 SIZE (rust/crates/libflate-0.1.19.tar.gz) = 35247
 SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c

Modified: head/editors/parinfer-rust/Makefile
==============================================================================
--- head/editors/parinfer-rust/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/editors/parinfer-rust/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -4,7 +4,7 @@ PORTNAME=	parinfer-rust
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.0-198
 DISTVERSIONSUFFIX=	-g506ae2b
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -23,7 +23,7 @@ CARGO_CRATES=	base-x-0.2.2 \
 		dtoa-0.4.2 \
 		getopts-0.2.18 \
 		itoa-0.4.1 \
-		libc-0.2.40 \
+		libc-0.2.49 \
 		proc-macro2-0.2.3 \
 		proc-macro2-0.3.8 \
 		quote-0.4.2 \

Modified: head/editors/parinfer-rust/distinfo
==============================================================================
--- head/editors/parinfer-rust/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/editors/parinfer-rust/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -9,8 +9,8 @@ SHA256 (rust/crates/getopts-0.2.18.tar.gz) = 0a7292d30
 SIZE (rust/crates/getopts-0.2.18.tar.gz) = 18416
 SHA256 (rust/crates/itoa-0.4.1.tar.gz) = c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682
 SIZE (rust/crates/itoa-0.4.1.tar.gz) = 10563
-SHA256 (rust/crates/libc-0.2.40.tar.gz) = 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b
-SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/proc-macro2-0.2.3.tar.gz) = cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0
 SIZE (rust/crates/proc-macro2-0.2.3.tar.gz) = 21558
 SHA256 (rust/crates/proc-macro2-0.3.8.tar.gz) = 1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7

Modified: head/editors/xi-core/Makefile
==============================================================================
--- head/editors/xi-core/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/editors/xi-core/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 PORTNAME=	xi-core
 PORTVERSION=	g20170612
 DISTVERSIONPREFIX=	v
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	editors
 
 MAINTAINER=	ports@FreeBSD.org
@@ -27,7 +27,7 @@ CARGO_CRATES=	bytecount-0.1.6 \
 		dtoa-0.4.1 \
 		itoa-0.3.1 \
 		kernel32-sys-0.2.2 \
-		libc-0.2.40 \
+		libc-0.2.49 \
 		memchr-1.0.1 \
 		num-traits-0.1.37 \
 		quote-0.3.15 \

Modified: head/editors/xi-core/distinfo
==============================================================================
--- head/editors/xi-core/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/editors/xi-core/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -9,8 +9,8 @@ SHA256 (rust/crates/itoa-0.3.1.tar.gz) = eb2f404fbc66f
 SIZE (rust/crates/itoa-0.3.1.tar.gz) = 73340
 SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d
 SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537
-SHA256 (rust/crates/libc-0.2.40.tar.gz) = 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b
-SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/memchr-1.0.1.tar.gz) = 1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4
 SIZE (rust/crates/memchr-1.0.1.tar.gz) = 8221
 SHA256 (rust/crates/num-traits-0.1.37.tar.gz) = e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99

Modified: head/games/genact/Makefile
==============================================================================
--- head/games/genact/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/games/genact/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -2,7 +2,7 @@
 
 PORTNAME=	genact
 DISTVERSION=	0.6.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 
 MAINTAINER=	0mp@FreeBSD.org
@@ -48,7 +48,7 @@ CARGO_CRATES=	aho-corasick-0.6.4 \
 		kernel32-sys-0.2.2 \
 		lazy_static-0.2.11 \
 		lazy_static-1.0.1 \
-		libc-0.2.42 \
+		libc-0.2.49 \
 		libloading-0.4.3 \
 		log-0.3.9 \
 		log-0.4.1 \

Modified: head/games/genact/distinfo
==============================================================================
--- head/games/genact/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/games/genact/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -59,8 +59,8 @@ SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) = 76f03
 SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361
 SHA256 (rust/crates/lazy_static-1.0.1.tar.gz) = e6412c5e2ad9584b0b8e979393122026cdd6d2a80b933f890dcd694ddbe73739
 SIZE (rust/crates/lazy_static-1.0.1.tar.gz) = 11380
-SHA256 (rust/crates/libc-0.2.42.tar.gz) = b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1
-SIZE (rust/crates/libc-0.2.42.tar.gz) = 336080
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libloading-0.4.3.tar.gz) = fd38073de8f7965d0c17d30546d4bb6da311ab428d1c7a3fc71dff7f9d4979b9
 SIZE (rust/crates/libloading-0.4.3.tar.gz) = 15613
 SHA256 (rust/crates/log-0.3.9.tar.gz) = e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b

Modified: head/net/rabbiteer/Makefile
==============================================================================
--- head/net/rabbiteer/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/net/rabbiteer/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rabbiteer
 DISTVERSION=	1.4.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 
 MAINTAINER=	dch@FreeBSD.org
@@ -40,7 +40,7 @@ CARGO_CRATES=	aho-corasick-0.5.3 \
 		fuchsia-zircon-sys-0.3.3 \
 		idna-0.1.5 \
 		kernel32-sys-0.2.2 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		log-0.3.9 \
 		log-0.4.5 \
 		matches-0.1.8 \

Modified: head/net/rabbiteer/distinfo
==============================================================================
--- head/net/rabbiteer/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/net/rabbiteer/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -43,8 +43,8 @@ SHA256 (rust/crates/idna-0.1.5.tar.gz) = 38f09e0f0b1fb
 SIZE (rust/crates/idna-0.1.5.tar.gz) = 258735
 SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d
 SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/log-0.3.9.tar.gz) = e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b
 SIZE (rust/crates/log-0.3.9.tar.gz) = 16686
 SHA256 (rust/crates/log-0.4.5.tar.gz) = d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f

Modified: head/net/routinator/Makefile
==============================================================================
--- head/net/routinator/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/net/routinator/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,6 +3,7 @@
 PORTNAME=	routinator
 PORTVERSION=	0.3.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	jaap@NLnetLabs.nl
@@ -61,7 +62,7 @@ CARGO_CRATES=	ansi_term-0.11.0 \
 		kernel32-sys-0.2.2 \
 		lazy_static-1.2.0 \
 		lazycell-1.2.1 \
-		libc-0.2.48 \
+		libc-0.2.49 \
 		lock_api-0.1.5 \
 		log-0.4.6 \
 		memoffset-0.2.1 \

Modified: head/net/routinator/distinfo
==============================================================================
--- head/net/routinator/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/net/routinator/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -87,8 +87,8 @@ SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c8
 SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840
 SHA256 (rust/crates/lazycell-1.2.1.tar.gz) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f
 SIZE (rust/crates/lazycell-1.2.1.tar.gz) = 11691
-SHA256 (rust/crates/libc-0.2.48.tar.gz) = e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047
-SIZE (rust/crates/libc-0.2.48.tar.gz) = 353045
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c
 SIZE (rust/crates/lock_api-0.1.5.tar.gz) = 16967
 SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6

Modified: head/security/cargo-audit/Makefile
==============================================================================
--- head/security/cargo-audit/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/security/cargo-audit/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 PORTNAME=	cargo-audit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -37,7 +37,7 @@ CARGO_CRATES=	atty-0.2.11 \
 		idna-0.1.5 \
 		itoa-0.4.3 \
 		lazy_static-1.2.0 \
-		libc-0.2.45 \
+		libc-0.2.49 \
 		libgit2-sys-0.7.11 \
 		libssh2-sys-0.2.11 \
 		libz-sys-1.0.25 \

Modified: head/security/cargo-audit/distinfo
==============================================================================
--- head/security/cargo-audit/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/security/cargo-audit/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -37,8 +37,8 @@ SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f
 SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061
 SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1
 SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840
-SHA256 (rust/crates/libc-0.2.45.tar.gz) = 2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74
-SIZE (rust/crates/libc-0.2.45.tar.gz) = 349425
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libgit2-sys-0.7.11.tar.gz) = 48441cb35dc255da8ae72825689a95368bf510659ae1ad55dc4aa88cb1789bf1
 SIZE (rust/crates/libgit2-sys-0.7.11.tar.gz) = 1176919
 SHA256 (rust/crates/libssh2-sys-0.2.11.tar.gz) = 126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d

Modified: head/sysutils/exa/Makefile
==============================================================================
--- head/sysutils/exa/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/sysutils/exa/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 PORTNAME=	exa
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	sysutils
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -34,7 +34,7 @@ CARGO_CRATES=	aho-corasick-0.5.3 \
 		iso8601-0.1.1 \
 		kernel32-sys-0.2.2 \
 		lazy_static-0.2.8 \
-		libc-0.2.40 \
+		libc-0.2.49 \
 		libgit2-sys-0.6.14 \
 		libz-sys-1.0.16 \
 		locale-0.2.2 \

Modified: head/sysutils/exa/distinfo
==============================================================================
--- head/sysutils/exa/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/sysutils/exa/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -35,8 +35,8 @@ SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 75076
 SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537
 SHA256 (rust/crates/lazy_static-0.2.8.tar.gz) = 3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf
 SIZE (rust/crates/lazy_static-0.2.8.tar.gz) = 9950
-SHA256 (rust/crates/libc-0.2.40.tar.gz) = 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b
-SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libgit2-sys-0.6.14.tar.gz) = c00f6e5bc3fb2b5f87e75e8d0fd4ae6720d55f3ee23d389b7c6cae30f8db8db1
 SIZE (rust/crates/libgit2-sys-0.6.14.tar.gz) = 4659537
 SHA256 (rust/crates/libz-sys-1.0.16.tar.gz) = 3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8

Modified: head/sysutils/flowgger/Makefile
==============================================================================
--- head/sysutils/flowgger/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/sysutils/flowgger/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 PORTNAME=	flowgger
 DISTVERSION=	0.2.6-28
 DISTVERSIONSUFFIX=	-gab572a0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	sysutils
 
 MAINTAINER=	ports@FreeBSD.org
@@ -62,7 +62,7 @@ CARGO_CRATES=	ansi_term-0.9.0 \
 		lazy_static-0.2.8 \
 		lazy_static-1.2.0 \
 		lazycell-0.5.1 \
-		libc-0.2.40 \
+		libc-0.2.49 \
 		linked-hash-map-0.4.2 \
 		log-0.3.8 \
 		magenta-0.1.1 \

Modified: head/sysutils/flowgger/distinfo
==============================================================================
--- head/sysutils/flowgger/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/sysutils/flowgger/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -83,8 +83,8 @@ SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c8
 SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840
 SHA256 (rust/crates/lazycell-0.5.1.tar.gz) = 3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b
 SIZE (rust/crates/lazycell-0.5.1.tar.gz) = 8860
-SHA256 (rust/crates/libc-0.2.40.tar.gz) = 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b
-SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/linked-hash-map-0.4.2.tar.gz) = 7860ec297f7008ff7a1e3382d7f7e1dcd69efc94751a2284bafc3d013c2aa939
 SIZE (rust/crates/linked-hash-map-0.4.2.tar.gz) = 15980
 SHA256 (rust/crates/log-0.3.8.tar.gz) = 880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b

Modified: head/sysutils/fusefs-sandboxfs/Makefile
==============================================================================
--- head/sysutils/fusefs-sandboxfs/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/sysutils/fusefs-sandboxfs/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,6 +3,7 @@
 PORTNAME=	sandboxfs
 DISTVERSIONPREFIX=	sandboxfs-
 DISTVERSION=	0.1.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-
 
@@ -41,7 +42,7 @@ CARGO_CRATES=	aho-corasick-0.6.9 \
 		kernel32-sys-0.2.2 \
 		lazy_static-0.2.11 \
 		lazy_static-1.2.0 \
-		libc-0.2.48 \
+		libc-0.2.49 \
 		log-0.3.9 \
 		log-0.4.6 \
 		memchr-2.1.3 \

Modified: head/sysutils/fusefs-sandboxfs/distinfo
==============================================================================
--- head/sysutils/fusefs-sandboxfs/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/sysutils/fusefs-sandboxfs/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -49,8 +49,8 @@ SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) = 76f03
 SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361
 SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1
 SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840
-SHA256 (rust/crates/libc-0.2.48.tar.gz) = e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047
-SIZE (rust/crates/libc-0.2.48.tar.gz) = 353045
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/log-0.3.9.tar.gz) = e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b
 SIZE (rust/crates/log-0.3.9.tar.gz) = 16686
 SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6

Modified: head/sysutils/hexyl/Makefile
==============================================================================
--- head/sysutils/hexyl/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/sysutils/hexyl/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 PORTNAME=	hexyl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	tobik@FreeBSD.org
@@ -26,7 +26,7 @@ CARGO_CRATES=	ansi_term-0.11.0 \
 		clap-2.32.0 \
 		ctrlc-3.1.1 \
 		kernel32-sys-0.2.2 \
-		libc-0.2.46 \
+		libc-0.2.49 \
 		nix-0.11.0 \
 		redox_syscall-0.1.50 \
 		redox_termios-0.1.1 \

Modified: head/sysutils/hexyl/distinfo
==============================================================================
--- head/sysutils/hexyl/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/sysutils/hexyl/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -15,8 +15,8 @@ SHA256 (rust/crates/ctrlc-3.1.1.tar.gz) = 630391922b1b
 SIZE (rust/crates/ctrlc-3.1.1.tar.gz) = 12110
 SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d
 SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537
-SHA256 (rust/crates/libc-0.2.46.tar.gz) = 023a4cd09b2ff695f9734c1934145a315594b7986398496841c7031a5a1bbdbd
-SIZE (rust/crates/libc-0.2.46.tar.gz) = 350476
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/nix-0.11.0.tar.gz) = d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17
 SIZE (rust/crates/nix-0.11.0.tar.gz) = 162039
 SHA256 (rust/crates/redox_syscall-0.1.50.tar.gz) = 52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2

Modified: head/sysutils/potnet/Makefile
==============================================================================
--- head/sysutils/potnet/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/sysutils/potnet/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -2,7 +2,7 @@
 
 PORTNAME=	potnet
 DISTVERSION=	0.1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 
 MAINTAINER=	pizzamig@FreeBSD.org
@@ -41,7 +41,7 @@ CARGO_CRATES=	aho-corasick-0.6.9 \
 		humantime-1.1.1 \
 		itoa-0.4.3 \
 		lazy_static-1.1.0 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		log-0.4.6 \
 		memchr-2.1.1 \
 		proc-macro2-0.4.20 \

Modified: head/sysutils/potnet/distinfo
==============================================================================
--- head/sysutils/potnet/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/sysutils/potnet/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -45,8 +45,8 @@ SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f
 SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061
 SHA256 (rust/crates/lazy_static-1.1.0.tar.gz) = ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7
 SIZE (rust/crates/lazy_static-1.1.0.tar.gz) = 12317
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6
 SIZE (rust/crates/log-0.4.6.tar.gz) = 22303
 SHA256 (rust/crates/memchr-2.1.1.tar.gz) = 0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16

Modified: head/textproc/bat/Makefile
==============================================================================
--- head/textproc/bat/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/textproc/bat/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 PORTNAME=	bat
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.10.0
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	pizzamig@FreeBSD.org
@@ -68,7 +68,7 @@ CARGO_CRATES=	adler32-1.0.3 \
 		kernel32-sys-0.2.2 \
 		lazy_static-1.2.0 \
 		lazycell-1.2.0 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		libgit2-sys-0.7.11 \
 		libz-sys-1.0.25 \
 		linked-hash-map-0.5.1 \

Modified: head/textproc/bat/distinfo
==============================================================================
--- head/textproc/bat/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/textproc/bat/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -101,8 +101,8 @@ SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c8
 SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840
 SHA256 (rust/crates/lazycell-1.2.0.tar.gz) = ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0
 SIZE (rust/crates/lazycell-1.2.0.tar.gz) = 11259
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/libgit2-sys-0.7.11.tar.gz) = 48441cb35dc255da8ae72825689a95368bf510659ae1ad55dc4aa88cb1789bf1
 SIZE (rust/crates/libgit2-sys-0.7.11.tar.gz) = 1176919
 SHA256 (rust/crates/libz-sys-1.0.25.tar.gz) = 2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe

Modified: head/textproc/ripgrep/Makefile
==============================================================================
--- head/textproc/ripgrep/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/textproc/ripgrep/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -5,7 +5,7 @@
 
 PORTNAME=	ripgrep
 DISTVERSION=	0.10.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc
 
 MAINTAINER=	petteri.valkonen@iki.fi
@@ -44,7 +44,7 @@ CARGO_CRATES=	aho-corasick-0.6.8 \
 		glob-0.2.11 \
 		itoa-0.4.2 \
 		lazy_static-1.1.0 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		lock_api-0.1.3 \
 		log-0.4.5 \
 		memchr-2.0.2 \

Modified: head/textproc/ripgrep/distinfo
==============================================================================
--- head/textproc/ripgrep/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/textproc/ripgrep/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -43,8 +43,8 @@ SHA256 (rust/crates/itoa-0.4.2.tar.gz) = 5adb58558dcd1
 SIZE (rust/crates/itoa-0.4.2.tar.gz) = 10581
 SHA256 (rust/crates/lazy_static-1.1.0.tar.gz) = ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7
 SIZE (rust/crates/lazy_static-1.1.0.tar.gz) = 12317
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/lock_api-0.1.3.tar.gz) = 949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54
 SIZE (rust/crates/lock_api-0.1.3.tar.gz) = 12167
 SHA256 (rust/crates/log-0.4.5.tar.gz) = d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f

Modified: head/textproc/xsv-rs/Makefile
==============================================================================
--- head/textproc/xsv-rs/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/textproc/xsv-rs/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xsv
 DISTVERSION=	0.13.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	textproc
 PKGNAMESUFFIX=	-rs
 
@@ -31,7 +31,7 @@ CARGO_CRATES=	aho-corasick-0.6.4 \
 		fuchsia-zircon-0.3.3 \
 		fuchsia-zircon-sys-0.3.3 \
 		lazy_static-1.0.0 \
-		libc-0.2.40 \
+		libc-0.2.49 \
 		log-0.4.1 \
 		memchr-2.0.1 \
 		num-traits-0.2.4 \

Modified: head/textproc/xsv-rs/distinfo
==============================================================================
--- head/textproc/xsv-rs/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/textproc/xsv-rs/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -25,8 +25,8 @@ SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) =
 SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191
 SHA256 (rust/crates/lazy_static-1.0.0.tar.gz) = c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d
 SIZE (rust/crates/lazy_static-1.0.0.tar.gz) = 12611
-SHA256 (rust/crates/libc-0.2.40.tar.gz) = 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b
-SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e
+SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486
 SHA256 (rust/crates/log-0.4.1.tar.gz) = 89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2
 SIZE (rust/crates/log-0.4.1.tar.gz) = 20731
 SHA256 (rust/crates/memchr-2.0.1.tar.gz) = 796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/www/firefox/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	65.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/geckodriver/Makefile
==============================================================================
--- head/www/geckodriver/Makefile	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/www/geckodriver/Makefile	Thu Feb 28 18:47:28 2019	(r494175)
@@ -3,7 +3,7 @@
 PORTNAME=	geckodriver
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.23.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 
 MAINTAINER=	daniel@blodan.se
@@ -54,7 +54,7 @@ CARGO_CRATES=	adler32-1.0.3 \
 		kernel32-sys-0.2.2 \
 		lazy_static-1.1.0 \
 		lazycell-1.1.0 \
-		libc-0.2.43 \
+		libc-0.2.49 \
 		lock_api-0.1.3 \
 		log-0.4.5 \
 		matches-0.1.8 \

Modified: head/www/geckodriver/distinfo
==============================================================================
--- head/www/geckodriver/distinfo	Thu Feb 28 18:47:25 2019	(r494174)
+++ head/www/geckodriver/distinfo	Thu Feb 28 18:47:28 2019	(r494175)
@@ -73,8 +73,8 @@ SHA256 (rust/crates/lazy_static-1.1.0.tar.gz) = ca488b
 SIZE (rust/crates/lazy_static-1.1.0.tar.gz) = 12317
 SHA256 (rust/crates/lazycell-1.1.0.tar.gz) = e26d4c411b39f0afcf2ba6fe502be90e6c9b299c952dbd86124782520a13cffd
 SIZE (rust/crates/lazycell-1.1.0.tar.gz) = 11027
-SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d
-SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810
+SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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