Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2019 19:50:39 +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: r490600 - in head: Mk/Uses databases/puppetdb-cli devel/bingrep devel/pijul devel/racer devel/racer/files devel/racerd devel/rust-bindgen devel/rust-cbindgen devel/sccache devel/tokei d...
Message-ID:  <201901171950.x0HJodDA024613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jan 17 19:50:38 2019
New Revision: 490600
URL: https://svnweb.freebsd.org/changeset/ports/490600

Log:
  lang/rust: update to 1.32.0
  
  - devel/racer no longer needs to dowgrade rustc-ap-syntax
  - Force rebuild all consumers to catch regressions early
  
  Changes:	https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
  Approved by:	rust (tobik)
  Differential Revision:	https://reviews.freebsd.org/D18858

Deleted:
  head/devel/racer/files/
Modified:
  head/Mk/Uses/cargo.mk   (contents, props changed)
  head/databases/puppetdb-cli/Makefile   (contents, props changed)
  head/devel/bingrep/Makefile   (contents, props changed)
  head/devel/pijul/Makefile   (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/rust-bindgen/Makefile   (contents, props changed)
  head/devel/rust-cbindgen/Makefile   (contents, props changed)
  head/devel/sccache/Makefile   (contents, props changed)
  head/devel/tokei/Makefile   (contents, props changed)
  head/dns/doh-proxy/Makefile   (contents, props changed)
  head/editors/kak-lsp/Makefile   (contents, props changed)
  head/editors/xi-core/Makefile   (contents, props changed)
  head/games/genact/Makefile   (contents, props changed)
  head/graphics/librsvg2-rust/Makefile   (contents, props changed)
  head/lang/rust/Makefile   (contents, props changed)
  head/lang/rust/distinfo   (contents, props changed)
  head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_dragonfly_mod.rs   (contents, props changed)
  head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_aarch64.rs   (contents, props changed)
  head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_x86.rs   (contents, props changed)
  head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_x86__64.rs   (contents, props changed)
  head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_mod.rs   (contents, props changed)
  head/lang/rust/files/patch-src_vendor_openssl-sys_build_main.rs   (contents, props changed)
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/multimedia/rav1e/Makefile   (contents, props changed)
  head/net-im/fractal/Makefile   (contents, props changed)
  head/net/rabbiteer/Makefile   (contents, props changed)
  head/net/routinator/Makefile   (contents, props changed)
  head/security/cargo-audit/Makefile   (contents, props changed)
  head/security/kr/Makefile   (contents, props changed)
  head/security/suricata/Makefile   (contents, props changed)
  head/sysutils/exa/Makefile   (contents, props changed)
  head/sysutils/fd/Makefile   (contents, props changed)
  head/sysutils/flowgger/Makefile   (contents, props changed)
  head/sysutils/hexyl/Makefile   (contents, props changed)
  head/sysutils/potnet/Makefile   (contents, props changed)
  head/textproc/bat/Makefile   (contents, props changed)
  head/textproc/ripgrep/Makefile   (contents, props changed)
  head/textproc/xsv-rs/Makefile   (contents, props changed)
  head/www/cliqz/Makefile   (contents, props changed)
  head/www/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/geckodriver/Makefile   (contents, props changed)
  head/www/newsboat/Makefile   (contents, props changed)
  head/www/seamonkey/Makefile   (contents, props changed)
  head/www/websocat/Makefile   (contents, props changed)
  head/x11/admiral/Makefile   (contents, props changed)
  head/x11/alacritty/Makefile   (contents, props changed)

Modified: head/Mk/Uses/cargo.mk
==============================================================================
--- head/Mk/Uses/cargo.mk	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/Mk/Uses/cargo.mk	Thu Jan 17 19:50:38 2019	(r490600)
@@ -46,7 +46,7 @@ DISTFILES+=	${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:carg
 
 CARGO_BUILDDEP?=	yes
 .if ${CARGO_BUILDDEP:tl} == "yes"
-BUILD_DEPENDS+=	${RUST_DEFAULT}>=1.31.0:lang/${RUST_DEFAULT}
+BUILD_DEPENDS+=	${RUST_DEFAULT}>=1.32.0:lang/${RUST_DEFAULT}
 .endif
 
 # Location of cargo binary (default to lang/rust's Cargo binary)

Modified: head/databases/puppetdb-cli/Makefile
==============================================================================
--- head/databases/puppetdb-cli/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/databases/puppetdb-cli/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,7 +2,7 @@
 
 PORTNAME=	puppetdb-cli
 PORTVERSION=	1.2.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases
 
 MAINTAINER=	puppet@FreeBSD.org

Modified: head/devel/bingrep/Makefile
==============================================================================
--- head/devel/bingrep/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/devel/bingrep/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bingrep
 PORTVERSION=	g20171111
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/devel/pijul/Makefile
==============================================================================
--- head/devel/pijul/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/devel/pijul/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pijul
 PORTVERSION=	0.11.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://pijul.org/releases/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}

Modified: head/devel/racer/Makefile
==============================================================================
--- head/devel/racer/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/devel/racer/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -4,6 +4,7 @@
 PORTNAME=	racer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1.16
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	beyert@cs.ucr.edu
@@ -46,7 +47,7 @@ CARGO_CRATES=	aho-corasick-0.6.9 \
 		crossbeam-utils-0.2.2 \
 		derive_more-0.13.0 \
 		either-1.5.0 \
-		ena-0.9.3 \
+		ena-0.11.0 \
 		env_logger-0.6.0 \
 		fuchsia-zircon-0.3.3 \
 		fuchsia-zircon-sys-0.3.3 \
@@ -63,7 +64,6 @@ CARGO_CRATES=	aho-corasick-0.6.9 \
 		num_cpus-1.8.0 \
 		owning_ref-0.4.0 \
 		parking_lot-0.6.4 \
-		parking_lot_core-0.2.14 \
 		parking_lot_core-0.3.1 \
 		proc-macro2-0.4.24 \
 		quick-error-1.2.2 \
@@ -84,15 +84,15 @@ CARGO_CRATES=	aho-corasick-0.6.9 \
 		regex-syntax-0.6.3 \
 		remove_dir_all-0.5.1 \
 		rls-span-0.4.0 \
-		rustc-ap-arena-297.0.0 \
-		rustc-ap-graphviz-297.0.0 \
-		rustc-ap-rustc_cratesio_shim-297.0.0 \
-		rustc-ap-rustc_data_structures-297.0.0 \
-		rustc-ap-rustc_errors-297.0.0 \
-		rustc-ap-rustc_target-297.0.0 \
-		rustc-ap-serialize-297.0.0 \
-		rustc-ap-syntax-297.0.0 \
-		rustc-ap-syntax_pos-297.0.0 \
+		rustc-ap-arena-306.0.0 \
+		rustc-ap-graphviz-306.0.0 \
+		rustc-ap-rustc_cratesio_shim-306.0.0 \
+		rustc-ap-rustc_data_structures-306.0.0 \
+		rustc-ap-rustc_errors-306.0.0 \
+		rustc-ap-rustc_target-306.0.0 \
+		rustc-ap-serialize-306.0.0 \
+		rustc-ap-syntax-306.0.0 \
+		rustc-ap-syntax_pos-306.0.0 \
 		rustc-hash-1.0.1 \
 		rustc-rayon-0.1.1 \
 		rustc-rayon-core-0.1.1 \

Modified: head/devel/racer/distinfo
==============================================================================
--- head/devel/racer/distinfo	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/devel/racer/distinfo	Thu Jan 17 19:50:38 2019	(r490600)
@@ -27,8 +27,8 @@ SHA256 (rust/crates/derive_more-0.13.0.tar.gz) = 3f57d
 SIZE (rust/crates/derive_more-0.13.0.tar.gz) = 16724
 SHA256 (rust/crates/either-1.5.0.tar.gz) = 3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0
 SIZE (rust/crates/either-1.5.0.tar.gz) = 10900
-SHA256 (rust/crates/ena-0.9.3.tar.gz) = 88dc8393b3c7352f94092497f6b52019643e493b6b890eb417cdb7c46117e621
-SIZE (rust/crates/ena-0.9.3.tar.gz) = 18827
+SHA256 (rust/crates/ena-0.11.0.tar.gz) = f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00
+SIZE (rust/crates/ena-0.11.0.tar.gz) = 19093
 SHA256 (rust/crates/env_logger-0.6.0.tar.gz) = afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e
 SIZE (rust/crates/env_logger-0.6.0.tar.gz) = 27887
 SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82
@@ -61,8 +61,6 @@ SHA256 (rust/crates/owning_ref-0.4.0.tar.gz) = 49a4b8e
 SIZE (rust/crates/owning_ref-0.4.0.tar.gz) = 12233
 SHA256 (rust/crates/parking_lot-0.6.4.tar.gz) = f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5
 SIZE (rust/crates/parking_lot-0.6.4.tar.gz) = 31890
-SHA256 (rust/crates/parking_lot_core-0.2.14.tar.gz) = 4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa
-SIZE (rust/crates/parking_lot_core-0.2.14.tar.gz) = 22140
 SHA256 (rust/crates/parking_lot_core-0.3.1.tar.gz) = ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c
 SIZE (rust/crates/parking_lot_core-0.3.1.tar.gz) = 26635
 SHA256 (rust/crates/proc-macro2-0.4.24.tar.gz) = 77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09
@@ -103,24 +101,24 @@ SHA256 (rust/crates/remove_dir_all-0.5.1.tar.gz) = 348
 SIZE (rust/crates/remove_dir_all-0.5.1.tar.gz) = 8726
 SHA256 (rust/crates/rls-span-0.4.0.tar.gz) = 5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a
 SIZE (rust/crates/rls-span-0.4.0.tar.gz) = 3191
-SHA256 (rust/crates/rustc-ap-arena-297.0.0.tar.gz) = b69fd4a0e8a3ecd99b497965d05f6f04dd2e4601a6146a841dbe4c8e77c2b30c
-SIZE (rust/crates/rustc-ap-arena-297.0.0.tar.gz) = 5651
-SHA256 (rust/crates/rustc-ap-graphviz-297.0.0.tar.gz) = f8136418dbc491bab74aa0565eaa2086754a7a81a5e74a1d84d6168d18e889e7
-SIZE (rust/crates/rustc-ap-graphviz-297.0.0.tar.gz) = 10192
-SHA256 (rust/crates/rustc-ap-rustc_cratesio_shim-297.0.0.tar.gz) = a972feda82332d1d05b1ba5a097e915cd9c9c8f1af2bd7b08af09fb88c753d5f
-SIZE (rust/crates/rustc-ap-rustc_cratesio_shim-297.0.0.tar.gz) = 1230
-SHA256 (rust/crates/rustc-ap-rustc_data_structures-297.0.0.tar.gz) = 582584c6c48b0ece4b8aef3f9bb59d94d17c5665612bc87a71f509e45a3113b5
-SIZE (rust/crates/rustc-ap-rustc_data_structures-297.0.0.tar.gz) = 77574
-SHA256 (rust/crates/rustc-ap-rustc_errors-297.0.0.tar.gz) = cd852096944d0ac6af1aefa9639a2ae6dede217606ce97f88ff0dcc8c86d6ff6
-SIZE (rust/crates/rustc-ap-rustc_errors-297.0.0.tar.gz) = 29674
-SHA256 (rust/crates/rustc-ap-rustc_target-297.0.0.tar.gz) = 98301a272ecfeec29d2d4e97b07238707c2b89d86fc3a4a5f31a00728f14e288
-SIZE (rust/crates/rustc-ap-rustc_target-297.0.0.tar.gz) = 57064
-SHA256 (rust/crates/rustc-ap-serialize-297.0.0.tar.gz) = c8f13510e617e2e322e3297038fd6a7346f2297124af9e10e33a627c5d544e9d
-SIZE (rust/crates/rustc-ap-serialize-297.0.0.tar.gz) = 35223
-SHA256 (rust/crates/rustc-ap-syntax-297.0.0.tar.gz) = 0792f5a9ccfc5ec13bb5b0472fa49e145481029c39f6bf5b1a36decc99c3328f
-SIZE (rust/crates/rustc-ap-syntax-297.0.0.tar.gz) = 323639
-SHA256 (rust/crates/rustc-ap-syntax_pos-297.0.0.tar.gz) = 0df9f97f41650d23b14f92f7267f8c61089655efb4533d82bf8991f99245198d
-SIZE (rust/crates/rustc-ap-syntax_pos-297.0.0.tar.gz) = 28074
+SHA256 (rust/crates/rustc-ap-arena-306.0.0.tar.gz) = cbfb540c1347a3993060896b18e0d64084203fa37aaffdc5e5c31264f275d476
+SIZE (rust/crates/rustc-ap-arena-306.0.0.tar.gz) = 5646
+SHA256 (rust/crates/rustc-ap-graphviz-306.0.0.tar.gz) = 790ac657d5bf69be9ef56f6810e8a0238b07e8460a88526e11d41f8214eb6c4e
+SIZE (rust/crates/rustc-ap-graphviz-306.0.0.tar.gz) = 10165
+SHA256 (rust/crates/rustc-ap-rustc_cratesio_shim-306.0.0.tar.gz) = b721cf32b543f3ee90240d7b757ca4a45930fe9981458a50678b4ccd75c472e2
+SIZE (rust/crates/rustc-ap-rustc_cratesio_shim-306.0.0.tar.gz) = 1235
+SHA256 (rust/crates/rustc-ap-rustc_data_structures-306.0.0.tar.gz) = 4fa11df199d45ce948b07792ca593f59c1d19d2cb05d35c6b0a02271e772a416
+SIZE (rust/crates/rustc-ap-rustc_data_structures-306.0.0.tar.gz) = 77595
+SHA256 (rust/crates/rustc-ap-rustc_errors-306.0.0.tar.gz) = b7ead3163ef995bbba520b88739e1d60f9ccf74fdacdda985067644c8134e827
+SIZE (rust/crates/rustc-ap-rustc_errors-306.0.0.tar.gz) = 29686
+SHA256 (rust/crates/rustc-ap-rustc_target-306.0.0.tar.gz) = 688fef9cc27837755019b72b4f13e7a3d3e5012473475f377b75dbb1f07beb5f
+SIZE (rust/crates/rustc-ap-rustc_target-306.0.0.tar.gz) = 57575
+SHA256 (rust/crates/rustc-ap-serialize-306.0.0.tar.gz) = 5b2c0e8161e956647592a737074736e6ce05ea36b70c770ea8cca3eb9cb33737
+SIZE (rust/crates/rustc-ap-serialize-306.0.0.tar.gz) = 35109
+SHA256 (rust/crates/rustc-ap-syntax-306.0.0.tar.gz) = 1adc189e5e4500a4167b9afa04e67067f40d0039e0e05870c977bebb561f065a
+SIZE (rust/crates/rustc-ap-syntax-306.0.0.tar.gz) = 323292
+SHA256 (rust/crates/rustc-ap-syntax_pos-306.0.0.tar.gz) = 4d42c430dbb0be4377bfe6aa5099074c63ac8796b24098562c2e2154aecc5652
+SIZE (rust/crates/rustc-ap-syntax_pos-306.0.0.tar.gz) = 28323
 SHA256 (rust/crates/rustc-hash-1.0.1.tar.gz) = 7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8
 SIZE (rust/crates/rustc-hash-1.0.1.tar.gz) = 8976
 SHA256 (rust/crates/rustc-rayon-0.1.1.tar.gz) = 8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306

Modified: head/devel/racerd/Makefile
==============================================================================
--- head/devel/racerd/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/devel/racerd/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -5,7 +5,7 @@ PORTNAME=	racerd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.1-56
 DISTVERSIONSUFFIX=	-g29cd4c6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 
 MAINTAINER=	ultima@FreeBSD.org

Modified: head/devel/rust-bindgen/Makefile
==============================================================================
--- head/devel/rust-bindgen/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/devel/rust-bindgen/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 PORTNAME=	rust-bindgen
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.46.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	gecko@FreeBSD.org

Modified: head/devel/rust-cbindgen/Makefile
==============================================================================
--- head/devel/rust-cbindgen/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/devel/rust-cbindgen/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 PORTNAME=	cbindgen
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6.8
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	rust-
 

Modified: head/devel/sccache/Makefile
==============================================================================
--- head/devel/sccache/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/devel/sccache/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sccache
 DISTVERSION=	2.8.0.alpha0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 
 MAINTAINER=	pizzamig@FreeBSD.org

Modified: head/devel/tokei/Makefile
==============================================================================
--- head/devel/tokei/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/devel/tokei/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 PORTNAME=	tokei
 DISTVERSIONPREFIX=	v
 DISTVERSION=	9.0.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/dns/doh-proxy/Makefile
==============================================================================
--- head/dns/doh-proxy/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/dns/doh-proxy/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 
 PORTNAME=	doh-proxy
 DISTVERSION=	0.1.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	dns
 
 MAINTAINER=	mat@FreeBSD.org

Modified: head/editors/kak-lsp/Makefile
==============================================================================
--- head/editors/kak-lsp/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/editors/kak-lsp/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 PORTNAME=	kak-lsp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	6.0.1
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/editors/xi-core/Makefile
==============================================================================
--- head/editors/xi-core/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/editors/xi-core/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 PORTNAME=	xi-core
 PORTVERSION=	g20170612
 DISTVERSIONPREFIX=	v
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	editors
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/games/genact/Makefile
==============================================================================
--- head/games/genact/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/games/genact/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,7 +2,7 @@
 
 PORTNAME=	genact
 DISTVERSION=	0.6.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 
 MAINTAINER=	0mp@FreeBSD.org

Modified: head/graphics/librsvg2-rust/Makefile
==============================================================================
--- head/graphics/librsvg2-rust/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/graphics/librsvg2-rust/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 
 PORTNAME=	librsvg
 PORTVERSION=	2.45.4
+PORTREVISION=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2-rust

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/lang/rust/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	rust
-PORTVERSION?=	1.31.1
+PORTVERSION?=	1.32.0
 PORTREVISION?=	0
 CATEGORIES=	lang
-MASTER_SITES=	http://static.rust-lang.org/dist/:src \
+MASTER_SITES=	http://dev-static.rust-lang.org/dist/:src \
 		LOCAL/dumbbell/rust:rust_bootstrap \
 		https://static.rust-lang.org/dist/:rust_bootstrap \
 		LOCAL/dumbbell/rust:cargo_bootstrap \
@@ -42,16 +42,16 @@ BROKEN_aarch64=		fails to build: bootstrap compiler cr
 CONFLICTS_INSTALL?=	rust-nightly
 
 # See WRKSRC/src/stage0.txt for this date and version values.
-BOOTSTRAPS_DATE?=		2018-10-25
+BOOTSTRAPS_DATE?=		2018-12-20
 
-RUST_BOOTSTRAP_VERSION?=	1.30.0
+RUST_BOOTSTRAP_VERSION?=	1.31.1
 RUSTC_BOOTSTRAP=		${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rustc-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz
 RUST_STD_BOOTSTRAP=		${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rust-std-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz
 
-CARGO_BOOTSTRAP_VERSION?=	0.31.0
+CARGO_BOOTSTRAP_VERSION?=	0.32.0
 CARGO_BOOTSTRAP=		${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/cargo-${CARGO_BOOTSTRAP_VERSION_${ARCH}:U${CARGO_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz
 
-CARGO_VENDOR_DIR?=		${WRKSRC}/src/vendor
+CARGO_VENDOR_DIR?=		${WRKSRC}/vendor
 
 RUST_CHANNEL=	${PKGNAMESUFFIX:Ustable:S/^-//}
 

Modified: head/lang/rust/distinfo
==============================================================================
--- head/lang/rust/distinfo	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/lang/rust/distinfo	Thu Jan 17 19:50:38 2019	(r490600)
@@ -1,15 +1,15 @@
-TIMESTAMP = 1545210622
-SHA256 (rust/rustc-1.31.1-src.tar.xz) = b38f6a1b5e12619f242e44ea494d177c72fd1f80160386b2e69b69446685fcfa
-SIZE (rust/rustc-1.31.1-src.tar.xz) = 96915864
-SHA256 (rust/2018-10-25/rustc-1.30.0-x86_64-unknown-freebsd.tar.gz) = 68a74949e34118406673cf8cc0098b011907c840890e0640aa3b145ce91c521d
-SIZE (rust/2018-10-25/rustc-1.30.0-x86_64-unknown-freebsd.tar.gz) = 68231553
-SHA256 (rust/2018-10-25/rust-std-1.30.0-x86_64-unknown-freebsd.tar.gz) = 4040fe677524e2ead69a2fcab4c16acaad3d4c4f1210ae36f400f82463bdfbc7
-SIZE (rust/2018-10-25/rust-std-1.30.0-x86_64-unknown-freebsd.tar.gz) = 67081473
-SHA256 (rust/2018-10-25/cargo-0.31.0-x86_64-unknown-freebsd.tar.gz) = 2b9176bb34e6cdf663d3f5ad0c89f862696eecc79b7de7db482ce4dd995eb3e8
-SIZE (rust/2018-10-25/cargo-0.31.0-x86_64-unknown-freebsd.tar.gz) = 6439361
-SHA256 (rust/2018-10-25/rustc-1.30.0-i686-unknown-freebsd.tar.gz) = 26f5fa76d6033559a21e84876b8fe11e1b3621c226b243505a5fc45a3afaae90
-SIZE (rust/2018-10-25/rustc-1.30.0-i686-unknown-freebsd.tar.gz) = 69069431
-SHA256 (rust/2018-10-25/rust-std-1.30.0-i686-unknown-freebsd.tar.gz) = 267716811f1e2813a76f30f11293fb2c69f398f69a886b94587d821e743d4e20
-SIZE (rust/2018-10-25/rust-std-1.30.0-i686-unknown-freebsd.tar.gz) = 67319097
-SHA256 (rust/2018-10-25/cargo-0.31.0-i686-unknown-freebsd.tar.gz) = c291ed53edd74fabbab85328bebbc6ca12db6eaf3d76e7c4624d642fa05c7dbe
-SIZE (rust/2018-10-25/cargo-0.31.0-i686-unknown-freebsd.tar.gz) = 6146453
+TIMESTAMP = 1547636591
+SHA256 (rust/rustc-1.32.0-src.tar.xz) = d617a7dc39daaafa8256320991005fc376c8ef2080593918301b24466d0067af
+SIZE (rust/rustc-1.32.0-src.tar.xz) = 99602696
+SHA256 (rust/2018-12-20/rustc-1.31.1-x86_64-unknown-freebsd.tar.gz) = fb38ad94976c273c0fb95d0b5ba2d1ce90684e58fa06fafc9f8050ba00559f50
+SIZE (rust/2018-12-20/rustc-1.31.1-x86_64-unknown-freebsd.tar.gz) = 69931606
+SHA256 (rust/2018-12-20/rust-std-1.31.1-x86_64-unknown-freebsd.tar.gz) = 89e551403f70eed976ac1dd91c3effc9434ef450da4c347d24a141529f83a101
+SIZE (rust/2018-12-20/rust-std-1.31.1-x86_64-unknown-freebsd.tar.gz) = 69337097
+SHA256 (rust/2018-12-20/cargo-0.32.0-x86_64-unknown-freebsd.tar.gz) = 2cc09d55f6c6dcca58d43815c4968d2349813b12e12a23eff1b8fa30548eba8f
+SIZE (rust/2018-12-20/cargo-0.32.0-x86_64-unknown-freebsd.tar.gz) = 6813542
+SHA256 (rust/2018-12-20/rustc-1.31.1-i686-unknown-freebsd.tar.gz) = a68848c513b2eaf3fb15e6798ee3a1cd352d0b75d3f103e104a72d8290651e8b
+SIZE (rust/2018-12-20/rustc-1.31.1-i686-unknown-freebsd.tar.gz) = 70696299
+SHA256 (rust/2018-12-20/rust-std-1.31.1-i686-unknown-freebsd.tar.gz) = 87d7e4aa9bfc50a111ac6c47360c831857b83ed61a07bc368a505f4d0183ea8f
+SIZE (rust/2018-12-20/rust-std-1.31.1-i686-unknown-freebsd.tar.gz) = 69465005
+SHA256 (rust/2018-12-20/cargo-0.32.0-i686-unknown-freebsd.tar.gz) = 32db6c8124e5cfeffb58576bbdbe9a8ec1317a31588d393a2be822e87efc55ab
+SIZE (rust/2018-12-20/cargo-0.32.0-i686-unknown-freebsd.tar.gz) = 6510783

Modified: head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_dragonfly_mod.rs
==============================================================================
--- head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_dragonfly_mod.rs	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_dragonfly_mod.rs	Thu Jan 17 19:50:38 2019	(r490600)
@@ -1,5 +1,5 @@
---- src/vendor/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs.orig	2018-06-19 05:52:22 UTC
-+++ src/vendor/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs
+--- vendor/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs.orig	2018-06-19 05:52:22 UTC
++++ vendor/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs
 @@ -1,3 +1,4 @@
 +pub type c_char = i8;
  pub type clock_t = u64;

Modified: head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_aarch64.rs
==============================================================================
--- head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_aarch64.rs	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_aarch64.rs	Thu Jan 17 19:50:38 2019	(r490600)
@@ -1,5 +1,5 @@
---- src/vendor/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs.orig	2018-06-19 05:52:22 UTC
-+++ src/vendor/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs
+--- vendor/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs.orig	2018-06-19 05:52:22 UTC
++++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs
 @@ -1,3 +1,4 @@
 +pub type c_char = u8;
  pub type c_long = i64;

Modified: head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_x86.rs
==============================================================================
--- head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_x86.rs	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_x86.rs	Thu Jan 17 19:50:38 2019	(r490600)
@@ -1,5 +1,5 @@
---- src/vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86.rs.orig	2018-06-19 05:52:22 UTC
-+++ src/vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86.rs
+--- vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86.rs.orig	2018-06-19 05:52:22 UTC
++++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86.rs
 @@ -1,3 +1,4 @@
 +pub type c_char = i8;
  pub type c_long = i32;

Modified: head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_x86__64.rs
==============================================================================
--- head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_x86__64.rs	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_freebsd_x86__64.rs	Thu Jan 17 19:50:38 2019	(r490600)
@@ -1,5 +1,5 @@
---- src/vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86_64.rs.orig	2018-06-19 05:52:22 UTC
-+++ src/vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86_64.rs
+--- vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86_64.rs.orig	2018-06-19 05:52:22 UTC
++++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86_64.rs
 @@ -1,3 +1,4 @@
 +pub type c_char = i8;
  pub type c_long = i64;

Modified: head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_mod.rs
==============================================================================
--- head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_mod.rs	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/lang/rust/files/patch-src_vendor_libc_src_unix_bsd_freebsdlike_mod.rs	Thu Jan 17 19:50:38 2019	(r490600)
@@ -1,5 +1,5 @@
---- src/vendor/libc/src/unix/bsd/freebsdlike/mod.rs.orig	2018-06-19 05:52:22 UTC
-+++ src/vendor/libc/src/unix/bsd/freebsdlike/mod.rs
+--- vendor/libc/src/unix/bsd/freebsdlike/mod.rs.orig	2018-06-19 05:52:22 UTC
++++ vendor/libc/src/unix/bsd/freebsdlike/mod.rs
 @@ -1,4 +1,3 @@
 -pub type c_char = i8;
  pub type dev_t = u32;

Modified: head/lang/rust/files/patch-src_vendor_openssl-sys_build_main.rs
==============================================================================
--- head/lang/rust/files/patch-src_vendor_openssl-sys_build_main.rs	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/lang/rust/files/patch-src_vendor_openssl-sys_build_main.rs	Thu Jan 17 19:50:38 2019	(r490600)
@@ -1,8 +1,8 @@
 https://github.com/sfackler/rust-openssl/commit/9fd7584a8416
 https://github.com/sfackler/rust-openssl/commit/e75793e8962d
 
---- src/vendor/openssl-sys/build/main.rs.orig	2018-12-05 01:24:32 UTC
-+++ src/vendor/openssl-sys/build/main.rs
+--- vendor/openssl-sys/build/main.rs.orig	2018-12-05 01:24:32 UTC
++++ vendor/openssl-sys/build/main.rs
 @@ -1,9 +1,9 @@
  extern crate cc;
 +#[cfg(feature = "vendored")]

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/mail/thunderbird/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	60.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source

Modified: head/multimedia/rav1e/Makefile
==============================================================================
--- head/multimedia/rav1e/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/multimedia/rav1e/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rav1e
 PORTVERSION=	s20190106
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/net-im/fractal/Makefile
==============================================================================
--- head/net-im/fractal/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/net-im/fractal/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fractal
 DISTVERSION=	3.30.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-im
 MASTER_SITES=	https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/
 

Modified: head/net/rabbiteer/Makefile
==============================================================================
--- head/net/rabbiteer/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/net/rabbiteer/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rabbiteer
 DISTVERSION=	1.4.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 
 MAINTAINER=	dch@FreeBSD.org

Modified: head/net/routinator/Makefile
==============================================================================
--- head/net/routinator/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/net/routinator/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,6 +2,7 @@
 
 PORTNAME=	routinator
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 

Modified: head/security/cargo-audit/Makefile
==============================================================================
--- head/security/cargo-audit/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/security/cargo-audit/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 PORTNAME=	cargo-audit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6.1
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/security/kr/Makefile
==============================================================================
--- head/security/kr/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/security/kr/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kr
 PORTVERSION=	2.3.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 
 MAINTAINER=	feld@FreeBSD.org

Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/security/suricata/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 
 PORTNAME=	suricata
 DISTVERSION=	4.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	https://www.openinfosecfoundation.org/download/
 

Modified: head/sysutils/exa/Makefile
==============================================================================
--- head/sysutils/exa/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/sysutils/exa/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 PORTNAME=	exa
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/sysutils/fd/Makefile
==============================================================================
--- head/sysutils/fd/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/sysutils/fd/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -4,7 +4,7 @@
 PORTNAME=	fd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	7.0.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-find
 

Modified: head/sysutils/flowgger/Makefile
==============================================================================
--- head/sysutils/flowgger/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/sysutils/flowgger/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 PORTNAME=	flowgger
 DISTVERSION=	0.2.6-28
 DISTVERSIONSUFFIX=	-gab572a0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	sysutils
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/sysutils/hexyl/Makefile
==============================================================================
--- head/sysutils/hexyl/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/sysutils/hexyl/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 PORTNAME=	hexyl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/sysutils/potnet/Makefile
==============================================================================
--- head/sysutils/potnet/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/sysutils/potnet/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,7 +2,7 @@
 
 PORTNAME=	potnet
 DISTVERSION=	0.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	pizzamig@FreeBSD.org

Modified: head/textproc/bat/Makefile
==============================================================================
--- head/textproc/bat/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/textproc/bat/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 PORTNAME=	bat
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 
 MAINTAINER=	pizzamig@FreeBSD.org

Modified: head/textproc/ripgrep/Makefile
==============================================================================
--- head/textproc/ripgrep/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/textproc/ripgrep/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -5,7 +5,7 @@
 
 PORTNAME=	ripgrep
 DISTVERSION=	0.10.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 
 MAINTAINER=	petteri.valkonen@iki.fi

Modified: head/textproc/xsv-rs/Makefile
==============================================================================
--- head/textproc/xsv-rs/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/textproc/xsv-rs/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xsv
 DISTVERSION=	0.13.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc
 PKGNAMESUFFIX=	-rs
 

Modified: head/www/cliqz/Makefile
==============================================================================
--- head/www/cliqz/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/www/cliqz/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cliqz
 DISTVERSION=	1.24.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://s3.amazonaws.com/cdn.cliqz.com/browser-f/APT/:amazon \
 		http://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/${CLIQZ_LAST_BUILD_ID}/:cliqz

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/www/firefox-esr/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	60.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/www/firefox/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	64.0.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/geckodriver/Makefile
==============================================================================
--- head/www/geckodriver/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/www/geckodriver/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 PORTNAME=	geckodriver
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.23.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 
 MAINTAINER=	daniel@blodan.se

Modified: head/www/newsboat/Makefile
==============================================================================
--- head/www/newsboat/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/www/newsboat/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 
 PORTNAME=	newsboat
 PORTVERSION=	2.14
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://newsboat.org/releases/${PORTVERSION}/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/www/seamonkey/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,7 +3,7 @@
 
 PORTNAME=	seamonkey
 DISTVERSION=	2.49.4
-PORTREVISION=	19
+PORTREVISION=	20
 MOZILLA_VER=	52 # above + 3
 CATEGORIES?=	www mail news editors irc ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/websocat/Makefile
==============================================================================
--- head/www/websocat/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/www/websocat/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -4,7 +4,7 @@
 PORTNAME=	websocat
 DISTVERSION=	1.2.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 
 MAINTAINER=	osa@FreeBSD.org

Modified: head/x11/admiral/Makefile
==============================================================================
--- head/x11/admiral/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/x11/admiral/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -4,7 +4,7 @@ PORTNAME=	admiral
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0-7
 DISTVERSIONSUFFIX=	-g5a9f33b
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11
 
 MAINTAINER=	rigoletto@FreeBSD.org

Modified: head/x11/alacritty/Makefile
==============================================================================
--- head/x11/alacritty/Makefile	Thu Jan 17 19:23:08 2019	(r490599)
+++ head/x11/alacritty/Makefile	Thu Jan 17 19:50:38 2019	(r490600)
@@ -3,6 +3,7 @@
 PORTNAME=	alacritty
 PORTVERSION=	0.2.4
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	zeising@FreeBSD.org



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