diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-07 09:45:38 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-07 09:45:38 +0800 |
commit | d37383b076b18f9a1a1053eaae552896143b2038 (patch) | |
tree | 9f2181a008bc2d609b9d5f2e0fe7407742dbc2f6 | |
parent | 5c801d76a5082e60f59fd0db2fa63f60e2bff7c8 (diff) | |
download | marcuscom-ports-d37383b076b18f9a1a1053eaae552896143b2038.tar marcuscom-ports-d37383b076b18f9a1a1053eaae552896143b2038.tar.gz marcuscom-ports-d37383b076b18f9a1a1053eaae552896143b2038.tar.bz2 marcuscom-ports-d37383b076b18f9a1a1053eaae552896143b2038.tar.lz marcuscom-ports-d37383b076b18f9a1a1053eaae552896143b2038.tar.xz marcuscom-ports-d37383b076b18f9a1a1053eaae552896143b2038.tar.zst marcuscom-ports-d37383b076b18f9a1a1053eaae552896143b2038.zip |
Update to 1.1.12
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12568 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/webkit-gtk2/Makefile | 5 | ||||
-rw-r--r-- | www/webkit-gtk2/distinfo | 6 | ||||
-rw-r--r-- | www/webkit-gtk2/files/patch-WebCore_plugins_soup_ResourcehandleSoup.cpp | 11 | ||||
-rw-r--r-- | www/webkit-gtk2/pkg-plist | 3 |
4 files changed, 8 insertions, 17 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index aedd1c079..e9931c61d 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -3,12 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/webkit-gtk2/Makefile,v 1.32 2009/07/15 11:36:57 avl Exp $ +# $MCom: ports/www/webkit-gtk2/Makefile,v 1.33 2009/07/28 11:18:27 kwm Exp $ # PORTNAME= webkit -PORTVERSION= 1.1.11 -PORTREVISION= 1 +PORTVERSION= 1.1.12 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/ PKGNAMESUFFIX= -gtk2 diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo index 86d0e20ea..2150453f6 100644 --- a/www/webkit-gtk2/distinfo +++ b/www/webkit-gtk2/distinfo @@ -1,3 +1,3 @@ -MD5 (webkit-1.1.11.tar.gz) = 022a72ba5b7fa9e29553c03bf027215f -SHA256 (webkit-1.1.11.tar.gz) = 25777df7888a80f4d2b77ab61a1c25ccb0dede27c8fce2798b9393a2e1d616a6 -SIZE (webkit-1.1.11.tar.gz) = 5412492 +MD5 (webkit-1.1.12.tar.gz) = 1a10c117a0dd3717c2bcaa7a115cf218 +SHA256 (webkit-1.1.12.tar.gz) = 2211f24bec683fc7da1a1d9c1f8f8bc71344d1950cc2e0021df969998a9c8b25 +SIZE (webkit-1.1.12.tar.gz) = 5529942 diff --git a/www/webkit-gtk2/files/patch-WebCore_plugins_soup_ResourcehandleSoup.cpp b/www/webkit-gtk2/files/patch-WebCore_plugins_soup_ResourcehandleSoup.cpp deleted file mode 100644 index 72610a3e8..000000000 --- a/www/webkit-gtk2/files/patch-WebCore_plugins_soup_ResourcehandleSoup.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- WebCore/platform/network/soup/ResourceHandleSoup.cpp.orig 2009-07-25 01:24:42.000000000 +0200 -+++ WebCore/platform/network/soup/ResourceHandleSoup.cpp 2009-07-25 01:25:04.000000000 +0200 -@@ -530,7 +530,7 @@ bool ResourceHandle::startHttp(String ur - - SoupBuffer* soupBuffer = soup_buffer_new_with_owner(g_mapped_file_get_contents(fileMapping), - g_mapped_file_get_length(fileMapping), -- fileMapping, reinterpret_cast<GDestroyNotify>(g_mapped_file_free)); -+ fileMapping, reinterpret_cast<GDestroyNotify>(g_mapped_file_unref)); - soup_message_body_append_buffer(d->m_msg->request_body, soupBuffer); - soup_buffer_free(soupBuffer); - } diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist index fe8ebda35..283089f95 100644 --- a/www/webkit-gtk2/pkg-plist +++ b/www/webkit-gtk2/pkg-plist @@ -32,6 +32,8 @@ lib/libwebkit-1.0.so lib/libwebkit-1.0.so.10 libdata/pkgconfig/webkit-1.0.pc share/locale/de/LC_MESSAGES/webkit.mo +share/locale/en_GB/LC_MESSAGES/webkit.mo +share/locale/es/LC_MESSAGES/webkit.mo share/locale/it/LC_MESSAGES/webkit.mo share/locale/nl/LC_MESSAGES/webkit.mo share/locale/pt_BR/LC_MESSAGES/webkit.mo @@ -40,6 +42,7 @@ share/locale/sr/LC_MESSAGES/webkit.mo share/locale/sr@latin/LC_MESSAGES/webkit.mo share/locale/sv/LC_MESSAGES/webkit.mo share/locale/vi/LC_MESSAGES/webkit.mo +share/locale/zh_CN/LC_MESSAGES/webkit.mo share/webkit-1.0/images/deleteButton.png share/webkit-1.0/images/missingImage.png share/webkit-1.0/images/nullPlugin.png |