aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2016-10-01 15:43:44 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2016-10-01 15:43:44 +0000
commit6adf212889fa5dbb7adfaf89f06343aeb14aa2dc (patch)
tree69fa16bcd30ed051e465cd5d577ea47423562d10 /mail/thunderbird
parent411f691479f90c04d61f63a5af45828456732fd1 (diff)
downloadports-6adf212889fa5dbb7adfaf89f06343aeb14aa2dc.tar.gz
ports-6adf212889fa5dbb7adfaf89f06343aeb14aa2dc.zip
update thunderbird to 45.4.0
PR: 213141 Approved by: jbeich, rene (mentor) MFH: 2016Q4 Security: 2c57c47e-8bb3-4694-83c8-9fc3abad3964
Notes
Notes: svn path=/head/; revision=423073
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile5
-rw-r--r--mail/thunderbird/distinfo6
-rw-r--r--mail/thunderbird/files/patch-bug124213213
-rw-r--r--mail/thunderbird/files/patch-bug124331221
4 files changed, 5 insertions, 40 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 7f307519a684..6f952eabffc1 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= thunderbird
-DISTVERSION= 45.3.0
-PORTREVISION= 4
+DISTVERSION= 45.4.0
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
@@ -32,7 +31,7 @@ BUILD_DEPENDS= nspr>=4.12:devel/nspr \
LIB_DEPENDS= libv4l2.so:multimedia/libv4l
EM_VERSION= 1.9.5
-L_VERSION= 4.7.3
+L_VERSION= 4.7.4
SSP_UNSAFE= yes
USE_GECKO= gecko
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 00d5ffad0da3..4a30fe71a2b1 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1473253093
-SHA256 (thunderbird-45.3.0.source.tar.xz) = 231f6a7a073344659e436a2b1ae58004c3a29e74375af2c8d0de13f3bc79fac7
-SIZE (thunderbird-45.3.0.source.tar.xz) = 201005896
+TIMESTAMP = 1475317656
+SHA256 (thunderbird-45.4.0.source.tar.xz) = 36f66edbb9b0f1ff9d0de8f12eab6cccbfa23db79e01db307fb2186904a38e61
+SIZE (thunderbird-45.4.0.source.tar.xz) = 201094212
SHA256 (enigmail-1.9.5.tar.gz) = 831e53a4add0f465241f075be9475103367aa1452675adae054d8fb272e5d3ad
SIZE (enigmail-1.9.5.tar.gz) = 1744278
diff --git a/mail/thunderbird/files/patch-bug1242132 b/mail/thunderbird/files/patch-bug1242132
deleted file mode 100644
index 6ff3a6c67691..000000000000
--- a/mail/thunderbird/files/patch-bug1242132
+++ /dev/null
@@ -1,13 +0,0 @@
-# nss-config --cflags returns multiple flags, don't treat them as one string
-
---- mozilla/python/mozbuild/mozbuild/frontend/gyp_reader.py~
-+++ mozilla/python/mozbuild/mozbuild/frontend/gyp_reader.py
-@@ -217,7 +217,7 @@ def read_from_gyp(config, path, output,
- # We may be getting make variable references out of the
- # gyp data, and we don't want those in emitted data, so
- # substitute them with their actual value.
-- f = expand_variables(f, config.substs)
-+ f = expand_variables(f, config.substs).split()
- if not f:
- continue
- # the result may be a string or a list.
diff --git a/mail/thunderbird/files/patch-bug1243312 b/mail/thunderbird/files/patch-bug1243312
deleted file mode 100644
index 43304b2750cb..000000000000
--- a/mail/thunderbird/files/patch-bug1243312
+++ /dev/null
@@ -1,21 +0,0 @@
-commit a5c6f19
-Author: Dragana Damjanovic <dd.mozilla@gmail.com>
-Date: Wed Jan 27 01:47:00 2016 +0100
-
- Bug 1243312 - nsNetCID is missing in toolkit/system/unixproxy/nsLibProxySettings.cpp. r=jduell
----
- toolkit/system/unixproxy/nsLibProxySettings.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git toolkit/system/unixproxy/nsLibProxySettings.cpp toolkit/system/unixproxy/nsLibProxySettings.cpp
-index f6ec377..e9179c1 100644
---- mozilla/toolkit/system/unixproxy/nsLibProxySettings.cpp
-+++ mozilla/toolkit/system/unixproxy/nsLibProxySettings.cpp
-@@ -9,6 +9,7 @@
- #include "nsIURI.h"
- #include "nsString.h"
- #include "nsCOMPtr.h"
-+#include "nsNetCID.h"
- #include "nspr.h"
-
- extern "C" {