pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: firefox 74.0 explicitly requires ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eaee44c7b53e
branches:  trunk
changeset: 424721:eaee44c7b53e
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Mar 14 06:12:48 2020 +0000

description:
firefox: firefox 74.0 explicitly requires cbindgen>=0.13.0.

diffstat:

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

diffs (18 lines):

diff -r b35f5324d86a -r eaee44c7b53e www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Sat Mar 14 04:51:32 2020 +0000
+++ b/www/firefox/mozilla-common.mk     Sat Mar 14 06:12:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.154 2020/03/12 19:34:56 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.155 2020/03/14 06:12:48 tsutsui Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -23,7 +23,7 @@
 USE_LANGUAGES+=                c99 gnu++14
 UNLIMIT_RESOURCES+=    datasize
 
-TOOL_DEPENDS+=         cbindgen>=0.12.0:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.13.0:../../devel/cbindgen
 .if ${MACHINE_ARCH} == "sparc64"
 CONFIGURE_ARGS+=       --disable-nodejs
 .else



Home | Main Index | Thread Index | Old Index