Date: Sat, 13 Oct 2018 09:51:23 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481972 - in branches/2018Q4: databases/puppetdb-cli devel/bingrep devel/pijul devel/racer devel/racerd devel/rust-bindgen devel/rust-cbindgen devel/tokei dns/doh-proxy editors/xi-core ... Message-ID: <201810130951.w9D9pNwx063778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Oct 13 09:51:23 2018 New Revision: 481972 URL: https://svnweb.freebsd.org/changeset/ports/481972 Log: MFH: r481921 r481969 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) Approved by: ports-secteam (miwi) Differential Revision: https://reviews.freebsd.org/D17477 Deleted: branches/2018Q4/lang/rust/files/patch-src_vendor_libssh2-sys_libssh2_src_CMakeLists.txt Modified: branches/2018Q4/databases/puppetdb-cli/Makefile branches/2018Q4/devel/bingrep/Makefile branches/2018Q4/devel/pijul/Makefile branches/2018Q4/devel/racer/Makefile branches/2018Q4/devel/racerd/Makefile branches/2018Q4/devel/rust-bindgen/Makefile branches/2018Q4/devel/rust-cbindgen/Makefile branches/2018Q4/devel/tokei/Makefile branches/2018Q4/dns/doh-proxy/Makefile branches/2018Q4/editors/xi-core/Makefile branches/2018Q4/games/genact/Makefile branches/2018Q4/lang/rust/Makefile branches/2018Q4/lang/rust/distinfo branches/2018Q4/mail/thunderbird/Makefile branches/2018Q4/sysutils/exa/Makefile branches/2018Q4/sysutils/fd/Makefile branches/2018Q4/sysutils/flowgger/Makefile branches/2018Q4/sysutils/potnet/Makefile branches/2018Q4/textproc/bat/Makefile branches/2018Q4/textproc/ripgrep/Makefile branches/2018Q4/textproc/xsv-rs/Makefile branches/2018Q4/www/firefox-esr/Makefile branches/2018Q4/www/firefox/Makefile branches/2018Q4/www/geckodriver/Makefile branches/2018Q4/www/seamonkey/Makefile branches/2018Q4/www/websocat/Makefile branches/2018Q4/x11/admiral/Makefile branches/2018Q4/x11/alacritty/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/databases/puppetdb-cli/Makefile ============================================================================== --- branches/2018Q4/databases/puppetdb-cli/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/databases/puppetdb-cli/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -2,7 +2,7 @@ PORTNAME= puppetdb-cli PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= puppet@FreeBSD.org Modified: branches/2018Q4/devel/bingrep/Makefile ============================================================================== --- branches/2018Q4/devel/bingrep/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/devel/bingrep/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -2,7 +2,7 @@ PORTNAME= bingrep PORTVERSION= g20171111 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org Modified: branches/2018Q4/devel/pijul/Makefile ============================================================================== --- branches/2018Q4/devel/pijul/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/devel/pijul/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -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: branches/2018Q4/devel/racer/Makefile ============================================================================== --- branches/2018Q4/devel/racer/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/devel/racer/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -4,7 +4,7 @@ PORTNAME= racer DISTVERSIONPREFIX= v DISTVERSION= 2.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= beyert@cs.ucr.edu Modified: branches/2018Q4/devel/racerd/Makefile ============================================================================== --- branches/2018Q4/devel/racerd/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/devel/racerd/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -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: branches/2018Q4/devel/rust-bindgen/Makefile ============================================================================== --- branches/2018Q4/devel/rust-bindgen/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/devel/rust-bindgen/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -3,7 +3,7 @@ PORTNAME= rust-bindgen DISTVERSIONPREFIX= v DISTVERSION= 0.40.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= gecko@FreeBSD.org Modified: branches/2018Q4/devel/rust-cbindgen/Makefile ============================================================================== --- branches/2018Q4/devel/rust-cbindgen/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/devel/rust-cbindgen/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -4,6 +4,7 @@ PORTNAME= cbindgen DISTVERSIONPREFIX= v DISTVERSION= 0.6.3 PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= rust- Modified: branches/2018Q4/devel/tokei/Makefile ============================================================================== --- branches/2018Q4/devel/tokei/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/devel/tokei/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -3,7 +3,7 @@ PORTNAME= tokei DISTVERSIONPREFIX= v DISTVERSION= 8.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= tobik@FreeBSD.org Modified: branches/2018Q4/dns/doh-proxy/Makefile ============================================================================== --- branches/2018Q4/dns/doh-proxy/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/dns/doh-proxy/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -3,7 +3,7 @@ PORTNAME= doh-proxy DISTVERSION= 0.1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= mat@FreeBSD.org Modified: branches/2018Q4/editors/xi-core/Makefile ============================================================================== --- branches/2018Q4/editors/xi-core/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/editors/xi-core/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -3,7 +3,7 @@ PORTNAME= xi-core PORTVERSION= g20170612 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= ports@FreeBSD.org Modified: branches/2018Q4/games/genact/Makefile ============================================================================== --- branches/2018Q4/games/genact/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/games/genact/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -2,7 +2,7 @@ PORTNAME= genact DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= 0mp@FreeBSD.org Modified: branches/2018Q4/lang/rust/Makefile ============================================================================== --- branches/2018Q4/lang/rust/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/lang/rust/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -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: branches/2018Q4/lang/rust/distinfo ============================================================================== --- branches/2018Q4/lang/rust/distinfo Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/lang/rust/distinfo Sat Oct 13 09:51:23 2018 (r481972) @@ -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: branches/2018Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2018Q4/mail/thunderbird/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/mail/thunderbird/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -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: branches/2018Q4/sysutils/exa/Makefile ============================================================================== --- branches/2018Q4/sysutils/exa/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/sysutils/exa/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -3,7 +3,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org Modified: branches/2018Q4/sysutils/fd/Makefile ============================================================================== --- branches/2018Q4/sysutils/fd/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/sysutils/fd/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -4,7 +4,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 7.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils PKGNAMESUFFIX= -find Modified: branches/2018Q4/sysutils/flowgger/Makefile ============================================================================== --- branches/2018Q4/sysutils/flowgger/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/sysutils/flowgger/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -3,7 +3,7 @@ PORTNAME= flowgger DISTVERSION= 0.2.6-28 DISTVERSIONSUFFIX= -gab572a0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org Modified: branches/2018Q4/sysutils/potnet/Makefile ============================================================================== --- branches/2018Q4/sysutils/potnet/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/sysutils/potnet/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -2,7 +2,7 @@ PORTNAME= potnet DISTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org Modified: branches/2018Q4/textproc/bat/Makefile ============================================================================== --- branches/2018Q4/textproc/bat/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/textproc/bat/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -3,7 +3,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org Modified: branches/2018Q4/textproc/ripgrep/Makefile ============================================================================== --- branches/2018Q4/textproc/ripgrep/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/textproc/ripgrep/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -5,7 +5,7 @@ PORTNAME= ripgrep DISTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi Modified: branches/2018Q4/textproc/xsv-rs/Makefile ============================================================================== --- branches/2018Q4/textproc/xsv-rs/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/textproc/xsv-rs/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -2,7 +2,7 @@ PORTNAME= xsv DISTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc PKGNAMESUFFIX= -rs Modified: branches/2018Q4/www/firefox-esr/Makefile ============================================================================== --- branches/2018Q4/www/firefox-esr/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/www/firefox-esr/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -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: branches/2018Q4/www/firefox/Makefile ============================================================================== --- branches/2018Q4/www/firefox/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/www/firefox/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -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: branches/2018Q4/www/geckodriver/Makefile ============================================================================== --- branches/2018Q4/www/geckodriver/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/www/geckodriver/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -3,7 +3,7 @@ PORTNAME= geckodriver DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= daniel@blodan.se Modified: branches/2018Q4/www/seamonkey/Makefile ============================================================================== --- branches/2018Q4/www/seamonkey/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/www/seamonkey/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -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: branches/2018Q4/www/websocat/Makefile ============================================================================== --- branches/2018Q4/www/websocat/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/www/websocat/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -4,7 +4,7 @@ PORTNAME= websocat DISTVERSION= 1.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= osa@FreeBSD.org Modified: branches/2018Q4/x11/admiral/Makefile ============================================================================== --- branches/2018Q4/x11/admiral/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/x11/admiral/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -4,7 +4,7 @@ PORTNAME= admiral DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-7 DISTVERSIONSUFFIX= -g5a9f33b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= lebarondemerde@privacychain.ch Modified: branches/2018Q4/x11/alacritty/Makefile ============================================================================== --- branches/2018Q4/x11/alacritty/Makefile Sat Oct 13 09:38:40 2018 (r481971) +++ branches/2018Q4/x11/alacritty/Makefile Sat Oct 13 09:51:23 2018 (r481972) @@ -3,6 +3,7 @@ PORTNAME= alacritty PORTVERSION= 0.2.0 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?201810130951.w9D9pNwx063778>