From owner-dev-commits-ports-branches@freebsd.org Sat Jul 24 00:39:26 2021 Return-Path: Delivered-To: dev-commits-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 753DE653DFA; Sat, 24 Jul 2021 00:39:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GWnPp2WQgz4dK5; Sat, 24 Jul 2021 00:39:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24F0E2ECA5; Sat, 24 Jul 2021 00:39:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16O0dQDP003853; Sat, 24 Jul 2021 00:39:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16O0dQmQ003852; Sat, 24 Jul 2021 00:39:26 GMT (envelope-from git) Date: Sat, 24 Jul 2021 00:39:26 GMT Message-Id: <202107240039.16O0dQmQ003852@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 0863b629f7d8 - 2021Q3 - www/firefox: update to 90.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 0863b629f7d86d8efd2297c4fab529a9f5c5c88e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2021 00:39:26 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=0863b629f7d86d8efd2297c4fab529a9f5c5c88e commit 0863b629f7d86d8efd2297c4fab529a9f5c5c88e Author: Jan Beich AuthorDate: 2021-07-21 21:58:40 +0000 Commit: Jan Beich CommitDate: 2021-07-24 00:27:45 +0000 www/firefox: update to 90.0.2 Changes: https://www.mozilla.org/firefox/90.0.2/releasenotes/ Reported by: Repology (cherry picked from commit 25053a42730c6cf11afd7484b3930435ce5f26a8) --- www/firefox/Makefile | 2 +- www/firefox/distinfo | 6 +++--- www/firefox/files/patch-bug1720441 | 38 -------------------------------------- 3 files changed, 4 insertions(+), 42 deletions(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index df89a52409c4..d86788d47ecf 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,7 +1,7 @@ # Created by: Alan Eldridge PORTNAME= firefox -DISTVERSION= 90.0.1 +DISTVERSION= 90.0.2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index a788fec0cd78..9b8273348e10 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626529297 -SHA256 (firefox-90.0.1.source.tar.xz) = 85796ca5857e2196c8722719423d3f164396efdefb2988d3efd6d5c399dc0a87 -SIZE (firefox-90.0.1.source.tar.xz) = 378978080 +TIMESTAMP = 1626904720 +SHA256 (firefox-90.0.2.source.tar.xz) = 35c45dbc21a7bd59e5daa6b3fef7a08c51ff0a1333f47a355bb1cbc840c3ff59 +SIZE (firefox-90.0.2.source.tar.xz) = 380670372 diff --git a/www/firefox/files/patch-bug1720441 b/www/firefox/files/patch-bug1720441 deleted file mode 100644 index a4de649bd5eb..000000000000 --- a/www/firefox/files/patch-bug1720441 +++ /dev/null @@ -1,38 +0,0 @@ -commit ef4af678b2aec19fbe16be083d3c7e85454c1b09 -Author: Emilio Cobos Álvarez -Date: Fri Jul 16 08:29:45 2021 +0000 - - Bug 1720441 - Remove unthemed menubar color. r=stransky - - Menubars on Linux are unthemed by default so they are transparent. Only - themed menubars should use -moz-menubarcolor. - - Differential Revision: https://phabricator.services.mozilla.com/D119873 - -diff --git browser/themes/linux/places/organizer.css browser/themes/linux/places/organizer.css -index 97ee94ecad7b..421ebe9526bc 100644 ---- browser/themes/linux/places/organizer.css -+++ browser/themes/linux/places/organizer.css -@@ -7,6 +7,7 @@ - #placesToolbar { - appearance: auto; - -moz-default-appearance: menubar; -+ color: -moz-menubartext; - } - - @media (-moz-menubar-drag) { -diff --git toolkit/themes/linux/global/menu.css toolkit/themes/linux/global/menu.css -index 2c3d09b4aa54..044cf97c0e0b 100644 ---- toolkit/themes/linux/global/menu.css -+++ toolkit/themes/linux/global/menu.css -@@ -51,10 +51,6 @@ menucaption[disabled="true"] { - color: GrayText; - } - --menubar { -- color: -moz-menubartext; --} -- - menubar > menu { - padding: 0 4px; - }