pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/webkit-gtk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 15 15:21:04 UTC 2018

Modified Files:
        pkgsrc/www/webkit-gtk: distinfo
        pkgsrc/www/webkit-gtk/patches:
            patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h

Log Message:
webkit-gtk: reorder per upstream style checker.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/www/webkit-gtk/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/www/webkit-gtk/patches/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/webkit-gtk/distinfo
diff -u pkgsrc/www/webkit-gtk/distinfo:1.99 pkgsrc/www/webkit-gtk/distinfo:1.100
--- pkgsrc/www/webkit-gtk/distinfo:1.99 Tue May 15 08:32:37 2018
+++ pkgsrc/www/webkit-gtk/distinfo      Tue May 15 15:21:04 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.99 2018/05/15 08:32:37 wiz Exp $
+$NetBSD: distinfo,v 1.100 2018/05/15 15:21:04 wiz Exp $
 
 SHA1 (webkitgtk-2.20.2.tar.xz) = 2cc5099b1c70f61abe4c27f949b03bbf93a01d21
 RMD160 (webkitgtk-2.20.2.tar.xz) = 41a17b5552a575e7419f4180e33d0e8f1c0179aa
@@ -11,7 +11,7 @@ SHA1 (patch-Source_JavaScriptCore_jit_Ex
 SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = f1eee7f9d3012edee1915234c837cff820f97092
 SHA1 (patch-Source_WTF_wtf_ThreadSpecific.h) = 38a85e10a72fe38d286a2ce747e090a2955b8791
 SHA1 (patch-Source_WebCore_platform_FileSystem.cpp) = adef1a42c4e210f0a3dcb82807e2d2039684a0ec
-SHA1 (patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h) = 3027e43529e0feff40e58a32f38a8eb96113c828
+SHA1 (patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h) = f30deae48f120b97cec9a55811eb188cc4f3dfde
 SHA1 (patch-Source_WebCore_rendering_shapes_RasterShape.cpp) = 551e47698dee50d097b11e3218f13bb3447edfea
 SHA1 (patch-Source_WebKit_Platform_IPC_unix_ConnectionUnix.cpp) = 9c58253868e06b3dd3cac936651ba7e6a1437fc6
 SHA1 (patch-Source_cmake_OptionsCommon.cmake) = 03b72552414e7114bfa7ddc2d68fd97009a5ff7d

Index: pkgsrc/www/webkit-gtk/patches/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h
diff -u pkgsrc/www/webkit-gtk/patches/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h:1.2 
pkgsrc/www/webkit-gtk/patches/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h:1.3
--- pkgsrc/www/webkit-gtk/patches/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h:1.2   Tue May 15 08:32:37 2018
+++ pkgsrc/www/webkit-gtk/patches/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h       Tue May 15 15:21:04 2018
@@ -1,14 +1,14 @@
-$NetBSD: patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h,v 1.2 2018/05/15 08:32:37 wiz Exp $
+$NetBSD: patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h,v 1.3 2018/05/15 15:21:04 wiz Exp $
 
 Add missing header for URL type.
 
 --- Source/WebCore/platform/network/soup/SoupNetworkSession.h.orig     2018-05-07 08:56:05.000000000 +0000
 +++ Source/WebCore/platform/network/soup/SoupNetworkSession.h
-@@ -28,6 +28,7 @@
+@@ -26,6 +26,7 @@
+ #ifndef SoupNetworkSession_h
+ #define SoupNetworkSession_h
  
++#include <URL.h>
  #include <gio/gio.h>
  #include <pal/SessionID.h>
-+#include <URL.h>
  #include <wtf/Function.h>
- #include <wtf/Noncopyable.h>
- #include <wtf/glib/GRefPtr.h>



Home | Main Index | Thread Index | Old Index