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:           Fri Nov  3 15:47:21 UTC 2023

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

Log Message:
firefox: 119.0 requires cbindgen>=0.26.0.


To generate a diff of this commit:
cvs rdiff -u -r1.266 -r1.267 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.266 pkgsrc/www/firefox/mozilla-common.mk:1.267
--- pkgsrc/www/firefox/mozilla-common.mk:1.266  Fri Nov  3 10:20:03 2023
+++ pkgsrc/www/firefox/mozilla-common.mk        Fri Nov  3 15:47:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.266 2023/11/03 10:20:03 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.267 2023/11/03 15:47:21 tsutsui Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -23,7 +23,7 @@ USE_LANGUAGES+=               c c++
 # For nested constant initializer support in rlbox, requires 8.
 GCC_REQD+=             8
 
-TOOL_DEPENDS+=         cbindgen>=0.24.3:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.26.0:../../devel/cbindgen
 
 .if defined(FIREFOX_MAINTAINER) && !defined(MAINTAINER_INTERNAL)
 TOOL_DEPENDS+=         nodejs-[0-9]*:../../lang/nodejs



Home | Main Index | Thread Index | Old Index