diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-10-20 17:01:29 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-10-20 17:01:29 +0000 |
commit | 742c7aa8058c54478413de11ccb003c785d9f508 (patch) | |
tree | 49b97cd7819b17b0de454f9b9bcd8b21fcdba358 /mail/thunderbird | |
parent | 2339111cfc4af096f6860e58fa3f945d301ad0eb (diff) | |
download | ports-742c7aa8058c54478413de11ccb003c785d9f508.tar.gz ports-742c7aa8058c54478413de11ccb003c785d9f508.zip |
Notes
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-mozilla-xpcom-base-nsStackWalk.cpp | 10 |
3 files changed, 14 insertions, 4 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 1cfcb67eadd4..37739d368167 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -DISTVERSION= 3.1.4 +DISTVERSION= 3.1.5 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 0e72448134b6..a7dd5c30efda 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,3 +1,3 @@ -MD5 (thunderbird-3.1.4.source.tar.bz2) = 08f029e927e2e07aa863096fdf21db84 -SHA256 (thunderbird-3.1.4.source.tar.bz2) = 788905714e768c94025a954e1bea281f8e728d52b8249f2df43e6732d2ea7a08 -SIZE (thunderbird-3.1.4.source.tar.bz2) = 66636919 +MD5 (thunderbird-3.1.5.source.tar.bz2) = 9a75383c7142a9b2487f0ce7e7913824 +SHA256 (thunderbird-3.1.5.source.tar.bz2) = 666e46e2d245ef0286a8c6b09eda3a1f6bf86917755464223789bda5680ac6e2 +SIZE (thunderbird-3.1.5.source.tar.bz2) = 65846402 diff --git a/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp b/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp new file mode 100644 index 000000000000..4d2bca2ca692 --- /dev/null +++ b/mail/thunderbird/files/patch-mozilla-xpcom-base-nsStackWalk.cpp @@ -0,0 +1,10 @@ +--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2010-09-12 19:34:04.012503905 +0300 ++++ mozilla/xpcom/base/nsStackWalk.cpp 2010-09-12 19:34:41.294462134 +0300 +@@ -41,6 +41,7 @@ + /* API for getting a stack trace of the C/C++ stack on the current thread */ + + #include "nsStackWalk.h" ++#include <dlfcn.h> + + #if defined(_WIN32) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_IA64)) && !defined(WINCE) // WIN32 x86 stack walking code + |