[153864] users/devans/GNOME-3/stable/dports/www/webkit2-gtk
devans at macports.org
devans at macports.org
Fri Oct 14 16:58:53 CEST 2016
Revision: 153864
https://trac.macports.org/changeset/153864
Author: devans at macports.org
Date: 2016-10-14 07:58:53 -0700 (Fri, 14 Oct 2016)
Log Message:
-----------
GNOME-3/stable: webkit2-gtk, update to version 2.14.1.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/www/webkit2-gtk/Portfile
Removed Paths:
-------------
users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-162261.patch
users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-162302.patch
Property Changed:
----------------
users/devans/GNOME-3/stable/dports/www/webkit2-gtk/
Property changes on: users/devans/GNOME-3/stable/dports/www/webkit2-gtk
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/www/webkit2-gtk:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/www/webkit2-gtk:146461-153309
+ /branches/mld-qt-481/dports/www/webkit2-gtk:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/www/webkit2-gtk:146461-153863
Modified: users/devans/GNOME-3/stable/dports/www/webkit2-gtk/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/www/webkit2-gtk/Portfile 2016-10-14 14:42:43 UTC (rev 153863)
+++ users/devans/GNOME-3/stable/dports/www/webkit2-gtk/Portfile 2016-10-14 14:58:53 UTC (rev 153864)
@@ -13,7 +13,7 @@
name webkit2-gtk
conflicts webkit2-gtk-devel
-version 2.14.0
+version 2.14.1
description Apple's WebKit2 HTML rendering library for GTK+3 (with optional support for GTK+2 plugins)
long_description ${description}
maintainers jeremyhu devans
@@ -28,8 +28,8 @@
dist_subdir webkit-gtk
-checksums rmd160 25116c98970867950e5b2e8e3506527aa2a9021c \
- sha256 0513ad836c624a3d24bdf1a99f4b4aead984ab6684150bc70f16db651590ea0a
+checksums rmd160 e8274de845d1314c497f84ccd88ed602995c1e56 \
+ sha256 2e2d76c328de65bed6e0e4f096b2720a366654b27fc1af0830ece90bc4b7ceb5
# don't overwrite build dependencies provided by cmake portgroup
depends_build-append \
@@ -72,15 +72,11 @@
# PR-153138.patch: https://bugs.webkit.org/show_bug.cgi?id=153138
# PR-157554.patch: https://bugs.webkit.org/show_bug.cgi?id=157554
# PR-157574.patch: https://bugs.webkit.org/show_bug.cgi?id=157574
-# PR-162261.patch: https://bugs.webkit.org/show_bug.cgi?id=162261
-# PR-162302.patch: https://bugs.webkit.org/show_bug.cgi?id=162302
patchfiles-append \
PR-152650-2.patch \
PR-153138.patch \
PR-157554.patch \
- PR-157574.patch \
- PR-162261.patch \
- PR-162302.patch
+ PR-157574.patch
# Build out-of-tree
configure.post_args ../${worksrcdir}
Deleted: users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-162261.patch
===================================================================
--- users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-162261.patch 2016-10-14 14:42:43 UTC (rev 153863)
+++ users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-162261.patch 2016-10-14 14:58:53 UTC (rev 153864)
@@ -1,24 +0,0 @@
-diff --git a/Source/WebCore/platform/PlatformPasteboard.h b/Source/WebCore/platform/PlatformPasteboard.h
-index 695bc0e..1bfdfa4 100644
---- Source/WebCore/platform/PlatformPasteboard.h
-+++ Source/WebCore/platform/PlatformPasteboard.h
-@@ -26,6 +26,7 @@
- #ifndef PlatformPasteboard_h
- #define PlatformPasteboard_h
-
-+#include <functional>
- #include <wtf/Forward.h>
- #include <wtf/RefCounted.h>
- #include <wtf/RetainPtr.h>
-diff --git a/Source/WebCore/platform/gtk/PasteboardHelper.h b/Source/WebCore/platform/gtk/PasteboardHelper.h
-index b15fbef..3f3c8da 100644
---- Source/WebCore/platform/gtk/PasteboardHelper.h
-+++ Source/WebCore/platform/gtk/PasteboardHelper.h
-@@ -26,6 +26,7 @@
- #define PasteboardHelper_h
-
- #include "GRefPtrGtk.h"
-+#include <functional>
- #include <wtf/Noncopyable.h>
- #include <wtf/Vector.h>
- #include <wtf/glib/GRefPtr.h>
Deleted: users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-162302.patch
===================================================================
--- users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-162302.patch 2016-10-14 14:42:43 UTC (rev 153863)
+++ users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-162302.patch 2016-10-14 14:58:53 UTC (rev 153864)
@@ -1,12 +0,0 @@
-diff --git a/Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp b/Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp
-index 4fed6e9..c58d835 100644
---- Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp
-+++ Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp
-@@ -33,6 +33,7 @@
- #include "RenderThemeGadget.h"
- #include "ScrollView.h"
- #include "Scrollbar.h"
-+#include <cstdlib>
- #include <gtk/gtk.h>
-
- namespace WebCore {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161014/5429aff1/attachment-0002.html>
More information about the macports-changes
mailing list