Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 83FE984F42 for ; Fri, 25 Aug 2023 21:58:55 +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 YXyDBq8HseZj for ; Fri, 25 Aug 2023 21:58:55 +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 D328984E56 for ; Fri, 25 Aug 2023 21:58:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE839FBDB; Fri, 25 Aug 2023 21:58:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693000734132130" MIME-Version: 1.0 Date: Fri, 25 Aug 2023 21:58:54 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-test-rust To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230825215854.CE839FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693000734132130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Fri Aug 25 21:58:54 UTC 2023 Modified Files: pkgsrc/meta-pkgs/bulk-test-rust: Makefile Log Message: bulk-test-rust: add firefox-esr A given recent Firefox ESR can lag many releases behind the current stable release (and we're not presently versioning Rust in pkgsrc). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/meta-pkgs/bulk-test-rust/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693000734132130 Content-Disposition: inline Content-Length: 890 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-test-rust/Makefile diff -u pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.4 pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.5 --- pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.4 Fri Aug 25 18:55:51 2023 +++ pkgsrc/meta-pkgs/bulk-test-rust/Makefile Fri Aug 25 21:58:54 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/08/25 18:55:51 gdt Exp $ +# $NetBSD: Makefile,v 1.5 2023/08/25 21:58:54 gutteridge Exp $ -DISTNAME= bulk-test-rust-20230825.1 +DISTNAME= bulk-test-rust-20230825.2 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -31,6 +31,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 # enormous programs DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird DEPENDS+= firefox-[0-9]*:../../www/firefox +DEPENDS+= firefox-esr-[0-9]*:../../www/firefox-esr # moderate programs DEPENDS+= matrix-synapse-[0-9]*:../../chat/matrix-synapse --_----------=_1693000734132130--