New commits:
commit 762a1acab72ed1701cfc3b826926f1d9a039be41
Author: George Sherwood <george AT beernabeer.com>
Commit: George Sherwood <george AT beernabeer.com>
webkitgtk: Updated to version r39077. Added patch to fix compile
problems with bison 2.4
diff --git a/http/webkitgtk/DETAILS b/http/webkitgtk/DETAILS
index eed737e..c496b06 100755
--- a/http/webkitgtk/DETAILS
+++ b/http/webkitgtk/DETAILS
@@ -1,8 +1,8 @@
SPELL=webkitgtk
- VERSION=r38654
+ VERSION=r39077
SOURCE=WebKit-$VERSION.tar.bz2
SOURCE_URL[0]=http://nightly.webkit.org/files/trunk/src/$SOURCE
-
SOURCE_HASH=sha512:00f8c32b1ac42afea8bdc0c45a034f294645ec525f7fa1249e51cef85134c76150b6b925ec0aa86b8370bd7ffd7dc6fbfcc0750c4734bcdf8600ff318162d598
+
SOURCE_HASH=sha512:c4a79c71b97a155f5b26aa5066b21a9379a3adeeda4dd8b9fab5d5249532b6f909274df86e914816f4cced7ce5016ed752197af83e20148f4edc7daddc60cc29
SOURCE_DIRECTORY="$BUILD_DIRECTORY/WebKit-$VERSION"
WEB_SITE=http://webkit.org/
GATHER_DOCS=off
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index 727e35b..b189ad3 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,8 @@
+2008-12-07 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version r39077
+ * PRE_BUILD: Added upstream patch
+ * webkit-bison.patch: Added patch to fix problems with bison 2.4
+
2008-11-21 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version r38654
diff --git a/http/webkitgtk/PRE_BUILD b/http/webkitgtk/PRE_BUILD
index 1b0a55f..6ca0682 100755
--- a/http/webkitgtk/PRE_BUILD
+++ b/http/webkitgtk/PRE_BUILD
@@ -1,6 +1,8 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&