git: 0858bd828885 - 2021Q3 - www/firefox: update to 90.0.1 (rc1)
Christoph Moench-Tegeder
cmt at FreeBSD.org
Sat Jul 17 17:48:37 UTC 2021
The branch 2021Q3 has been updated by cmt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0858bd828885d283406a4c8629a702dd2251deff
commit 0858bd828885d283406a4c8629a702dd2251deff
Author: Christoph Moench-Tegeder <cmt at FreeBSD.org>
AuthorDate: 2021-07-17 17:45:09 +0000
Commit: Christoph Moench-Tegeder <cmt at FreeBSD.org>
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 <alane at FreeBSD.org>
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 <emilio at crisal.io>
+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;
+ }
More information about the dev-commits-ports-all
mailing list