aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-07-17 17:45:09 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-07-17 17:48:23 +0000
commit0858bd828885d283406a4c8629a702dd2251deff (patch)
treea055e0336e06a9f50a622d15ad1e40777fb93a03
parent2fbcd91fc10cfe9b31deb782a8c7927eb3a6b26f (diff)
downloadports-0858bd828885d283406a4c8629a702dd2251deff.tar.gz
ports-0858bd828885d283406a4c8629a702dd2251deff.zip
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)
-rw-r--r--www/firefox/Makefile2
-rw-r--r--www/firefox/distinfo6
-rw-r--r--www/firefox/files/patch-bug172044138
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@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@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;
+ }