pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: 101 requires rust>=1.59



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e2aa24d55cf
branches:  trunk
changeset: 380426:4e2aa24d55cf
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Jun 07 03:36:31 2022 +0000

description:
firefox: 101 requires rust>=1.59

diffstat:

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

diffs (18 lines):

diff -r 2de06c1ba2fb -r 4e2aa24d55cf www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Mon Jun 06 21:09:58 2022 +0000
+++ b/www/firefox/mozilla-common.mk     Tue Jun 07 03:36:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.232 2022/06/06 20:59:39 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.233 2022/06/07 03:36:31 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -210,7 +210,7 @@
 .include "../../graphics/libwebp/buildlink3.mk"
 BUILDLINK_DEPMETHOD.clang=     build
 .include "../../lang/clang/buildlink3.mk"
-RUST_REQ=      1.57.0
+RUST_REQ=      1.59.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