pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: 97 requires rust>=1.57



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1e2aeefe82c
branches:  trunk
changeset: 374874:f1e2aeefe82c
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Mar 01 18:01:24 2022 +0000

description:
firefox: 97 requires rust>=1.57

diffstat:

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

diffs (18 lines):

diff -r 6ea631c7d7ef -r f1e2aeefe82c www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Tue Mar 01 17:49:52 2022 +0000
+++ b/www/firefox/mozilla-common.mk     Tue Mar 01 18:01:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.225 2022/03/01 13:35:33 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.226 2022/03/01 18:01:24 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -208,7 +208,7 @@
 .include "../../graphics/libwebp/buildlink3.mk"
 BUILDLINK_DEPMETHOD.clang=     build
 .include "../../lang/clang/buildlink3.mk"
-RUST_REQ=      1.53.0
+RUST_REQ=      1.57.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