<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/820252024c79c9ec78add1ae22c262d14d4645c2">https://github.com/macports/macports-ports/commit/820252024c79c9ec78add1ae22c262d14d4645c2</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 8202520  webkit2-gtk: fix case of patchfile
</span>8202520 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 820252024c79c9ec78add1ae22c262d14d4645c2
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Oct 22 17:52:14 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    webkit2-gtk: fix case of patchfile
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    thanks to @jmr for spotting this
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/59418
</span>---
 .../files/patch-source-wtf-wtf-osallocatorposix-cpp-map-jit.diff    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/webkit2-gtk/files/patch-source-wtf-wtf-osallocatorposix-cpp-map-jit.diff b/www/webkit2-gtk/files/patch-source-wtf-wtf-osallocatorposix-cpp-map-jit.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index f5970bc..8040dc7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/webkit2-gtk/files/patch-source-wtf-wtf-osallocatorposix-cpp-map-jit.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/webkit2-gtk/files/patch-source-wtf-wtf-osallocatorposix-cpp-map-jit.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,7 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-diff --git Source/WTF/wtf/posix/OSAllocatorPosix.cpp Source/WTF/wtf/posix/OSAllocatorPosix.cpp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+diff --git Source/WTF/wtf/posix/OSAllocatorPOSIX.cpp Source/WTF/wtf/posix/OSAllocatorPOSIX.cpp
</span> index a5eb8d44..051c439e 100644
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- Source/WTF/wtf/posix/OSAllocatorPosix.cpp
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ Source/WTF/wtf/posix/OSAllocatorPosix.cpp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- Source/WTF/wtf/posix/OSAllocatorPOSIX.cpp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ Source/WTF/wtf/posix/OSAllocatorPOSIX.cpp
</span> @@ -72,9 +72,11 @@ void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bo
  
      int flags = MAP_PRIVATE | MAP_ANON;
</pre><pre style='margin:0'>

</pre>