Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 22:39:16 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
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
Message-ID:  <201506042239.t54MdGic062688@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506042239.t54MdGic062688>