pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: note Rust dependency is now >= 1....
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7d5433bdebc
branches: trunk
changeset: 336323:d7d5433bdebc
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Jul 12 01:17:33 2019 +0000
description:
firefox: note Rust dependency is now >= 1.34.0
diffstat:
www/firefox/mozilla-common.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6e1b2400d0b1 -r d7d5433bdebc www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Thu Jul 11 18:56:33 2019 +0000
+++ b/www/firefox/mozilla-common.mk Fri Jul 12 01:17:33 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.134 2019/06/08 11:46:02 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.135 2019/07/12 01:17:33 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -229,7 +229,7 @@
BUILDLINK_API_DEPENDS.clang+= clang>=6.0.1nb1
.include "../../lang/clang/buildlink3.mk"
BUILDLINK_DEPMETHOD.rust= build
-BUILDLINK_API_DEPENDS.rust+= rust>=1.31.0
+BUILDLINK_API_DEPENDS.rust+= rust>=1.34.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