New commits:
commit 95478334ca557645e328fccc6e5f3a03fc6f1ffe
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
thunderbird: Updated to version 2.0.0.14. SECURITY_PATCH++
Removed incorporated gcc43 patch.
diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS
index 3e27916..fef1d00 100755
--- a/mail/thunderbird/DETAILS
+++ b/mail/thunderbird/DETAILS
@@ -1,5 +1,5 @@
SPELL=thunderbird
- VERSION=2.0.0.12
+ VERSION=2.0.0.14
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="mozilla.gpg:$SOURCE2:UPSTREAM_KEY"
@@ -18,7 +18,7 @@ ENIGMAIL_VERSION=0.95.6
LICENSE[1]=MPL
LICENSE[2]=MPL
fi
- SECURITY_PATCH=11
+ SECURITY_PATCH=12
PATCHLEVEL=0
WEB_SITE=http://www.mozilla.org/products/thunderbird/
ENTERED=20041028
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index 3ed3d78..8581c84 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,8 @@
+2008-05-03 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.0.0.14. SECURITY_PATCH=12
+ * PRE_BUILD: Removed gcc43.patch
+ * gcc43.patch: Removed. Incorporated Upstream.
+
2008-03-22 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply gcc43.patch
* gcc43.patch: Patch to enable compilation with gcc 4.3.0
diff --git a/mail/thunderbird/PRE_BUILD b/mail/thunderbird/PRE_BUILD
index c9eda68..9e3013f 100755
--- a/mail/thunderbird/PRE_BUILD
+++ b/mail/thunderbird/PRE_BUILD
@@ -3,8 +3,6 @@ cd $SOURCE_DIRECTORY &&
unpack_file '' &&
cd mozilla &&