summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/thunderbird/Makefile3
-rw-r--r--mail/thunderbird/distinfo6
-rw-r--r--mail/thunderbird/files/patch-bug164098215
3 files changed, 4 insertions, 20 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index eeed6acba8c3..4b2d05259e95 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= thunderbird
-DISTVERSION= 68.10.0
-PORTREVISION= 2
+DISTVERSION= 68.11.0
CATEGORIES= mail news net-im
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 ec5efb94ebe5..14e1fb283309 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593549085
-SHA256 (thunderbird-68.10.0.source.tar.xz) = 700ca2e21fef8f76134fc18d901fe890180c21a988ab39ad651554a8ed08a01d
-SIZE (thunderbird-68.10.0.source.tar.xz) = 331265676
+TIMESTAMP = 1595505903
+SHA256 (thunderbird-68.11.0.source.tar.xz) = 0d2f403c7aca55ab130b7262ff8afc0254e5c0471db01f1631976df68a6af5f2
+SIZE (thunderbird-68.11.0.source.tar.xz) = 337797560
diff --git a/mail/thunderbird/files/patch-bug1640982 b/mail/thunderbird/files/patch-bug1640982
deleted file mode 100644
index fe3282f3b3cc..000000000000
--- a/mail/thunderbird/files/patch-bug1640982
+++ /dev/null
@@ -1,15 +0,0 @@
-Unbreak build with Rust 1.45.0
-
-error: options `-C embed-bitcode=no` and `-C lto` are incompatible
-
---- config/makefiles/rust.mk.orig 2020-06-22 22:55:02 UTC
-+++ config/makefiles/rust.mk
-@@ -47,7 +47,7 @@ cargo_rustc_flags = $(CARGO_RUSTCFLAGS)
- ifndef DEVELOPER_OPTIONS
- ifndef MOZ_DEBUG_RUST
- # Enable link-time optimization for release builds.
--cargo_rustc_flags += -C lto
-+cargo_rustc_flags +=
- endif
- endif
-