[SM-Commit] GIT changes to master grimoire by George Sherwood (a30dd0f1ea413335d08d6e9f6e49ccc47d30d613)

George Sherwood scm at sourcemage.org
Fri Nov 2 14:37:43 EDT 2007


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

 http/firefox/DETAILS              |    2 +-
 http/firefox/HISTORY              |    4 ++++
 http/firefox/firefox-config.patch |   10 +++++-----
 3 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit a30dd0f1ea413335d08d6e9f6e49ccc47d30d613
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    firefox: Updated to version 2.0.0.9. Patch updated also.

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 953096d..1201bb2 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -5,7 +5,7 @@ if  [  "$FIREFOX_CVS"  ==  "y"  ];  then
    SOURCE_URL[0]=cvs://:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot:mozilla/client.mk
    SOURCE_IGNORE=volatile
 else
-         VERSION=2.0.0.8
+         VERSION=2.0.0.9
           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 e1a8077..2c88001 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2007-11-02 George Sherwood <george at beernabeer.com>
+	* DETAILS: Updated to version 2.0.0.9.
+	* firefox-config.patch: Updated to 2.0.0.9
+
 2007-10-21 Arwed v. Merkatz <v.merkatz at gmx.net>
 	* INSTALL: fix up permissions after install so it runs as non-root
 
diff --git a/http/firefox/firefox-config.patch b/http/firefox/firefox-config.patch
index 4e7b316..b633d12 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.8" != /usr/include ; then
--        includes="-I/usr/local/include/firefox-2.0.0.8"
+-      if test "/usr/local/include/firefox-2.0.0.9" != /usr/include ; then
+-        includes="-I/usr/local/include/firefox-2.0.0.9"
 +      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.8/$n"
+-	component_includes="$component_includes -I/usr/local/include/firefox-2.0.0.9/$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.8"
+-    echo "-I/usr/local/share/idl/firefox-2.0.0.9"
 +    echo "-I/usr/share/idl/firefox"
  fi
  
@@ -41,6 +41,6 @@
  	    ;;
          esac
      done
--    echo -L/usr/local/lib/firefox-2.0.0.8 $libs
+-    echo -L/usr/local/lib/firefox-2.0.0.9 $libs
 +    echo -L/usr/lib $libs
  fi



More information about the SM-Commit mailing list