pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: requires rust 1.24



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f5b6949b710
branches:  trunk
changeset: 385227:1f5b6949b710
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Sep 16 09:11:54 2018 +0000

description:
firefox: requires rust 1.24

from onno van der linden in PR pkg/53609

diffstat:

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

diffs (18 lines):

diff -r 3784c8204172 -r 1f5b6949b710 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Sat Sep 15 22:47:50 2018 +0000
+++ b/www/firefox/mozilla-common.mk     Sun Sep 16 09:11:54 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.114 2018/09/05 15:29:58 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.115 2018/09/16 09:11:54 maya Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -220,7 +220,7 @@
 #.include "../../graphics/cairo/buildlink3.mk"
 BUILDLINK_DEPMETHOD.clang=     build
 .include "../../lang/clang/buildlink3.mk"
-BUILDLINK_API_DEPENDS.rust+=   rust>=1.23.0
+BUILDLINK_API_DEPENDS.rust+=   rust>=1.24.0
 BUILDLINK_DEPMETHOD.rust=      build
 .include "../../lang/rust/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libvpx+= libvpx>=1.3.0



Home | Main Index | Thread Index | Old Index