[146764] users/devans/GNOME-3/stable/dports/www/webkit2-gtk

devans at macports.org devans at macports.org
Wed Mar 16 20:01:30 PDT 2016


Revision: 146764
          https://trac.macports.org/changeset/146764
Author:   devans at macports.org
Date:     2016-03-16 20:01:30 -0700 (Wed, 16 Mar 2016)
Log Message:
-----------
GNOME-3/stable: webkit2-gtk, update to version 2.11.92.

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-153712.patch
    users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-153719.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-146567
   + /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-146762

Modified: users/devans/GNOME-3/stable/dports/www/webkit2-gtk/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/www/webkit2-gtk/Portfile	2016-03-17 02:58:46 UTC (rev 146763)
+++ users/devans/GNOME-3/stable/dports/www/webkit2-gtk/Portfile	2016-03-17 03:01:30 UTC (rev 146764)
@@ -13,8 +13,7 @@
 
 name                webkit2-gtk
 conflicts           webkit2-gtk-devel
-version             2.11.91
-revision            2
+version             2.11.92
 description         Apple's WebKit2 HTML rendering library for GTK+3 (with optional support for GTK+2 plugins)
 long_description    ${description}
 maintainers         jeremyhu devans
@@ -29,8 +28,8 @@
 
 dist_subdir         webkit-gtk
 
-checksums           rmd160  0770fd2ad23a91dbce5a767f69d30ab103446ef0 \
-                    sha256  cd21a7296e4865e89ff16a63b9438104867c8438299628f5a543d4d0a247c21e
+checksums           rmd160  95410a3672c7660222dc2922b5bb33bf13649553 \
+                    sha256  f4ef94e7c901e51e449290604678b6777d85581d4b9c0d7da7b720489d475939
 
 # don't overwrite build dependencies provided by cmake portgroup
 depends_build-append \
@@ -69,10 +68,9 @@
                     port:webp \
                     port:zlib
 
-# PR-152650-*.patch: https://bugs.webkit.org/show_bug.cgi?id=152650
+# PR-152650-2.patch: WIP to re-enable gtk-doc support
 # PR-153138.patch: https://bugs.webkit.org/show_bug.cgi?id=153138
 patchfiles-append \
-    PR-152650-1.patch \
     PR-152650-2.patch \
     PR-153138.patch
 
@@ -180,16 +178,6 @@
     default_variants-append +x11 +gtk2
 }
 
-post-destroot {
-    # https://bugs.webkit.org/show_bug.cgi?id=152651
-    xinstall -m 755 ${build.dir}/bin/LLIntOffsetsExtractor ${destroot}${prefix}/libexec/webkit2gtk-4.0
-    xinstall -m 755 ${build.dir}/bin/WebKitWebProcess ${destroot}${prefix}/libexec/webkit2gtk-4.0
-    xinstall -m 755 ${build.dir}/bin/WebKitNetworkProcess ${destroot}${prefix}/libexec/webkit2gtk-4.0
-    xinstall -m 755 ${build.dir}/lib/libwebkit2gtk-4.0.37.13.4.dylib ${destroot}${prefix}/lib
-    ln -s libwebkit2gtk-4.0.37.13.4.dylib ${destroot}${prefix}/lib/libwebkit2gtk-4.0.37.dylib
-    ln -s libwebkit2gtk-4.0.37.13.4.dylib ${destroot}${prefix}/lib/libwebkit2gtk-4.0.dylib
-}
-
 livecheck.type      regex
 livecheck.url       http://webkitgtk.org/releases/
 livecheck.regex     "webkitgtk-(\\d+(?:\\.\\d+)*)"

Deleted: users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-153712.patch
===================================================================
--- users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-153712.patch	2016-03-17 02:58:46 UTC (rev 146763)
+++ users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-153712.patch	2016-03-17 03:01:30 UTC (rev 146764)
@@ -1,29 +0,0 @@
-From c22b739bd1be4edd9d29eba57f9b499c4ad3311d Mon Sep 17 00:00:00 2001
-From: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
-Date: Sat, 30 Jan 2016 10:03:25 -0800
-Subject: [PATCH] [GTK] Use configured python executable when executing
- generate-inspector-gresource-manifest.py
-
-https://bugs.webkit.org/show_bug.cgi?id=153712
-
-Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
----
- Source/WebKit2/PlatformGTK.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Source/WebKit2/PlatformGTK.cmake b/Source/WebKit2/PlatformGTK.cmake
-index c0de9fa..aece75b 100644
---- Source/WebKit2/PlatformGTK.cmake
-+++ Source/WebKit2/PlatformGTK.cmake
-@@ -645,7 +645,7 @@ add_custom_command(
-     DEPENDS ${InspectorFilesDependencies}
-             ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
-             ${TOOLS_DIR}/gtk/generate-inspector-gresource-manifest.py
--    COMMAND ${TOOLS_DIR}/gtk/generate-inspector-gresource-manifest.py --output=${DERIVED_SOURCES_WEBKIT2GTK_DIR}/InspectorGResourceBundle.xml ${InspectorFiles} ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
-+    COMMAND ${PYTHON_EXECUTABLE} ${TOOLS_DIR}/gtk/generate-inspector-gresource-manifest.py --output=${DERIVED_SOURCES_WEBKIT2GTK_DIR}/InspectorGResourceBundle.xml ${InspectorFiles} ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
-     VERBATIM
- )
- 
--- 
-2.7.0
-

Deleted: users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-153719.patch
===================================================================
--- users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-153719.patch	2016-03-17 02:58:46 UTC (rev 146763)
+++ users/devans/GNOME-3/stable/dports/www/webkit2-gtk/files/PR-153719.patch	2016-03-17 03:01:30 UTC (rev 146764)
@@ -1,27 +0,0 @@
-From dc9dbd4807758f285465f562f995e7f82a035782 Mon Sep 17 00:00:00 2001
-From: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
-Date: Sat, 30 Jan 2016 15:57:34 -0800
-Subject: [PATCH] WebCore: Add missing include to fix building debug
- configuration
-
-Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
----
- Source/WebCore/ChangeLog                  | 11 +++++++++++
- Source/WebCore/rendering/RenderObject.cpp |  1 +
- 2 files changed, 12 insertions(+)
-
-diff --git a/Source/WebCore/rendering/RenderObject.cpp b/Source/WebCore/rendering/RenderObject.cpp
-index 8c58d33..54b28b9 100644
---- Source/WebCore/rendering/RenderObject.cpp
-+++ Source/WebCore/rendering/RenderObject.cpp
-@@ -45,6 +45,7 @@
- #include "HitTestResult.h"
- #include "Logging.h"
- #include "LogicalSelectionOffsetCaches.h"
-+#include "MainFrame.h"
- #include "Page.h"
- #include "PseudoElement.h"
- #include "RenderCounter.h"
--- 
-2.7.0
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160316/85ac4267/attachment-0001.html>


More information about the macports-changes mailing list