aboutsummaryrefslogtreecommitdiffstats
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorcmt <cmt@FreeBSD.org>2019-03-15 18:22:45 +0800
committercmt <cmt@FreeBSD.org>2019-03-15 18:22:45 +0800
commit3785ca9914790b33dab1e6ae371061202699236e (patch)
tree238cdc295d97ad442f2b39c726a2630d15b075d9 /mail/thunderbird
parent035187a4544e8d16983cd98cd1c460c849ef2352 (diff)
downloadfreebsd-ports-gnome-3785ca9914790b33dab1e6ae371061202699236e.tar.gz
freebsd-ports-gnome-3785ca9914790b33dab1e6ae371061202699236e.tar.zst
freebsd-ports-gnome-3785ca9914790b33dab1e6ae371061202699236e.zip
update thunderbird to 60.6.0 (rc2)
Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/60.6.0/releasenotes/ PR: 236537 Approved by: jbeich (gecko@) MFH: 2019Q1
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile4
-rw-r--r--mail/thunderbird/distinfo6
-rw-r--r--mail/thunderbird/files/patch-bug153285140
-rw-r--r--mail/thunderbird/files/patch-z-bug14369113
4 files changed, 7 insertions, 46 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 31d81b26de8d..db9cc3290fb1 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= thunderbird
-DISTVERSION= 60.5.3
+DISTVERSION= 60.6.0
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
- MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source
DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX}
MAINTAINER= gecko@FreeBSD.org
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index a74b9c872a47..e46ee4ed7240 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551781243
-SHA256 (thunderbird-60.5.3.source.tar.xz) = 83c91c4dc9b537aca99db45f99ccf2258cd830c704fb4aa994df18272c8a5211
-SIZE (thunderbird-60.5.3.source.tar.xz) = 284754320
+TIMESTAMP = 1552589899
+SHA256 (thunderbird-60.6.0.source.tar.xz) = bd8e894cb5001941e54d36f7843bf83f8ed1e85e185848c2096bc01417ebf3da
+SIZE (thunderbird-60.6.0.source.tar.xz) = 285222616
diff --git a/mail/thunderbird/files/patch-bug1532851 b/mail/thunderbird/files/patch-bug1532851
deleted file mode 100644
index a13b0ff125eb..000000000000
--- a/mail/thunderbird/files/patch-bug1532851
+++ /dev/null
@@ -1,40 +0,0 @@
-diff --git js/src/wasm/WasmSignalHandlers.cpp js/src/wasm/WasmSignalHandlers.cpp
-index fc49f361d82a..636537f84786 100644
---- js/src/wasm/WasmSignalHandlers.cpp
-+++ js/src/wasm/WasmSignalHandlers.cpp
-@@ -102,6 +102,11 @@ using mozilla::DebugOnly;
- #define EPC_sig(p) ((p)->sc_pc)
- #define RFP_sig(p) ((p)->sc_regs[30])
- #endif
-+#if defined(__ppc64__) || defined(__PPC64__) || defined(__ppc64le__) || \
-+ defined(__PPC64LE__)
-+#define R01_sig(p) ((p)->sc_frame.fixreg[1])
-+#define R32_sig(p) ((p)->sc_frame.srr0)
-+#endif
- #elif defined(__linux__) || defined(__sun)
- #if defined(__linux__)
- #define EIP_sig(p) ((p)->uc_mcontext.gregs[REG_EIP])
-@@ -169,6 +174,11 @@ using mozilla::DebugOnly;
- #define EPC_sig(p) ((p)->uc_mcontext.__gregs[_REG_EPC])
- #define RFP_sig(p) ((p)->uc_mcontext.__gregs[_REG_S8])
- #endif
-+#if defined(__ppc64__) || defined(__PPC64__) || defined(__ppc64le__) || \
-+ defined(__PPC64LE__)
-+#define R01_sig(p) ((p)->uc_mcontext.__gregs[_REG_R1])
-+#define R32_sig(p) ((p)->uc_mcontext.__gregs[_REG_PC])
-+#endif
- #elif defined(__DragonFly__) || defined(__FreeBSD__) || \
- defined(__FreeBSD_kernel__)
- #define EIP_sig(p) ((p)->uc_mcontext.mc_eip)
-@@ -197,6 +207,11 @@ using mozilla::DebugOnly;
- #if defined(__FreeBSD__) && defined(__mips__)
- #define EPC_sig(p) ((p)->uc_mcontext.mc_pc)
- #define RFP_sig(p) ((p)->uc_mcontext.mc_regs[30])
-+#endif
-+#if defined(__FreeBSD__) && (defined(__ppc64__) || defined(__PPC64__) || \
-+ defined(__ppc64le__) || defined(__PPC64LE__))
-+#define R01_sig(p) ((p)->uc_mcontext.mc_gpr[1])
-+#define R32_sig(p) ((p)->uc_mcontext.mc_srr0)
- #endif
- #elif defined(XP_DARWIN)
- #define EIP_sig(p) ((p)->thread.uts.ts32.__eip)
diff --git a/mail/thunderbird/files/patch-z-bug1436911 b/mail/thunderbird/files/patch-z-bug1436911
index c60f388ca00e..921940d5e167 100644
--- a/mail/thunderbird/files/patch-z-bug1436911
+++ b/mail/thunderbird/files/patch-z-bug1436911
@@ -81,7 +81,7 @@ deleted file mode 100644
index 808b797d9bee..000000000000
--- dom/ipc/ContentPrefs.cpp
+++ /dev/null
-@@ -1,360 +0,0 @@
+@@ -1,361 +0,0 @@
-/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* vim: set ts=8 sts=2 et sw=2 tw=80: */
-/* This Source Code Form is subject to the terms of the Mozilla Public
@@ -223,6 +223,7 @@ index 808b797d9bee..000000000000
- "javascript.options.strict.debug",
- "javascript.options.throw_on_asmjs_validation_failure",
- "javascript.options.throw_on_debuggee_would_run",
+- "javascript.options.unboxed_objects",
- "javascript.options.wasm",
- "javascript.options.wasm_baselinejit",
- "javascript.options.wasm_ionjit",