From owner-svn-ports-all@FreeBSD.ORG Thu Jun 4 22:39:17 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D12D012F; Thu, 4 Jun 2015 22:39:17 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEDED1A24; Thu, 4 Jun 2015 22:39:17 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t54MdHe8062692; Thu, 4 Jun 2015 22:39:17 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t54MdGic062688; Thu, 4 Jun 2015 22:39:16 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201506042239.t54MdGic062688@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 4 Jun 2015 22:39:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388557 - in head/www/webkit2-gtk3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2015 22:39:18 -0000 Author: kwm Date: Thu Jun 4 22:39:16 2015 New Revision: 388557 URL: https://svnweb.freebsd.org/changeset/ports/388557 Log: Update webkit2-gtk3 to 2.6.6. * Update PORTSCOUT to try to look for new versions in the current series. New major versions will be imported with GNOME updates. * This version builds with cmake 3.2 * Changelog: http://webkitgtk.org/2015/04/07/webkitgtk2.6.6-released.html * Update pkg-descr and WWW [1] Noticed by: swills@ [1] Deleted: head/www/webkit2-gtk3/files/patch-gmutexlocker Modified: head/www/webkit2-gtk3/Makefile head/www/webkit2-gtk3/distinfo head/www/webkit2-gtk3/pkg-descr head/www/webkit2-gtk3/pkg-plist Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Thu Jun 4 22:38:06 2015 (r388556) +++ head/www/webkit2-gtk3/Makefile Thu Jun 4 22:39:16 2015 (r388557) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.6.5 -PORTREVISION= 1 +PORTVERSION= 2.6.6 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 @@ -25,7 +24,7 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/t #add libicu RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue -PORTSCOUT= limitw:1,even +PORTSCOUT= ^${PORTVERSION:R:S|.|\.|}\.*$$ USE_GSTREAMER1= yes USE_XORG= x11 xext ice Modified: head/www/webkit2-gtk3/distinfo ============================================================================== --- head/www/webkit2-gtk3/distinfo Thu Jun 4 22:38:06 2015 (r388556) +++ head/www/webkit2-gtk3/distinfo Thu Jun 4 22:39:16 2015 (r388557) @@ -1,2 +1,2 @@ -SHA256 (webkitgtk-2.6.5.tar.xz) = b1658017cea7cc545b9e01f22af585986e21e4242825e215bc5f8e0c0dc67593 -SIZE (webkitgtk-2.6.5.tar.xz) = 10000124 +SHA256 (webkitgtk-2.6.6.tar.xz) = 541e114a203b0f649e89b3ad6b6fdeea1726739320a6b6a52b464cb66ea38eb9 +SIZE (webkitgtk-2.6.6.tar.xz) = 10000888 Modified: head/www/webkit2-gtk3/pkg-descr ============================================================================== --- head/www/webkit2-gtk3/pkg-descr Thu Jun 4 22:38:06 2015 (r388556) +++ head/www/webkit2-gtk3/pkg-descr Thu Jun 4 22:39:16 2015 (r388557) @@ -1,5 +1,12 @@ -WebKit is an open source web browser engine. It is able to display content -such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, -XSLT, CSS, Javascript/ECMAscript and more. +WebKitGTK+ is a full-featured port of the WebKit rendering engine, suitable +for projects requiring any kind of web integration, from hybrid HTML/CSS +applications to full-fledged web browsers. It offers WebKit's full +functionality and is useful in a wide range of systems from desktop +computers to embedded systems like phones, tablets, and televisions. -WWW: http://webkit.org/ +WebKitGTK+ is made by a lively community of developers and designers, +who hope to bring the web platform to everyone. It's the official web +engine of the GNOME platform and is used in browsers such as Epiphany +and Midori. + +WWW: http://webkitgtk.org/ Modified: head/www/webkit2-gtk3/pkg-plist ============================================================================== --- head/www/webkit2-gtk3/pkg-plist Thu Jun 4 22:38:06 2015 (r388556) +++ head/www/webkit2-gtk3/pkg-plist Thu Jun 4 22:39:16 2015 (r388557) @@ -259,10 +259,10 @@ lib/girepository-1.0/WebKit2-4.0.typelib lib/girepository-1.0/WebKit2WebExtension-4.0.typelib lib/libjavascriptcoregtk-4.0.so lib/libjavascriptcoregtk-4.0.so.18 -lib/libjavascriptcoregtk-4.0.so.18.0.9 +lib/libjavascriptcoregtk-4.0.so.18.0.10 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.2.6 +lib/libwebkit2gtk-4.0.so.37.2.7 libdata/pkgconfig/javascriptcoregtk-4.0.pc libdata/pkgconfig/webkit2gtk-4.0.pc libdata/pkgconfig/webkit2gtk-web-extension-4.0.pc