Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: as of version 79, rust >= 1.43 is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/659212230ffd
branches:  trunk
changeset: 436525:659212230ffd
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Aug 04 02:56:03 2020 +0000

description:
firefox: as of version 79, rust >= 1.43 is now required

diffstat:

 www/firefox/mozilla-common.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 81e36057192c -r 659212230ffd www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Tue Aug 04 02:35:09 2020 +0000
+++ b/www/firefox/mozilla-common.mk     Tue Aug 04 02:56:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.176 2020/07/31 01:26:43 maya Exp $
+# $NetBSD: mozilla-common.mk,v 1.177 2020/08/04 02:56:03 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -251,7 +251,7 @@
        -stdlib++-isystem \
        ${BUILDLINK_PREFIX.gcc8}/gcc8/include/c++/backward
 .endif
-RUST_REQ=      1.41.0
+RUST_REQ=      1.43.0
 .include "../../lang/rust/rust.mk"
 # webrtc option requires internal libvpx
 #BUILDLINK_API_DEPENDS.libvpx+=        libvpx>=1.3.0



Home | Main Index | Thread Index | Old Index