Received: by mail.netbsd.org (Postfix, from userid 605) id EBCC184EAE; Tue, 6 Sep 2022 09:15:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30A3084EAD for ; Tue, 6 Sep 2022 09:15:58 +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 P2kkT0N4kfA4 for ; Tue, 6 Sep 2022 09:15:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 87E9484EA8 for ; Tue, 6 Sep 2022 09:15:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 812F4FA90; Tue, 6 Sep 2022 09:15:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662455757138650" MIME-Version: 1.0 Date: Tue, 6 Sep 2022 09:15:57 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220906091557.812F4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662455757138650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Sep 6 09:15:57 UTC 2022 Modified Files: pkgsrc/www/firefox: DESCR pkgsrc/www/firefox-esr: DESCR pkgsrc/www/firefox102: DESCR pkgsrc/www/firefox52: DESCR pkgsrc/www/firefox91: DESCR Log Message: firefox*: Add a note about the branding to DESCR to reduce confusion To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/firefox/DESCR cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox-esr/DESCR cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/firefox102/DESCR cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/firefox52/DESCR cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox91/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662455757138650 Content-Disposition: inline Content-Length: 2962 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/DESCR diff -u pkgsrc/www/firefox/DESCR:1.8 pkgsrc/www/firefox/DESCR:1.9 --- pkgsrc/www/firefox/DESCR:1.8 Sat Aug 6 21:03:03 2022 +++ pkgsrc/www/firefox/DESCR Tue Sep 6 09:15:56 2022 @@ -8,3 +8,6 @@ windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. + +Note: Due to upstream's trademark policies, this package identifies as +"Nightly" rather than "Firefox" by default. Index: pkgsrc/www/firefox-esr/DESCR diff -u pkgsrc/www/firefox-esr/DESCR:1.1 pkgsrc/www/firefox-esr/DESCR:1.2 --- pkgsrc/www/firefox-esr/DESCR:1.1 Wed Jan 15 20:42:10 2020 +++ pkgsrc/www/firefox-esr/DESCR Tue Sep 6 09:15:56 2022 @@ -3,3 +3,6 @@ Release version of the Mozilla Firefox w versions available, this package points to the most recent available version. It is intended to allow easy upgrades to the most recent ESR release. + +Note: Due to upstream's trademark policies, this package identifies as +"Nightly" rather than "Firefox" by default. Index: pkgsrc/www/firefox102/DESCR diff -u pkgsrc/www/firefox102/DESCR:1.2 pkgsrc/www/firefox102/DESCR:1.3 --- pkgsrc/www/firefox102/DESCR:1.2 Sat Aug 6 10:12:44 2022 +++ pkgsrc/www/firefox102/DESCR Tue Sep 6 09:15:57 2022 @@ -9,4 +9,7 @@ Firefox also offers excellent bookmark a can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. -This package provides Firefox 102 ESR. +Note: Due to upstream's trademark policies, this package identifies as +"Nightly" rather than "Firefox" by default. + +This package provides Firefox 102 Extended Support Release. Index: pkgsrc/www/firefox52/DESCR diff -u pkgsrc/www/firefox52/DESCR:1.3 pkgsrc/www/firefox52/DESCR:1.4 --- pkgsrc/www/firefox52/DESCR:1.3 Wed Nov 11 10:26:49 2020 +++ pkgsrc/www/firefox52/DESCR Tue Sep 6 09:15:57 2022 @@ -12,3 +12,6 @@ CSS, JavaScript, C++, etc. Many extensio This package provides Firefox 52 ESR. It is now unsupported and is provided only for platforms where the Rust toolchain required in newer Firefox versions is problematic. + +Note: Due to upstream's trademark policies, this package identifies as +"Nightly" rather than "Firefox" by default. Index: pkgsrc/www/firefox91/DESCR diff -u pkgsrc/www/firefox91/DESCR:1.1 pkgsrc/www/firefox91/DESCR:1.2 --- pkgsrc/www/firefox91/DESCR:1.1 Wed Sep 8 22:19:50 2021 +++ pkgsrc/www/firefox91/DESCR Tue Sep 6 09:15:57 2022 @@ -9,4 +9,7 @@ Firefox also offers excellent bookmark a can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. -This package provides Firefox 91 ESR. +Note: Due to upstream's trademark policies, this package identifies as +"Nightly" rather than "Firefox" by default. + +This package provides Firefox 91 Extended Support Release. --_----------=_1662455757138650--