git: 457aeb3d57a0 - main - www/firefox: update to 93.0 (rc1)
Christoph Moench-Tegeder
cmt at FreeBSD.org
Wed Sep 29 10:19:39 UTC 2021
The branch main has been updated by cmt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=457aeb3d57a0feeb742632759201ca2a7c2213a5
commit 457aeb3d57a0feeb742632759201ca2a7c2213a5
Author: Christoph Moench-Tegeder <cmt at FreeBSD.org>
AuthorDate: 2021-09-29 10:18:58 +0000
Commit: Christoph Moench-Tegeder <cmt at FreeBSD.org>
CommitDate: 2021-09-29 10:18:58 +0000
www/firefox: update to 93.0 (rc1)
Releasenotes (soon):
https://www.mozilla.org/en-US/firefox/93.0/releasenotes/
---
www/firefox/Makefile | 4 ++--
www/firefox/distinfo | 6 +++---
www/firefox/files/patch-bug1602730_comment5 | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 9369e6288c76..3f77dbe85e4b 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,7 +1,7 @@
# Created by: Alan Eldridge <alane at FreeBSD.org>
PORTNAME= firefox
-DISTVERSION= 92.0.1
+DISTVERSION= 93.0
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
@@ -12,7 +12,7 @@ MAINTAINER= gecko at FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
BUILD_DEPENDS= nspr>=4.32:devel/nspr \
- nss>=3.69:security/nss \
+ nss>=3.70:security/nss \
icu>=67.1,1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=2.8.1:print/harfbuzz \
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 41c3191267ab..4d6458d79e11 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632397287
-SHA256 (firefox-92.0.1.source.tar.xz) = 9096b22e162cd299080d5eef8f3627a71a594ceba2b89e3000f2c3e8ea603eb1
-SIZE (firefox-92.0.1.source.tar.xz) = 383567460
+TIMESTAMP = 1632868474
+SHA256 (firefox-93.0.source.tar.xz) = a78f080f5849bc284b84299f3540934a12e961a7ea368b592ae6576ea1f97102
+SIZE (firefox-93.0.source.tar.xz) = 382181136
diff --git a/www/firefox/files/patch-bug1602730_comment5 b/www/firefox/files/patch-bug1602730_comment5
index 49f9f4321df8..212221b6d5cf 100644
--- a/www/firefox/files/patch-bug1602730_comment5
+++ b/www/firefox/files/patch-bug1602730_comment5
@@ -1,14 +1,14 @@
--- gfx/layers/composite/CompositableHost.cpp.orig 2020-09-12 21:47:42 UTC
+++ gfx/layers/composite/CompositableHost.cpp
-@@ -13,6 +13,7 @@
- #include "ImageHost.h" // for ImageHostBuffered, etc
+@@ -10,6 +10,7 @@
+ #include "Effects.h" // for EffectMask, Effect, etc
+ #include "gfxUtils.h"
#include "Layers.h"
- #include "TiledContentHost.h" // for TiledContentHost
+#include "mozilla/EndianUtils.h"
#include "mozilla/gfx/gfxVars.h"
#include "mozilla/layers/LayersSurfaces.h" // for SurfaceDescriptor
#include "mozilla/layers/TextureHost.h" // for TextureHost, etc
-@@ -92,9 +93,13 @@ bool CompositableHost::AddMaskEffect(EffectChain& aEff
+@@ -89,9 +90,13 @@
}
MOZ_ASSERT(source);
More information about the dev-commits-ports-all
mailing list