Received: by mail.netbsd.org (Postfix, from userid 605) id 290A384DA6; Wed, 20 Mar 2019 00:30:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F0DB84DA6 for ; Wed, 20 Mar 2019 00:30:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3mAqece-_i2e for ; Wed, 20 Mar 2019 00:30:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E826B84D81 for ; Wed, 20 Mar 2019 00:30:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2FF5FB16; Wed, 20 Mar 2019 00:30:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553041807125370" MIME-Version: 1.0 Date: Wed, 20 Mar 2019 00:30:07 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190320003007.E2FF5FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1553041807125370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Mar 20 00:30:07 UTC 2019 Modified Files: pkgsrc/www/firefox: mozilla-common.mk Log Message: firefox: bump minimum Rust version required to 1.31.0 No PKGREVISION, build fix for those with older versions of Rust installed. (I was hanging on with 1.30.1 until now.) To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 pkgsrc/www/firefox/mozilla-common.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553041807125370 Content-Disposition: inline Content-Length: 923 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/mozilla-common.mk diff -u pkgsrc/www/firefox/mozilla-common.mk:1.128 pkgsrc/www/firefox/mozilla-common.mk:1.129 --- pkgsrc/www/firefox/mozilla-common.mk:1.128 Fri Mar 15 12:52:42 2019 +++ pkgsrc/www/firefox/mozilla-common.mk Wed Mar 20 00:30:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.128 2019/03/15 12:52:42 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.129 2019/03/20 00:30:07 gutteridge Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -230,7 +230,7 @@ BUILDLINK_DEPMETHOD.clang= build BUILDLINK_API_DEPENDS.clang+= clang>=6.0.1nb1 .include "../../lang/clang/buildlink3.mk" BUILDLINK_DEPMETHOD.rust= build -BUILDLINK_API_DEPENDS.rust+= rust>=1.24.0 +BUILDLINK_API_DEPENDS.rust+= rust>=1.31.0 .include "../../lang/rust/buildlink3.mk" # webrtc option requires internal libvpx #BUILDLINK_API_DEPENDS.libvpx+= libvpx>=1.3.0 --_----------=_1553041807125370--