Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33D9984F48 for ; Sun, 15 Oct 2023 07:41:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FknmpKkAKGK3 for ; Sun, 15 Oct 2023 07:41:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A10A884D0C for ; Sun, 15 Oct 2023 07:41:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9DB7CFADC; Sun, 15 Oct 2023 07:41:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169735567688880" MIME-Version: 1.0 Date: Sun, 15 Oct 2023 07:41:16 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20231015074116.9DB7CFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169735567688880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Oct 15 07:41:16 UTC 2023 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: firefox: Update nodejs kit too. To generate a diff of this commit: cvs rdiff -u -r1.572 -r1.573 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.511 -r1.512 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169735567688880 Content-Disposition: inline Content-Length: 2394 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/Makefile diff -u pkgsrc/www/firefox/Makefile:1.572 pkgsrc/www/firefox/Makefile:1.573 --- pkgsrc/www/firefox/Makefile:1.572 Sun Oct 15 07:40:10 2023 +++ pkgsrc/www/firefox/Makefile Sun Oct 15 07:41:16 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.572 2023/10/15 07:40:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.573 2023/10/15 07:41:16 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 118.0 @@ -11,7 +11,7 @@ MASTER_SITES+= ${MASTER_SITE_MOZILLA:=fi MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz -NODEJSKIT= nodejs-output-116.0.tgz +NODEJSKIT= nodejs-output-118.0.tgz DISTFILES= ${DEFAULT_DISTFILES} ${NODEJSKIT} SITES.${NODEJSKIT}= ${MASTER_SITE_LOCAL} Index: pkgsrc/www/firefox/distinfo diff -u pkgsrc/www/firefox/distinfo:1.511 pkgsrc/www/firefox/distinfo:1.512 --- pkgsrc/www/firefox/distinfo:1.511 Sun Oct 15 07:40:10 2023 +++ pkgsrc/www/firefox/distinfo Sun Oct 15 07:41:16 2023 @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.511 2023/10/15 07:40:10 ryoon Exp $ +$NetBSD: distinfo,v 1.512 2023/10/15 07:41:16 ryoon Exp $ BLAKE2s (firefox-118.0.2.source.tar.xz) = 4615d3f03d8debf66cf9088934478099e557dbc5cb419765fb0dc91296221697 SHA512 (firefox-118.0.2.source.tar.xz) = fe9d7951927e44aee98a15840820251b779cc427f27597951497bd01fde3c3f2857942535c64c9d1a64f877c43802771304ed97254bffd9216f554e1af9efbf4 Size (firefox-118.0.2.source.tar.xz) = 520864692 bytes -BLAKE2s (nodejs-output-116.0.tgz) = 3d453c6500fa7c93997c795a937b581aa4494b54293218b6657758a2102fee97 -SHA512 (nodejs-output-116.0.tgz) = 16354fc33c3ccf4a8f392a410fc94d4851391621f2e4e3e15bfbb75027e0a9ae7f9f771391988f1ac177cb5d0deab70a4abdc71bfe4bfe39ac3e428a40e909a0 -Size (nodejs-output-116.0.tgz) = 219731 bytes +BLAKE2s (nodejs-output-118.0.tgz) = cf37a3b8777d485547352627b59b894a28b6eb49edf19b5045bca24b843f602b +SHA512 (nodejs-output-118.0.tgz) = 08186ec85863a3bac0a6f882d2684685b91eb1f7a24ad292bc7ceb1498b1ecf6a7c084b27a70d693ff38234386a014f8fbdbcc46f09d097b6605b62eee648ee6 +Size (nodejs-output-118.0.tgz) = 220005 bytes SHA1 (patch-browser_app_profile_firefox.js) = 948ed3ae6cfb8e2eb4ca4d4082491a71d637cc31 SHA1 (patch-build_moz.configure_rust.configure) = 25ddfacd29cebbc6db005dbe61a2a7446d480678 SHA1 (patch-config_gcc-stl-wrapper.template.h) = 9d1f15ff487efa9202114d19ed5668b4e7aa032a --_----------=_169735567688880--