summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-21 21:47:47 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-21 21:47:47 +0800
commit331a7306c1f06d0ee34bbf77a9aa1b6402270b35 (patch)
tree0a848a8a55e33aee92d098d1f74fd8d4607c5501
parenta8d3b5ddb4748777f0496a3055c5b93e3109f0d7 (diff)
downloadmarcuscom-ports-331a7306c1f06d0ee34bbf77a9aa1b6402270b35.tar
marcuscom-ports-331a7306c1f06d0ee34bbf77a9aa1b6402270b35.tar.gz
marcuscom-ports-331a7306c1f06d0ee34bbf77a9aa1b6402270b35.tar.bz2
marcuscom-ports-331a7306c1f06d0ee34bbf77a9aa1b6402270b35.tar.lz
marcuscom-ports-331a7306c1f06d0ee34bbf77a9aa1b6402270b35.tar.xz
marcuscom-ports-331a7306c1f06d0ee34bbf77a9aa1b6402270b35.tar.zst
marcuscom-ports-331a7306c1f06d0ee34bbf77a9aa1b6402270b35.zip
Update to 32284
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10885 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--www/webkit-gtk2/Makefile4
-rw-r--r--www/webkit-gtk2/distinfo6
-rw-r--r--www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp18
3 files changed, 14 insertions, 14 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index a28a0b8b0..b02670148 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD: ports/www/webkit-gtk2/Makefile,v 1.2 2008/03/31 10:33:05 ahze Exp $
-# $MCom: ports/www/webkit-gtk2/Makefile,v 1.11 2008/04/04 15:38:37 ahze Exp $
+# $MCom: ports/www/webkit-gtk2/Makefile,v 1.12 2008/04/07 23:08:03 ahze Exp $
#
PORTNAME= webkit
-PORTVERSION= 0.0.31667
+PORTVERSION= 0.0.32284
CATEGORIES= www
MASTER_SITES= http://nightly.webkit.org/files/trunk/src/
PKGNAMESUFFIX= -gtk2
diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo
index 1b8483989..9aec3fa95 100644
--- a/www/webkit-gtk2/distinfo
+++ b/www/webkit-gtk2/distinfo
@@ -1,3 +1,3 @@
-MD5 (WebKit-r31667.tar.bz2) = 280c4ad4f5acb062bcd3bc1237c0162e
-SHA256 (WebKit-r31667.tar.bz2) = 87d82ba06ea351565c30b259e036d86438705be4fcb84f855253d40232613b77
-SIZE (WebKit-r31667.tar.bz2) = 9251523
+MD5 (WebKit-r32284.tar.bz2) = 2fc44fa78bd7becd6688550a260f78f7
+SHA256 (WebKit-r32284.tar.bz2) = e96a58c5947af01c15f7a1fde032efd8d5d585ed3c7d16f5c9c1f8a50eb83ceb
+SIZE (WebKit-r32284.tar.bz2) = 9993218
diff --git a/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp b/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp
index c7a93db28..c27e6365a 100644
--- a/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp
+++ b/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp
@@ -1,11 +1,11 @@
---- WebCore/plugins/gtk/PluginDatabaseGtk.cpp.orig 2008-04-03 19:24:32.000000000 -0400
-+++ WebCore/plugins/gtk/PluginDatabaseGtk.cpp 2008-04-04 10:45:21.455604357 -0400
-@@ -78,7 +78,7 @@
- directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "lib", "browser", "plugins", 0);
+--- WebCore/plugins/gtk/PluginDatabaseGtk.cpp.orig 2008-04-18 04:00:55.000000000 -0400
++++ WebCore/plugins/gtk/PluginDatabaseGtk.cpp 2008-04-21 08:15:45.665667131 -0400
+@@ -75,7 +75,7 @@
+ g_strfreev(pluginPaths);
+ }
+
+- directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "lib", "browser", "plugins", NULL);
++ directory = g_build_filename(G_DIR_SEPARATOR_S %%_BROWSER_PLUGINS_DIR%% NULL);
directories.append(directory);
g_free(directory);
-- directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "local", "lib", "mozilla", "plugins", 0);
-+ directory = g_build_filename(G_DIR_SEPARATOR_S %%_BROWSER_PLUGINS_DIR%% 0);
- directories.append(directory);
- g_free (directory);
- directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "lib", "mozilla", "plugins", 0);
+ directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "local", "lib", "mozilla", "plugins", NULL);