diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2022-12-09 22:44:05 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2022-12-09 22:44:05 +0000 |
commit | d3fea590a123339b8bd7cbf0163c49441c7a0d7b (patch) | |
tree | e120acb8f64ea8302401f60d214cc5c0947897d4 /mail/thunderbird | |
parent | ae7a17e8f01a165a7863a6d0b29046a0b3299835 (diff) | |
download | ports-d3fea590a123339b8bd7cbf0163c49441c7a0d7b.tar.gz ports-d3fea590a123339b8bd7cbf0163c49441c7a0d7b.zip |
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 6 | ||||
-rw-r--r-- | 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 - |