aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-07-21 21:58:40 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-07-24 00:22:52 +0000
commit25053a42730c6cf11afd7484b3930435ce5f26a8 (patch)
treeab8b517533174d03243bbcfb013d456959edf2ec
parentfb9ade3c4413980a24c576bc1ba2c3b6688c025c (diff)
downloadports-25053a42730c6cf11afd7484b3930435ce5f26a8.tar.gz
ports-25053a42730c6cf11afd7484b3930435ce5f26a8.zip
www/firefox: update to 90.0.2
-rw-r--r--www/firefox/Makefile2
-rw-r--r--www/firefox/distinfo6
-rw-r--r--www/firefox/files/patch-bug172044138
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 <alane@FreeBSD.org>
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 <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;
- }