Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2022 22:46:02 GMT
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: de4481508882 - 2022Q4 - mail/thunderbird: update to 102.6.0 (rc1)
Message-ID:  <202212092246.2B9Mk2H0086710@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de448150888216579d4b0a6b670f88f05380a3cc

commit de448150888216579d4b0a6b670f88f05380a3cc
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2022-12-09 22:44:05 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2022-12-09 22:45:48 +0000

    mail/thunderbird: update to 102.6.0 (rc1)
    
    Release Notes (soon):
      https://www.thunderbird.net/en-US/thunderbird/102.6.0/releasenotes/
    
    (cherry picked from commit d3fea590a123339b8bd7cbf0163c49441c7a0d7b)
---
 mail/thunderbird/Makefile               |  2 +-
 mail/thunderbird/distinfo               |  6 +++---
 mail/thunderbird/files/patch-bug1773070 | 27 ---------------------------
 3 files changed, 4 insertions(+), 31 deletions(-)

diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 790078a5d5da..5abdf41768d7 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	thunderbird
-DISTVERSION=	102.5.1
+DISTVERSION=	102.6.0
 CATEGORIES=	mail news net-im wayland
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index f668af0609a8..a70813634157 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669744508
-SHA256 (thunderbird-102.5.1.source.tar.xz) = d8de843fffcd10b23c348c5726bff7215c983220ab9e63a5eb7e25aa33901528
-SIZE (thunderbird-102.5.1.source.tar.xz) = 509550884
+TIMESTAMP = 1670623090
+SHA256 (thunderbird-102.6.0.source.tar.xz) = bca72b8694ab71c4c8f415aca69c9178a92d8099cf86b1a0a62f92637d2a44d1
+SIZE (thunderbird-102.6.0.source.tar.xz) = 507624972
diff --git a/mail/thunderbird/files/patch-bug1773070 b/mail/thunderbird/files/patch-bug1773070
deleted file mode 100644
index fdf8ec9df846..000000000000
--- a/mail/thunderbird/files/patch-bug1773070
+++ /dev/null
@@ -1,27 +0,0 @@
-In file included from Unified_cpp_accessible_html0.cpp:29:
-In file included from accessible/html/HTMLImageMapAccessible.cpp:14:
-In file included from layout/generic/nsImageFrame.h:17:
-In file included from ../.build/dist/include/nsDisplayList.h:50:
-In file included from ../.build/dist/include/nsCSSRenderingBorders.h:20:
-In file included from ../.build/dist/include/gfxUtils.h:22:
-In file included from ../.build/dist/include/mozilla/webrender/WebRenderTypes.h:11:
-In file included from ../.build/dist/include/mozilla/webrender/webrender_ffi.h:108:
-../.build/dist/include/mozilla/webrender/webrender_ffi_generated.h:gmake[4]: Leaving directory '../.build/accessible/aom'
-24:33: error: redefinition of 'ROOT_CLIP_CHAIN'
-constexpr static const uint64_t ROOT_CLIP_CHAIN = ~0;
-                                ^
-../.build/dist/include/mozilla/webrender/webrender_ffi.h:80:16: note: previous definition is here
-const uint64_t ROOT_CLIP_CHAIN = ~0;
-               ^
-
---- gfx/webrender_bindings/webrender_ffi.h.orig	2022-05-23 17:12:36 UTC
-+++ gfx/webrender_bindings/webrender_ffi.h
-@@ -77,8 +77,6 @@ using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpo
- struct WrPipelineIdAndEpoch;
- using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpoch>;
- 
--const uint64_t ROOT_CLIP_CHAIN = ~0;
--
- }  // namespace wr
- }  // namespace mozilla
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212092246.2B9Mk2H0086710>