New commits:
commit d38e043537ecedfdf1f0ab417b33815075d5817f
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>
#
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 5255a1c..52e36c9 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -5,7 +5,7 @@ if [ "$FIREFOX_CVS" == "y" ]; then
SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs-mirror.mozilla.org:/cvsroot:mozilla/client.mk
SOURCE_IGNORE=volatile
else
- VERSION=2.0.0.2
+ VERSION=2.0.0.3
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=${SOURCE}.asc
SOURCE_GPG="firefox.gpg:${SOURCE2}:UPSTREAM_KEY"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 638662b..bdbe20a 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,9 @@
+2007-03-20 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.0.0.3
+ * BUILD: Small cleanup of FIREFOX_HOME variable.
+ * INSTALL: Updated sed to using $VERSION vice hardcoded version
+ * firefox-config.patch: Updated for version 2.0.0.3.
+
2007-03-03 George Sherwood <george AT beernabeer.com>
* INSTALL: Added sedit to fix firefox-plugin.pc for nspr. Bug #13581
diff --git a/http/firefox/firefox-config.patch
b/http/firefox/firefox-config.patch
index 3ef7fc8..56a84de 100644
--- a/http/firefox/firefox-config.patch
+++ b/http/firefox/firefox-config.patch
@@ -14,8 +14,8 @@
exit 0
;;
--cflags)
-- if test "/usr/local/include/firefox-2.0.0.2" != /usr/include ; then
-- includes="-I/usr/local/include/firefox-2.0.0.2"
+- if test "/usr/local/include/firefox-2.0.0.3" != /usr/include ; then
+- includes="-I/usr/local/include/firefox-2.0.0.3"
+ if test "/usr/include/firefox" != /usr/include ; then
+ includes="-I/usr/include/firefox"
fi
@@ -25,14 +25,14 @@
if test "$echo_cflags" = "yes"; then
nspr_cflags="-I/usr/include/nspr"
for n in $echo_components; do
-- component_includes="$component_includes
-I/usr/local/include/firefox-2.0.0.2/$n"
+- component_includes="$component_includes
-I/usr/local/include/firefox-2.0.0.3/$n"
+ component_includes="$component_includes -I/usr/include/firefox/$n"
done
echo $component_includes $includes $nspr_cflags
fi
if test "$echo_idlflags" = "yes"; then
-- echo "-I/usr/local/share/idl/firefox-2.0.0.2"
+- echo "-I/usr/local/share/idl/firefox-2.0.0.3"
+ echo "-I/usr/share/idl/firefox"
fi