pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: 83.0 requires cbindgen 0.15.0 or ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fa082f9bc64
branches:  trunk
changeset: 442052:1fa082f9bc64
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Tue Nov 17 17:54:50 2020 +0000

description:
firefox: 83.0 requires cbindgen 0.15.0 or later.

diffstat:

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

diffs (18 lines):

diff -r e93da5e006b4 -r 1fa082f9bc64 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Tue Nov 17 16:12:58 2020 +0000
+++ b/www/firefox/mozilla-common.mk     Tue Nov 17 17:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.187 2020/11/12 10:03:24 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.188 2020/11/17 17:54:50 tsutsui Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -17,7 +17,7 @@
 
 USE_LANGUAGES+=                c c++
 
-TOOL_DEPENDS+=         cbindgen>=0.14.3:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.15.0:../../devel/cbindgen
 .if ${MACHINE_ARCH} == "sparc64"
 CONFIGURE_ARGS+=       --disable-nodejs
 .else



Home | Main Index | Thread Index | Old Index