diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-23 02:34:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-23 02:34:39 +0800 |
commit | 38e9712e8cdac846647db64f99004b3a74611255 (patch) | |
tree | b280de88d04cf4e498bd76ed1b4864ecb568bd5f /www | |
parent | 9674cf5025626e66d243f03d151dae3ec3e097c1 (diff) | |
download | marcuscom-ports-38e9712e8cdac846647db64f99004b3a74611255.tar.gz marcuscom-ports-38e9712e8cdac846647db64f99004b3a74611255.tar.zst marcuscom-ports-38e9712e8cdac846647db64f99004b3a74611255.zip |
Update to 1.0.1. Be affraid, this is my first webkit commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11146 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk2/Makefile | 13 | ||||
-rw-r--r-- | www/webkit-gtk2/distinfo | 6 | ||||
-rw-r--r-- | www/webkit-gtk2/pkg-plist | 3 |
3 files changed, 8 insertions, 14 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 32319eed2..6a04e7119 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -3,16 +3,14 @@ # 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.14 2008/05/26 09:43:48 ahze Exp $ +# $MCom: ports/www/webkit-gtk2/Makefile,v 1.15 2008/06/06 21:38:54 marcus Exp $ # PORTNAME= webkit -PORTVERSION= 0.0.34130 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= www -MASTER_SITES= http://nightly.webkit.org/files/trunk/src/ +MASTER_SITES= http://people.freedesktop.org/~alp/webkit/gtk/ PKGNAMESUFFIX= -gtk2 -DISTNAME= WebKit-r${PORTVERSION:S/0.0.//} MAINTAINER= gnome@FreeBSD.org COMMENT= An opensource browser engine @@ -22,7 +20,6 @@ LIB_DEPENDS= icutu.38:${PORTSDIR}/devel/icu \ sqlite3.8:${PORTSDIR}/databases/sqlite3 USE_BISON= build -USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 libxslt USE_PERL5= yes @@ -44,10 +41,6 @@ BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -IGNORE= Does not build -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo index 6318cfdef..b36c0f022 100644 --- a/www/webkit-gtk2/distinfo +++ b/www/webkit-gtk2/distinfo @@ -1,3 +1,3 @@ -MD5 (WebKit-r34130.tar.bz2) = f5fb96a2ac7ee381a7dd895d055bd3a1 -SHA256 (WebKit-r34130.tar.bz2) = df9a97db802b5d62bfd6ced9cd0bbca41c51e477e181c3fe103e85181c580386 -SIZE (WebKit-r34130.tar.bz2) = 9207920 +MD5 (webkit-1.0.1.tar.gz) = 4de68a5773998bea14e8939aa341c466 +SHA256 (webkit-1.0.1.tar.gz) = 9601ed57978e7f1221f770c24933d2037fdb93e4b412716d842b993507f0b856 +SIZE (webkit-1.0.1.tar.gz) = 13418752 diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist index dcaabfaeb..0d0d30140 100644 --- a/www/webkit-gtk2/pkg-plist +++ b/www/webkit-gtk2/pkg-plist @@ -1,3 +1,4 @@ +bin/jsc include/webkit-1.0/JavaScriptCore/JSBase.h include/webkit-1.0/JavaScriptCore/JSContextRef.h include/webkit-1.0/JavaScriptCore/JSObjectRef.h @@ -10,12 +11,12 @@ include/webkit-1.0/JavaScriptCore/JavaScriptCore.h include/webkit-1.0/webkit/webkit.h include/webkit-1.0/webkit/webkitdefines.h include/webkit-1.0/webkit/webkitnetworkrequest.h +include/webkit-1.0/webkit/webkitversion.h include/webkit-1.0/webkit/webkitwebbackforwardlist.h include/webkit-1.0/webkit/webkitwebframe.h include/webkit-1.0/webkit/webkitwebhistoryitem.h include/webkit-1.0/webkit/webkitwebsettings.h include/webkit-1.0/webkit/webkitwebview.h -lib/libwebkit-1.0.a lib/libwebkit-1.0.la lib/libwebkit-1.0.so lib/libwebkit-1.0.so.1 |