pkgsrc-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 73, Rust >= 1.39 is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1efa1d9a0263
branches:  trunk
changeset: 423212:1efa1d9a0263
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Feb 13 04:07:20 2020 +0000

description:
firefox: as of version 73, Rust >= 1.39 is required

diffstat:

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

diffs (18 lines):

diff -r 8909d13ade3c -r 1efa1d9a0263 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Thu Feb 13 03:33:58 2020 +0000
+++ b/www/firefox/mozilla-common.mk     Thu Feb 13 04:07:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.149 2020/02/12 16:36:50 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.150 2020/02/13 04:07:20 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -227,7 +227,7 @@
 BUILDLINK_API_DEPENDS.clang+=  clang>=6.0.1nb1
 .include "../../lang/clang/buildlink3.mk"
 BUILDLINK_DEPMETHOD.rust=      build
-BUILDLINK_API_DEPENDS.rust+=   rust>=1.37.0
+BUILDLINK_API_DEPENDS.rust+=   rust>=1.39.0
 .include "../../lang/rust/buildlink3.mk"
 # webrtc option requires internal libvpx
 #BUILDLINK_API_DEPENDS.libvpx+=        libvpx>=1.3.0



Home | Main Index | Thread Index | Old Index