Update to webkit 1.2.4.

Tested by pea@, Dawe, Remi Pointel, jasper@ and marco@, thanks!
This commit is contained in:
landry 2010-09-19 20:43:32 +00:00
parent ef7febd8f7
commit dc721e65b1
3 changed files with 11 additions and 12 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.32 2010/08/30 13:15:49 landry Exp $
# $OpenBSD: Makefile,v 1.33 2010/09/19 20:43:32 landry Exp $
COMMENT = open source web browser engine
DISTNAME = webkit-1.2.3
DISTNAME = webkit-1.2.4
EPOCH = 0
REVISION = 0
CATEGORIES = www
HOMEPAGE = http://webkitgtk.org/

View File

@ -1,5 +1,5 @@
MD5 (webkit-1.2.3.tar.gz) = CrXEeKb1t0oa6WvxOkVmYg==
RMD160 (webkit-1.2.3.tar.gz) = QfoZTeKGWGfb99EVbQlip1gPInU=
SHA1 (webkit-1.2.3.tar.gz) = iMOOvroYegYicrKqjKK70Lu4YwY=
SHA256 (webkit-1.2.3.tar.gz) = /3CyXqje3AAx8p8uqNmqImv6ZevS8SdyOQ9OKEUwb+E=
SIZE (webkit-1.2.3.tar.gz) = 6740030
MD5 (webkit-1.2.4.tar.gz) = 3DqS3Q6MLnAmP7/fgJtRpQ==
RMD160 (webkit-1.2.4.tar.gz) = eHmX9iNZEWdXJtkD/zuVSfthX+U=
SHA1 (webkit-1.2.4.tar.gz) = 5OMebVAl2MjXrIH+bXyUeRjOR5A=
SHA256 (webkit-1.2.4.tar.gz) = fvfSAb3Dr/qXFu7CFRGswxKDQq9wZbDWGjHD0DKtA10=
SIZE (webkit-1.2.4.tar.gz) = 6612143

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-configure,v 1.1 2010/08/30 13:15:49 landry Exp $
$OpenBSD: patch-configure,v 1.2 2010/09/19 20:43:32 landry Exp $
Don't force the use of -O2, the ports infrastructure
takes care of that
--- configure.orig Sun Aug 29 21:50:39 2010
+++ configure Sun Aug 29 21:52:36 2010
@@ -19530,8 +19530,8 @@ fi
--- configure.orig Fri Sep 3 21:30:50 2010
+++ configure Tue Sep 14 09:09:55 2010
@@ -19534,8 +19534,8 @@ fi
# Add the appropriate 'O' level for optimized builds
if test "$enable_optimizations" = "yes"; then