summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2010-07-03 12:34:05 -0500
committerGeorge Sherwood2010-07-25 12:15:16 -0500
commitdc96bcd47e6f2640d33c2877a1c477c16e24fd9f (patch)
treed14d8ff3034a0250520db2f23bb020fc9b71f4ae
parentee5d0c18fa319421d557ad0d25f7ef67f9fc3f4d (diff)
thunderbird: Updated to version 3.1. Fixed changes in directory
names and added optional depends (cherry picked from commit 15c5677227fb453906d02828d5835f1dbb9ecd17)
-rwxr-xr-xmail/thunderbird/BUILD2
-rwxr-xr-xmail/thunderbird/DEPENDS7
-rwxr-xr-xmail/thunderbird/DETAILS2
-rw-r--r--mail/thunderbird/HISTORY7
-rwxr-xr-xmail/thunderbird/INSTALL2
-rwxr-xr-xmail/thunderbird/PRE_BUILD2
6 files changed, 17 insertions, 5 deletions
diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index 43f21433b8..9b3a41ad96 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 14a9d6e4c3..11a39343cb 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 8533da86db..dd49f451db 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 33be431a23..6d3f7ec819 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,10 @@
+2010-07-03 George Sherwood <gsherwood@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@vabo.cz>
* DETAILS: 3.0.5
diff --git a/mail/thunderbird/INSTALL b/mail/thunderbird/INSTALL
index d77dc14e03..d5a11cae87 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 d0c048ea56..dc78bba3e5 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