pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Mar 14 06:12:48 UTC 2020

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk

Log Message:
firefox: firefox 74.0 explicitly requires cbindgen>=0.13.0.


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 pkgsrc/www/firefox/mozilla-common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.154 pkgsrc/www/firefox/mozilla-common.mk:1.155
--- pkgsrc/www/firefox/mozilla-common.mk:1.154  Thu Mar 12 19:34:56 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Sat Mar 14 06:12:48 2020
@@ -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_TOOLS+=           pkg-config perl gmake autoc
 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