Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1ABEC84D0C for ; Fri, 3 Nov 2023 15:47:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qtq4G57n60U7 for ; Fri, 3 Nov 2023 15:47:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6BF2E84CDC for ; Fri, 3 Nov 2023 15:47:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F504FA2B; Fri, 3 Nov 2023 15:47:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699026441148560" MIME-Version: 1.0 Date: Fri, 3 Nov 2023 15:47:21 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20231103154721.5F504FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699026441148560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1699026441148560 Content-Disposition: inline Content-Length: 877 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1699026441148560--