aboutsummaryrefslogtreecommitdiffstats
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2013-06-26 19:01:34 +0800
committerflo <flo@FreeBSD.org>2013-06-26 19:01:34 +0800
commit2fde5a1d8567a987d8ea29f1ba7f64f5424a8f91 (patch)
tree95f37f9850e84f6918dba03cead478194c444dc5 /mail/thunderbird
parent670397c80589bb0b2ccbf7ead6a58ba10df2eab7 (diff)
downloadfreebsd-ports-gnome-2fde5a1d8567a987d8ea29f1ba7f64f5424a8f91.tar.gz
freebsd-ports-gnome-2fde5a1d8567a987d8ea29f1ba7f64f5424a8f91.tar.zst
freebsd-ports-gnome-2fde5a1d8567a987d8ea29f1ba7f64f5424a8f91.zip
- update firefox to 22.0
- update firefox-esr, thunderbird and libxul to 17.0.7 - update nspr to 4.10 - OSS support was removed upstream, only ALSA and PulseAudio are supported from now on. Security: b3fcb387-de4b-11e2-b1c6-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile2
-rw-r--r--mail/thunderbird/distinfo4
-rw-r--r--mail/thunderbird/files/patch-bug85493622
3 files changed, 3 insertions, 25 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index d89b02f1dcc0..9abe96133e28 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= thunderbird
-DISTVERSION= 17.0.6
+DISTVERSION= 17.0.7
CATEGORIES= mail ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source
DISTFILES= ${PORTNAME}-${DISTVERSION}esr.source${EXTRACT_SUFX}
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 1ed9d79e5f6a..46c0abc03ace 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,4 +1,4 @@
-SHA256 (thunderbird-17.0.6esr.source.tar.bz2) = ddae9e083f14e248d1b552c93d8aecf7989795a494f7b45492bbceb0b8c495e7
-SIZE (thunderbird-17.0.6esr.source.tar.bz2) = 113885201
+SHA256 (thunderbird-17.0.7esr.source.tar.bz2) = cc1e1e1be3fd1ad26520f433ccb1c37a416236055e6cbdb223742248f28a9a8b
+SIZE (thunderbird-17.0.7esr.source.tar.bz2) = 113569841
SHA256 (enigmail-1.5.1.tar.gz) = 234ca3c8f7c74afb64ebdaa4762e358f35a72c1f8de007b992497fc2db803af0
SIZE (enigmail-1.5.1.tar.gz) = 1213954
diff --git a/mail/thunderbird/files/patch-bug854936 b/mail/thunderbird/files/patch-bug854936
deleted file mode 100644
index fc3aa229c965..000000000000
--- a/mail/thunderbird/files/patch-bug854936
+++ /dev/null
@@ -1,22 +0,0 @@
---- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp~
-+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp
-@@ -9,7 +9,7 @@
- #include "xptc_gcc_x86_unix.h"
-
- extern "C" {
--static void ATTRIBUTE_USED __attribute__ ((regparm(3)))
-+void ATTRIBUTE_USED __attribute__ ((regparm(3)))
- invoke_copy_to_stack(uint32_t paramCount, nsXPTCVariant* s, uint32_t* d)
- {
- for(uint32_t i = paramCount; i >0; i--, d++, s++)
---- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp~
-+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp
-@@ -10,7 +10,7 @@
- #include "xptc_gcc_x86_unix.h"
-
- extern "C" {
--static nsresult ATTRIBUTE_USED
-+nsresult ATTRIBUTE_USED
- __attribute__ ((regparm (3)))
- PrepareAndDispatch(uint32_t methodIndex, nsXPTCStubBase* self, uint32_t* args)
- {