Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 22:52:52 +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: r388558 - in head/www: webkit-gtk2 webkit-gtk2/files webkit-gtk3 webkit-gtk3/files
Message-ID:  <201506042252.t54MqqPU072041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu Jun  4 22:52:51 2015
New Revision: 388558
URL: https://svnweb.freebsd.org/changeset/ports/388558

Log:
  Update webkit-gtk[23] to 2.4.9.
  
  * Update PORTSCOUT to try to look for new versions in the current series.
  * Changelog: http://webkitgtk.org/2015/05/20/webkitgtk2.4.9-released.html
  * Update pkg-descr and WWW [1]
  
  PR:		200437 (submitted in parallel)
  Submitted by:	olivierd@ [2]
  Noticed by:	swills@ [1]

Deleted:
  head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp
  head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp
  head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp
  head/www/webkit-gtk2/files/patch-configure
  head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp
  head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp
  head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp
  head/www/webkit-gtk3/files/patch-configure
Modified:
  head/www/webkit-gtk2/Makefile
  head/www/webkit-gtk2/distinfo
  head/www/webkit-gtk2/pkg-descr
  head/www/webkit-gtk2/pkg-plist
  head/www/webkit-gtk3/Makefile
  head/www/webkit-gtk3/distinfo
  head/www/webkit-gtk3/pkg-descr
  head/www/webkit-gtk3/pkg-plist

Modified: head/www/webkit-gtk2/Makefile
==============================================================================
--- head/www/webkit-gtk2/Makefile	Thu Jun  4 22:39:16 2015	(r388557)
+++ head/www/webkit-gtk2/Makefile	Thu Jun  4 22:52:51 2015	(r388558)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	webkit
-PORTVERSION=	2.4.8
-PORTREVISION=	2
+PORTVERSION=	2.4.9
 CATEGORIES=	www
 MASTER_SITES=	http://webkitgtk.org/releases/
 PKGNAMESUFFIX=	-gtk2

Modified: head/www/webkit-gtk2/distinfo
==============================================================================
--- head/www/webkit-gtk2/distinfo	Thu Jun  4 22:39:16 2015	(r388557)
+++ head/www/webkit-gtk2/distinfo	Thu Jun  4 22:52:51 2015	(r388558)
@@ -1,2 +1,2 @@
-SHA256 (webkitgtk-2.4.8.tar.xz) = 68f11559cb178679ca92acc9e3a3d7febede7acb7b98afd7fb761875bbc6bd23
-SIZE (webkitgtk-2.4.8.tar.xz) = 9827632
+SHA256 (webkitgtk-2.4.9.tar.xz) = afdf29e7828816cad0be2604cf19421e96d96bf493987328ffc8813bb20ac564
+SIZE (webkitgtk-2.4.9.tar.xz) = 9840740

Modified: head/www/webkit-gtk2/pkg-descr
==============================================================================
--- head/www/webkit-gtk2/pkg-descr	Thu Jun  4 22:39:16 2015	(r388557)
+++ head/www/webkit-gtk2/pkg-descr	Thu Jun  4 22:52:51 2015	(r388558)
@@ -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/webkit-gtk2/pkg-plist
==============================================================================
--- head/www/webkit-gtk2/pkg-plist	Thu Jun  4 22:39:16 2015	(r388557)
+++ head/www/webkit-gtk2/pkg-plist	Thu Jun  4 22:52:51 2015	(r388558)
@@ -255,10 +255,10 @@ lib/girepository-1.0/JavaScriptCore-1.0.
 lib/girepository-1.0/WebKit-1.0.typelib
 lib/libjavascriptcoregtk-1.0.so
 lib/libjavascriptcoregtk-1.0.so.0
-lib/libjavascriptcoregtk-1.0.so.0.16.16
+lib/libjavascriptcoregtk-1.0.so.0.16.17
 lib/libwebkitgtk-1.0.so
 lib/libwebkitgtk-1.0.so.0
-lib/libwebkitgtk-1.0.so.0.22.14
+lib/libwebkitgtk-1.0.so.0.22.15
 libdata/pkgconfig/javascriptcoregtk-1.0.pc
 libdata/pkgconfig/webkit-1.0.pc
 share/gir-1.0/JavaScriptCore-1.0.gir

Modified: head/www/webkit-gtk3/Makefile
==============================================================================
--- head/www/webkit-gtk3/Makefile	Thu Jun  4 22:39:16 2015	(r388557)
+++ head/www/webkit-gtk3/Makefile	Thu Jun  4 22:52:51 2015	(r388558)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	webkit
-PORTVERSION=	2.4.8
-PORTREVISION=	2
+PORTVERSION=	2.4.9
 CATEGORIES=	www
 MASTER_SITES=	http://webkitgtk.org/releases/
 PKGNAMESUFFIX=	-gtk3

Modified: head/www/webkit-gtk3/distinfo
==============================================================================
--- head/www/webkit-gtk3/distinfo	Thu Jun  4 22:39:16 2015	(r388557)
+++ head/www/webkit-gtk3/distinfo	Thu Jun  4 22:52:51 2015	(r388558)
@@ -1,2 +1,2 @@
-SHA256 (webkitgtk-2.4.8.tar.xz) = 68f11559cb178679ca92acc9e3a3d7febede7acb7b98afd7fb761875bbc6bd23
-SIZE (webkitgtk-2.4.8.tar.xz) = 9827632
+SHA256 (webkitgtk-2.4.9.tar.xz) = afdf29e7828816cad0be2604cf19421e96d96bf493987328ffc8813bb20ac564
+SIZE (webkitgtk-2.4.9.tar.xz) = 9840740

Modified: head/www/webkit-gtk3/pkg-descr
==============================================================================
--- head/www/webkit-gtk3/pkg-descr	Thu Jun  4 22:39:16 2015	(r388557)
+++ head/www/webkit-gtk3/pkg-descr	Thu Jun  4 22:52:51 2015	(r388558)
@@ -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/webkit-gtk3/pkg-plist
==============================================================================
--- head/www/webkit-gtk3/pkg-plist	Thu Jun  4 22:39:16 2015	(r388557)
+++ head/www/webkit-gtk3/pkg-plist	Thu Jun  4 22:52:51 2015	(r388558)
@@ -258,13 +258,13 @@ lib/girepository-1.0/WebKit2-3.0.typelib
 lib/girepository-1.0/WebKit2WebExtension-3.0.typelib
 lib/libjavascriptcoregtk-3.0.so
 lib/libjavascriptcoregtk-3.0.so.0
-lib/libjavascriptcoregtk-3.0.so.0.16.16
+lib/libjavascriptcoregtk-3.0.so.0.16.17
 lib/libwebkit2gtk-3.0.so
 lib/libwebkit2gtk-3.0.so.25
-lib/libwebkit2gtk-3.0.so.25.10.11
+lib/libwebkit2gtk-3.0.so.25.10.12
 lib/libwebkitgtk-3.0.so
 lib/libwebkitgtk-3.0.so.0
-lib/libwebkitgtk-3.0.so.0.22.14
+lib/libwebkitgtk-3.0.so.0.22.15
 lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so
 libdata/pkgconfig/javascriptcoregtk-3.0.pc
 libdata/pkgconfig/webkit2gtk-3.0.pc



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