Skip to Content.
Sympa Menu

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

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 (15c5677227fb453906d02828d5835f1dbb9ecd17)
  • Date: Sat, 3 Jul 2010 12:34:37 -0500

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

mail/thunderbird/BUILD | 2 +-
mail/thunderbird/DEPENDS | 7 ++++++-
mail/thunderbird/DETAILS | 2 +-
mail/thunderbird/HISTORY | 7 +++++++
mail/thunderbird/INSTALL | 2 +-
mail/thunderbird/PRE_BUILD | 2 +-
6 files changed, 17 insertions(+), 5 deletions(-)

New commits:
commit 15c5677227fb453906d02828d5835f1dbb9ecd17
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

thunderbird: Updated to version 3.1. Fixed changes in directory
names and added optional depends

diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index 43f2143..9b3a41a 100755
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -1,4 +1,4 @@
-cd $SOURCE_DIRECTORY/comm-1.9.1 &&
+cd $SOURCE_DIRECTORY/comm-1.9.2 &&

THUNDERBIRD_HOME=${INSTALL_ROOT}/usr/lib/thunderbird &&
export MOZ_THUNDERBIRD="1" &&
diff --git a/mail/thunderbird/DEPENDS b/mail/thunderbird/DEPENDS
index 14a9d6e..11a3934 100755
--- a/mail/thunderbird/DEPENDS
+++ b/mail/thunderbird/DEPENDS
@@ -32,4 +32,9 @@ optional_depends cairo \
optional_depends startup-notification \
'--enable-startup-notification' \
'--disable-startup-notification' \
- 'for startup notifications'
+ 'for startup notifications' &&
+
+optional_depends 'wireless_tools' \
+ '--enable-necko-wifi' \
+ '--disable-necko-wifi' \
+ 'for Necko WiFi scanning'
diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS
index 8533da8..dd49f45 100755
--- a/mail/thunderbird/DETAILS
+++ b/mail/thunderbird/DETAILS
@@ -1,5 +1,5 @@
SPELL=thunderbird
- VERSION=3.0.5
+ VERSION=3.1
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="mozilla.gpg:$SOURCE2:UPSTREAM_KEY"
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index 33be431..6d3f7ec 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,10 @@
+2010-07-03 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 3.1
+ * DEPENDS: Optional depends on wireless-tools
+ * INSTALL: Updated source directory to comm-1.9.2
+ * BUILD: Updated source directory to comm-1.9.2
+ * PRE_BUILD: Updated source directory to comm-1.9.2
+
2010-06-18 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.0.5

diff --git a/mail/thunderbird/INSTALL b/mail/thunderbird/INSTALL
index d77dc14..d5a11ca 100755
--- a/mail/thunderbird/INSTALL
+++ b/mail/thunderbird/INSTALL
@@ -8,7 +8,7 @@ make install &&
cd ${INSTALL_ROOT}/usr/lib/thunderbird &&
export LD_LIBRARY_PATH="$THUNDERBIRD_HOME" &&
export MOZILLA_FIVE_HOME="$THUNDERBIRD_HOME" &&
-$SOURCE_DIRECTORY/comm-1.9.1/mozilla/dist/bin/regxpcom &&
+$SOURCE_DIRECTORY/comm-1.9.2/mozilla/dist/bin/regxpcom &&
touch `find . -name *.rdf` &&


diff --git a/mail/thunderbird/PRE_BUILD b/mail/thunderbird/PRE_BUILD
index d0c048e..dc78bba 100755
--- a/mail/thunderbird/PRE_BUILD
+++ b/mail/thunderbird/PRE_BUILD
@@ -1,4 +1,4 @@
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
unpack_file '' &&
-cd comm-1.9.1
+cd comm-1.9.2



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (15c5677227fb453906d02828d5835f1dbb9ecd17), George Sherwood, 07/03/2010

Archive powered by MHonArc 2.6.24.

Top of Page