Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2018 19:01:02 +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: r481921 - in head: databases/puppetdb-cli devel/bingrep devel/pijul devel/racer devel/racerd devel/rust-bindgen devel/rust-cbindgen devel/sccache devel/tokei dns/doh-proxy editors/xi-co...
Message-ID:  <201810121901.w9CJ12ew005626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Oct 12 19:01:02 2018
New Revision: 481921
URL: https://svnweb.freebsd.org/changeset/ports/481921

Log:
  lang/rust: update to 1.29.2
  
  - Force rebuild all consumers in case some are affected by miscompilation
  
  Changes:	https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
  PR:		229826 (follow up)
  Approved by:	rust (tobik)
  MFH:		2018Q4
  Differential Revision:	https://reviews.freebsd.org/D17477

Deleted:
  head/lang/rust/files/patch-src_vendor_libssh2-sys_libssh2_src_CMakeLists.txt
Modified:
  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/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/xi-core/Makefile   (contents, props changed)
  head/games/genact/Makefile   (contents, props changed)
  head/lang/rust/Makefile   (contents, props changed)
  head/lang/rust/distinfo   (contents, props changed)
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/net-im/fractal/Makefile   (contents, props changed)
  head/security/cargo-audit/Makefile   (contents, props changed)
  head/security/kr/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/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/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/geckodriver/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/databases/puppetdb-cli/Makefile
==============================================================================
--- head/databases/puppetdb-cli/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/databases/puppetdb-cli/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -2,7 +2,7 @@
 
 PORTNAME=	puppetdb-cli
 PORTVERSION=	1.2.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 
 MAINTAINER=	puppet@FreeBSD.org

Modified: head/devel/bingrep/Makefile
==============================================================================
--- head/devel/bingrep/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/devel/bingrep/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bingrep
 PORTVERSION=	g20171111
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/devel/pijul/Makefile
==============================================================================
--- head/devel/pijul/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/devel/pijul/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pijul
 PORTVERSION=	0.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	https://pijul.org/releases/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}

Modified: head/devel/racer/Makefile
==============================================================================
--- head/devel/racer/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/devel/racer/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -4,7 +4,7 @@
 PORTNAME=	racer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	beyert@cs.ucr.edu

Modified: head/devel/racerd/Makefile
==============================================================================
--- head/devel/racerd/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/devel/racerd/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -5,7 +5,7 @@ PORTNAME=	racerd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.1-56
 DISTVERSIONSUFFIX=	-g29cd4c6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 
 MAINTAINER=	ultima@FreeBSD.org

Modified: head/devel/rust-bindgen/Makefile
==============================================================================
--- head/devel/rust-bindgen/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/devel/rust-bindgen/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 PORTNAME=	rust-bindgen
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.40.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	gecko@FreeBSD.org

Modified: head/devel/rust-cbindgen/Makefile
==============================================================================
--- head/devel/rust-cbindgen/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/devel/rust-cbindgen/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,6 +3,7 @@
 PORTNAME=	cbindgen
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6.4
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	rust-
 

Modified: head/devel/sccache/Makefile
==============================================================================
--- head/devel/sccache/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/devel/sccache/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -2,6 +2,7 @@
 
 PORTNAME=	sccache
 DISTVERSION=	2.8.0.alpha0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	pizzamig@FreeBSD.org

Modified: head/devel/tokei/Makefile
==============================================================================
--- head/devel/tokei/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/devel/tokei/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 PORTNAME=	tokei
 DISTVERSIONPREFIX=	v
 DISTVERSION=	8.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/dns/doh-proxy/Makefile
==============================================================================
--- head/dns/doh-proxy/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/dns/doh-proxy/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 
 PORTNAME=	doh-proxy
 DISTVERSION=	0.1.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 
 MAINTAINER=	mat@FreeBSD.org

Modified: head/editors/xi-core/Makefile
==============================================================================
--- head/editors/xi-core/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/editors/xi-core/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 PORTNAME=	xi-core
 PORTVERSION=	g20170612
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/games/genact/Makefile
==============================================================================
--- head/games/genact/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/games/genact/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -2,7 +2,7 @@
 
 PORTNAME=	genact
 DISTVERSION=	0.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 
 MAINTAINER=	0mp@FreeBSD.org

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/lang/rust/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rust
-PORTVERSION?=	1.29.1
+PORTVERSION?=	1.29.2
 PORTREVISION?=	0
 CATEGORIES=	lang
 MASTER_SITES=	http://static.rust-lang.org/dist/:src \

Modified: head/lang/rust/distinfo
==============================================================================
--- head/lang/rust/distinfo	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/lang/rust/distinfo	Fri Oct 12 19:01:02 2018	(r481921)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1537469647
-SHA256 (rust/rustc-1.29.1-src.tar.xz) = 4d0d64c60561ea8acc01b866f48e42c906b60215c43ff7d7b088ee21bdcd813e
-SIZE (rust/rustc-1.29.1-src.tar.xz) = 61937676
+TIMESTAMP = 1538782876
+SHA256 (rust/rustc-1.29.2-src.tar.xz) = bc7b9d4c041fe8454892a4211a116a4d5243cb04583a18c5292914fc829cb2f6
+SIZE (rust/rustc-1.29.2-src.tar.xz) = 61888912
 SHA256 (rust/2018-08-02/rustc-1.28.0-x86_64-unknown-freebsd.tar.gz) = 5eeaa17844f87e59aab821dc98dd15a920df0d1d7da3ef5808d2c586331c92a7
 SIZE (rust/2018-08-02/rustc-1.28.0-x86_64-unknown-freebsd.tar.gz) = 65434056
 SHA256 (rust/2018-08-02/rust-std-1.28.0-x86_64-unknown-freebsd.tar.gz) = 1fabaf71d21c1cdcddfb564950152ef862b519a175f7ee88d7e22bab31c4733e

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/mail/thunderbird/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,6 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	60.2.1
+PORTREVISION=	1
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source

Modified: head/net-im/fractal/Makefile
==============================================================================
--- head/net-im/fractal/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/net-im/fractal/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -2,6 +2,7 @@
 
 PORTNAME=	fractal
 DISTVERSION=	3.30.0
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/
 

Modified: head/security/cargo-audit/Makefile
==============================================================================
--- head/security/cargo-audit/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/security/cargo-audit/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,6 +3,7 @@
 PORTNAME=	cargo-audit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.2
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/security/kr/Makefile
==============================================================================
--- head/security/kr/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/security/kr/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kr
 PORTVERSION=	2.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	feld@FreeBSD.org

Modified: head/sysutils/exa/Makefile
==============================================================================
--- head/sysutils/exa/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/sysutils/exa/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 PORTNAME=	exa
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/sysutils/fd/Makefile
==============================================================================
--- head/sysutils/fd/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/sysutils/fd/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -4,7 +4,7 @@
 PORTNAME=	fd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	7.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-find
 

Modified: head/sysutils/flowgger/Makefile
==============================================================================
--- head/sysutils/flowgger/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/sysutils/flowgger/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 PORTNAME=	flowgger
 DISTVERSION=	0.2.6-28
 DISTVERSIONSUFFIX=	-gab572a0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/sysutils/potnet/Makefile
==============================================================================
--- head/sysutils/potnet/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/sysutils/potnet/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -2,7 +2,7 @@
 
 PORTNAME=	potnet
 DISTVERSION=	0.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	pizzamig@FreeBSD.org

Modified: head/textproc/bat/Makefile
==============================================================================
--- head/textproc/bat/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/textproc/bat/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 PORTNAME=	bat
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 
 MAINTAINER=	pizzamig@FreeBSD.org

Modified: head/textproc/ripgrep/Makefile
==============================================================================
--- head/textproc/ripgrep/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/textproc/ripgrep/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -5,7 +5,7 @@
 
 PORTNAME=	ripgrep
 DISTVERSION=	0.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 
 MAINTAINER=	petteri.valkonen@iki.fi

Modified: head/textproc/xsv-rs/Makefile
==============================================================================
--- head/textproc/xsv-rs/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/textproc/xsv-rs/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xsv
 DISTVERSION=	0.13.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 PKGNAMESUFFIX=	-rs
 

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/www/firefox-esr/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	60.2.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/www/firefox/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	62.0.3
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/geckodriver/Makefile
==============================================================================
--- head/www/geckodriver/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/www/geckodriver/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 PORTNAME=	geckodriver
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.21.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 
 MAINTAINER=	daniel@blodan.se

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/www/seamonkey/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -3,7 +3,7 @@
 
 PORTNAME=	seamonkey
 DISTVERSION=	2.49.4
-PORTREVISION=	12
+PORTREVISION=	13
 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	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/www/websocat/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -4,7 +4,7 @@
 PORTNAME=	websocat
 DISTVERSION=	1.1.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 
 MAINTAINER=	osa@FreeBSD.org

Modified: head/x11/admiral/Makefile
==============================================================================
--- head/x11/admiral/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/x11/admiral/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -4,7 +4,7 @@ PORTNAME=	admiral
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0-7
 DISTVERSIONSUFFIX=	-g5a9f33b
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	rigoletto@FreeBSD.org

Modified: head/x11/alacritty/Makefile
==============================================================================
--- head/x11/alacritty/Makefile	Fri Oct 12 19:00:25 2018	(r481920)
+++ head/x11/alacritty/Makefile	Fri Oct 12 19:01:02 2018	(r481921)
@@ -2,6 +2,7 @@
 
 PORTNAME=	alacritty
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	x11
 



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