summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-15 00:14:37 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-15 00:14:37 +0800
commitda51b18c8752009712c0800e911a851d0e2459bc (patch)
tree4c9bd09df297cf4abd22edd7974ac46af2e53a86 /www/webkit-gtk2
parent2ca83d48cab919c4f511c3e1b53b7b4eb475a36b (diff)
downloadmarcuscom-ports-da51b18c8752009712c0800e911a851d0e2459bc.tar
marcuscom-ports-da51b18c8752009712c0800e911a851d0e2459bc.tar.gz
marcuscom-ports-da51b18c8752009712c0800e911a851d0e2459bc.tar.bz2
marcuscom-ports-da51b18c8752009712c0800e911a851d0e2459bc.tar.lz
marcuscom-ports-da51b18c8752009712c0800e911a851d0e2459bc.tar.xz
marcuscom-ports-da51b18c8752009712c0800e911a851d0e2459bc.tar.zst
marcuscom-ports-da51b18c8752009712c0800e911a851d0e2459bc.zip
Update to 1.3.3.
Fix font for the page not found error message [1]. PR: ports/148182 [1] Submitted by: Romain Tartiere <romain@FreeBSD.org> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14347 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2')
-rw-r--r--www/webkit-gtk2/Makefile10
-rw-r--r--www/webkit-gtk2/distinfo6
-rw-r--r--www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html17
-rw-r--r--www/webkit-gtk2/pkg-plist59
4 files changed, 55 insertions, 37 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 7eb9c5404..18bab2d12 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/webkit-gtk2/Makefile,v 1.63 2010/07/05 11:31:46 kwm Exp $
+# $MCom: ports/www/webkit-gtk2/Makefile,v 1.64 2010/07/13 09:56:34 kwm Exp $
#
PORTNAME= webkit
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.3
CATEGORIES= www
MASTER_SITES= http://webkitgtk.org/
PKGNAMESUFFIX= -gtk2
@@ -52,8 +52,8 @@ OPTIONS= VIDEO "Enable video support" on \
.include <bsd.port.pre.mk>
-.if exists (${LOCALBASE}/lib/libicutu.so.43)
-LIB_DEPENDS+= icutu.43:${PORTSDIR}/devel/icu4
+.if exists (${LOCALBASE}/lib/libicutu.so.44)
+LIB_DEPENDS+= icutu.44:${PORTSDIR}/devel/icu4
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-WebCore_platform_text_TextBreakIterator.h
.else
LIB_DEPENDS+= icutu.38:${PORTSDIR}/devel/icu
@@ -92,8 +92,6 @@ post-patch:
${WRKSRC}/WebCore/make-hash-tools.pl \
${WRKSRC}/WebCore/css/makevalues.pl \
${WRKSRC}/WebCore/css/makeprop.pl
- @${REINPLACE_CMD} -e 's|GETTEXT_PACKAGE=$$PACKAGE|GETTEXT_PACKAGE=$$PACKAGE-1.0|g' \
- ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
.if !defined(WITH_STATIC)
diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo
index 6d4c1dca0..3f584cbe1 100644
--- a/www/webkit-gtk2/distinfo
+++ b/www/webkit-gtk2/distinfo
@@ -1,3 +1,3 @@
-MD5 (webkit-1.3.2.tar.gz) = 8736b933d059288cdff9f9be64358954
-SHA256 (webkit-1.3.2.tar.gz) = b0f265a1f339f19855572ac6e18a2c1f6aee596cf7c5f70fd3ea00b8e86901a6
-SIZE (webkit-1.3.2.tar.gz) = 7804332
+MD5 (webkit-1.3.3.tar.gz) = 22af6591b124610a8df55c7a87989349
+SHA256 (webkit-1.3.3.tar.gz) = 6520c80aa9b444ca882ee3dbe11b445d5d34bca837a6fcd46eccaf66301e6e08
+SIZE (webkit-1.3.3.tar.gz) = 7306862
diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html b/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html
new file mode 100644
index 000000000..292fc47b6
--- /dev/null
+++ b/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html
@@ -0,0 +1,17 @@
+--- WebKit/gtk/resources/error.html.orig
++++ WebKit/gtk/resources/error.html
+@@ -21,12 +21,12 @@
+ }
+
+ #errorTitleText {
+- font-size: 120%;
++ font-size: 120%%;
+ font-weight: bold;
+ }
+
+ #errorMessageText {
+- font-size: 80%;
++ font-size: 80%%;
+ }
+
+ </style>
diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist
index 127024e5e..2cd5f2ace 100644
--- a/www/webkit-gtk2/pkg-plist
+++ b/www/webkit-gtk2/pkg-plist
@@ -36,7 +36,6 @@ include/webkit-1.0/webkit/WebKitDOMEvent.h
include/webkit-1.0/webkit/WebKitDOMEventTarget.h
include/webkit-1.0/webkit/WebKitDOMFile.h
include/webkit-1.0/webkit/WebKitDOMFileList.h
-include/webkit-1.0/webkit/WebKitDOMGeolocation.h
include/webkit-1.0/webkit/WebKitDOMHTMLAnchorElement.h
include/webkit-1.0/webkit/WebKitDOMHTMLAppletElement.h
include/webkit-1.0/webkit/WebKitDOMHTMLAreaElement.h
@@ -102,8 +101,8 @@ include/webkit-1.0/webkit/WebKitDOMLocation.h
include/webkit-1.0/webkit/WebKitDOMMediaList.h
include/webkit-1.0/webkit/WebKitDOMMemoryInfo.h
include/webkit-1.0/webkit/WebKitDOMMessagePort.h
-include/webkit-1.0/webkit/WebKitDOMMimeType.h
-include/webkit-1.0/webkit/WebKitDOMMimeTypeArray.h
+include/webkit-1.0/webkit/WebKitDOMDOMMimeType.h
+include/webkit-1.0/webkit/WebKitDOMDOMMimeTypeArray.h
include/webkit-1.0/webkit/WebKitDOMNamedNodeMap.h
include/webkit-1.0/webkit/WebKitDOMNavigator.h
include/webkit-1.0/webkit/WebKitDOMNode.h
@@ -111,11 +110,12 @@ include/webkit-1.0/webkit/WebKitDOMNodeFilter.h
include/webkit-1.0/webkit/WebKitDOMNodeIterator.h
include/webkit-1.0/webkit/WebKitDOMNodeList.h
include/webkit-1.0/webkit/WebKitDOMObject.h
-include/webkit-1.0/webkit/WebKitDOMPlugin.h
-include/webkit-1.0/webkit/WebKitDOMPluginArray.h
+include/webkit-1.0/webkit/WebKitDOMDOMPlugin.h
+include/webkit-1.0/webkit/WebKitDOMDOMPluginArray.h
include/webkit-1.0/webkit/WebKitDOMProcessingInstruction.h
include/webkit-1.0/webkit/WebKitDOMRange.h
include/webkit-1.0/webkit/WebKitDOMScreen.h
+include/webkit-1.0/webkit/WebKitDOMDOMStringMap.h
include/webkit-1.0/webkit/WebKitDOMStorage.h
include/webkit-1.0/webkit/WebKitDOMStyleMedia.h
include/webkit-1.0/webkit/WebKitDOMStyleSheet.h
@@ -158,30 +158,31 @@ lib/libwebkitgtk-1.0.la
lib/libwebkitgtk-1.0.so
lib/libwebkitgtk-1.0.so.13
libdata/pkgconfig/webkit-1.0.pc
-share/locale/cs/LC_MESSAGES/webkit-1.0.mo
-share/locale/de/LC_MESSAGES/webkit-1.0.mo
-share/locale/en_GB/LC_MESSAGES/webkit-1.0.mo
-share/locale/es/LC_MESSAGES/webkit-1.0.mo
-share/locale/et/LC_MESSAGES/webkit-1.0.mo
-share/locale/gl/LC_MESSAGES/webkit-1.0.mo
-share/locale/gu/LC_MESSAGES/webkit-1.0.mo
-share/locale/he/LC_MESSAGES/webkit-1.0.mo
-share/locale/it/LC_MESSAGES/webkit-1.0.mo
-share/locale/lt/LC_MESSAGES/webkit-1.0.mo
-share/locale/lv/LC_MESSAGES/webkit-1.0.mo
-share/locale/nl/LC_MESSAGES/webkit-1.0.mo
-share/locale/pa/LC_MESSAGES/webkit-1.0.mo
-share/locale/pt/LC_MESSAGES/webkit-1.0.mo
-share/locale/pt_BR/LC_MESSAGES/webkit-1.0.mo
-share/locale/ru/LC_MESSAGES/webkit-1.0.mo
-share/locale/sl/LC_MESSAGES/webkit-1.0.mo
-share/locale/sr/LC_MESSAGES/webkit-1.0.mo
-share/locale/sr@latin/LC_MESSAGES/webkit-1.0.mo
-share/locale/sv/LC_MESSAGES/webkit-1.0.mo
-share/locale/uk/LC_MESSAGES/webkit-1.0.mo
-share/locale/vi/LC_MESSAGES/webkit-1.0.mo
-share/locale/zh_CN/LC_MESSAGES/webkit-1.0.mo
+share/locale/cs/LC_MESSAGES/webkit-2.0.mo
+share/locale/de/LC_MESSAGES/webkit-2.0.mo
+share/locale/en_GB/LC_MESSAGES/webkit-2.0.mo
+share/locale/es/LC_MESSAGES/webkit-2.0.mo
+share/locale/et/LC_MESSAGES/webkit-2.0.mo
+share/locale/gl/LC_MESSAGES/webkit-2.0.mo
+share/locale/gu/LC_MESSAGES/webkit-2.0.mo
+share/locale/he/LC_MESSAGES/webkit-2.0.mo
+share/locale/it/LC_MESSAGES/webkit-2.0.mo
+share/locale/lt/LC_MESSAGES/webkit-2.0.mo
+share/locale/lv/LC_MESSAGES/webkit-2.0.mo
+share/locale/nl/LC_MESSAGES/webkit-2.0.mo
+share/locale/pa/LC_MESSAGES/webkit-2.0.mo
+share/locale/pt/LC_MESSAGES/webkit-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/webkit-2.0.mo
+share/locale/ru/LC_MESSAGES/webkit-2.0.mo
+share/locale/sl/LC_MESSAGES/webkit-2.0.mo
+share/locale/sr/LC_MESSAGES/webkit-2.0.mo
+share/locale/sr@latin/LC_MESSAGES/webkit-2.0.mo
+share/locale/sv/LC_MESSAGES/webkit-2.0.mo
+share/locale/uk/LC_MESSAGES/webkit-2.0.mo
+share/locale/vi/LC_MESSAGES/webkit-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/webkit-2.0.mo
share/webkit-1.0/images/deleteButton.png
+share/webkit-1.0/images/inputSpeech.png
share/webkit-1.0/images/missingImage.png
share/webkit-1.0/images/nullPlugin.png
share/webkit-1.0/images/panIcon.png
@@ -189,6 +190,7 @@ share/webkit-1.0/images/textAreaResizeCorner.png
share/webkit-1.0/images/urlIcon.png
share/webkit-1.0/resources/error.html
share/webkit-1.0/webinspector/AbstractTimelinePanel.js
+share/webkit-1.0/webinspector/ApplicationCacheItemsView.js
share/webkit-1.0/webinspector/AuditCategories.js
share/webkit-1.0/webinspector/AuditLauncherView.js
share/webkit-1.0/webinspector/AuditResultView.js
@@ -224,6 +226,7 @@ share/webkit-1.0/webinspector/FontView.js
share/webkit-1.0/webinspector/HAREntry.js
share/webkit-1.0/webinspector/HelpScreen.js
share/webkit-1.0/webinspector/ImageView.js
+share/webkit-1.0/webinspector/Images/applicationCache.png
share/webkit-1.0/webinspector/Images/auditsIcon.png
share/webkit-1.0/webinspector/Images/back.png
share/webkit-1.0/webinspector/Images/breakpointBorder.png