From owner-dev-commits-ports-all@freebsd.org Sat Jul 17 17:48:37 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 B060265936E; Sat, 17 Jul 2021 17:48:37 +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 4GRwZY4fB2z4Scf; Sat, 17 Jul 2021 17:48:37 +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 8829B15000; Sat, 17 Jul 2021 17:48:37 +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 16HHmbsq002423; Sat, 17 Jul 2021 17:48:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16HHmbdB002422; Sat, 17 Jul 2021 17:48:37 GMT (envelope-from git) Date: Sat, 17 Jul 2021 17:48:37 GMT Message-Id: <202107171748.16HHmbdB002422@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: 0858bd828885 - 2021Q3 - www/firefox: update to 90.0.1 (rc1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 0858bd828885d283406a4c8629a702dd2251deff Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2021 17:48:37 -0000 The branch 2021Q3 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=0858bd828885d283406a4c8629a702dd2251deff commit 0858bd828885d283406a4c8629a702dd2251deff Author: Christoph Moench-Tegeder AuthorDate: 2021-07-17 17:45:09 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-07-17 17:48:23 +0000 www/firefox: update to 90.0.1 (rc1) Release Notes (soon): https://www.mozilla.org/en-US/firefox/90.0.1/releasenotes/ While here, try to fix menu display in dark mode[1], see https://bugzilla.mozilla.org/show_bug.cgi?id=1720441 PR: 257225 [1] Reported by: Graham Perrin [1] (cherry picked from commit e1a591344ba3f7593c3a2a4697ce08e377f78f97) --- www/firefox/Makefile | 2 +- www/firefox/distinfo | 6 +++--- www/firefox/files/patch-bug1720441 | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 4 deletions(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 297a9404b898..df89a52409c4 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,7 +1,7 @@ # Created by: Alan Eldridge PORTNAME= firefox -DISTVERSION= 90.0 +DISTVERSION= 90.0.1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 9e067e55bcce..a788fec0cd78 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625645143 -SHA256 (firefox-90.0.source.tar.xz) = 43a943e7d7660c6d7f5b41c95b344b7fd6a4a88ad0bb45dbd844b372ea60d58b -SIZE (firefox-90.0.source.tar.xz) = 378743212 +TIMESTAMP = 1626529297 +SHA256 (firefox-90.0.1.source.tar.xz) = 85796ca5857e2196c8722719423d3f164396efdefb2988d3efd6d5c399dc0a87 +SIZE (firefox-90.0.1.source.tar.xz) = 378978080 diff --git a/www/firefox/files/patch-bug1720441 b/www/firefox/files/patch-bug1720441 new file mode 100644 index 000000000000..a4de649bd5eb --- /dev/null +++ b/www/firefox/files/patch-bug1720441 @@ -0,0 +1,38 @@ +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; + }