Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (2922b60f0cd7b408e525d6ee66fe975f2bfcc45c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (2922b60f0cd7b408e525d6ee66fe975f2bfcc45c)
  • Date: Fri, 23 Jul 2010 17:24:07 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

mail/thunderbird/BUILD | 1 +
mail/thunderbird/DETAILS | 4 ++--
mail/thunderbird/HISTORY | 5 +++++
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 2922b60f0cd7b408e525d6ee66fe975f2bfcc45c
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

thunderbird: Updated to version 3.1.1. SECURITY_PATCH++
Fixed build problem with crashreporter by disabling it.

diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index 9b3a41a..ffe9a9b 100755
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -35,6 +35,7 @@ fi
--with-user-appdir=.thunderbird \
--enable-application=mail \
--enable-static \
+ --disable-crashreporter \
$OPTS &&

make
diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS
index dd49f45..9fdb28f 100755
--- a/mail/thunderbird/DETAILS
+++ b/mail/thunderbird/DETAILS
@@ -1,5 +1,5 @@
SPELL=thunderbird
- VERSION=3.1
+ VERSION=3.1.1
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="mozilla.gpg:$SOURCE2:UPSTREAM_KEY"
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$SOURCE

SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$SOURCE2
SOURCE2_IGNORE=signature
- SECURITY_PATCH=19
+ SECURITY_PATCH=20
WEB_SITE=http://www.mozilla.org/products/thunderbird/
ENTERED=20041028
LICENSE[0]=MOZILLA
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index 6d3f7ec..fe64ab3 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,8 @@
+2010-07-23 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 3.1.1, SECURITY_PATCH++
+ * BUILD: Added --disable-crashreport which is broken and
+ won't build.
+
2010-07-03 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 3.1
* DEPENDS: Optional depends on wireless-tools



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (2922b60f0cd7b408e525d6ee66fe975f2bfcc45c), George Sherwood, 07/23/2010

Archive powered by MHonArc 2.6.24.

Top of Page