Date: Sat, 24 Jul 2021 00:26:25 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 25053a42730c - main - www/firefox: update to 90.0.2 Message-ID: <202107240026.16O0QPYA090200@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=25053a42730c6cf11afd7484b3930435ce5f26a8 commit 25053a42730c6cf11afd7484b3930435ce5f26a8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-07-21 21:58:40 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-07-24 00:22:52 +0000 www/firefox: update to 90.0.2 Changes: https://www.mozilla.org/firefox/90.0.2/releasenotes/ Reported by: Repology --- 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 <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; - }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107240026.16O0QPYA090200>