aboutsummaryrefslogtreecommitdiff
path: root/www/webkit-gtk2
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-07-18 22:49:18 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-07-18 22:49:18 +0000
commit8b84288ee261da5a73b26b848bc1fcff8e5334d0 (patch)
tree32e61b3b032ab23fe1308e72f8320c9da6cf5f22 /www/webkit-gtk2
parent8a0e2018ab6fd845b0a157c6378afb4b82e8097a (diff)
downloadports-8b84288ee261da5a73b26b848bc1fcff8e5334d0.tar.gz
ports-8b84288ee261da5a73b26b848bc1fcff8e5334d0.zip
Notes
Diffstat (limited to 'www/webkit-gtk2')
-rw-r--r--www/webkit-gtk2/Makefile9
-rw-r--r--www/webkit-gtk2/distinfo6
-rw-r--r--www/webkit-gtk2/files/patch-GNUmakefile.in13
-rw-r--r--www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html17
4 files changed, 24 insertions, 21 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 6768c633c7df..97d9ec250b4b 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.60 2010/04/05 17:39:13 kwm Exp $
+# $MCom: ports-stable/www/webkit-gtk2/Makefile,v 1.1 2010/07/14 13:43:27 kwm Exp $
#
PORTNAME= webkit
-PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTVERSION= 1.2.3
CATEGORIES= www
MASTER_SITES= http://webkitgtk.org/
PKGNAMESUFFIX= -gtk2
@@ -55,8 +54,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
diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo
index 957c6ff00f0c..207abd85ecc0 100644
--- a/www/webkit-gtk2/distinfo
+++ b/www/webkit-gtk2/distinfo
@@ -1,3 +1,3 @@
-MD5 (webkit-1.2.1.tar.gz) = eb6f473d8d7be56ecd226e7dd55dcb9b
-SHA256 (webkit-1.2.1.tar.gz) = c9ee551eab4e98730fa06aaa493ce95828e6c6661ec14361e6254bc23795a2dd
-SIZE (webkit-1.2.1.tar.gz) = 7577236
+MD5 (webkit-1.2.3.tar.gz) = 0ab5c478a6f5b74a1ae96bf13a456662
+SHA256 (webkit-1.2.3.tar.gz) = ff70b25ea8dedc0031f29f2ea8d9aa226bfa65ebd2f12772390f4e2845306fe1
+SIZE (webkit-1.2.3.tar.gz) = 6740030
diff --git a/www/webkit-gtk2/files/patch-GNUmakefile.in b/www/webkit-gtk2/files/patch-GNUmakefile.in
deleted file mode 100644
index 53333a520d38..000000000000
--- a/www/webkit-gtk2/files/patch-GNUmakefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- GNUmakefile.in.orig 2009-07-28 12:36:13.000000000 +0200
-+++ GNUmakefile.in 2009-07-28 12:39:13.000000000 +0200
-@@ -8154,7 +8154,9 @@ libWebCoreJS_depfiles := $(patsubst \
- webinspectordir = ${datadir}/webkit-1.0/webinspector
- dist_webinspector_DATA = \
- $(WebCore)/English.lproj/localizedStrings.js \
-- $(shell ls $(WebCore)/inspector/front-end/*.{js,html,css})
-+ $(shell ls $(WebCore)/inspector/front-end/*.js) \
-+ $(shell ls $(WebCore)/inspector/front-end/*.html) \
-+ $(shell ls $(WebCore)/inspector/front-end/*.css)
-
- webinspectorimagesdir = ${datadir}/webkit-1.0/webinspector/Images
- dist_webinspectorimages_DATA = \
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 000000000000..292fc47b6276
--- /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>