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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/26bfa4780a2fd91a86290d53d85e34895edb227a">https://github.com/macports/macports-ports/commit/26bfa4780a2fd91a86290d53d85e34895edb227a</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 26bfa47  zeroc-ice33: Fix extract failure
</span>26bfa47 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 26bfa4780a2fd91a86290d53d85e34895edb227a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 2 00:26:53 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    zeroc-ice33: Fix extract failure
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes an error introduced in 130790a947a0d1ea428ca6de513535a46770875c
</span><span style='display:block; white-space:pre;color:#404040;'>    in which not all instances of the patchfile name were changed.
</span>---
 devel/zeroc-ice33/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/zeroc-ice33/Portfile b/devel/zeroc-ice33/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c715ba0..917f032 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/zeroc-ice33/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/zeroc-ice33/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,7 +79,7 @@ patch {
</span>     ui_debug ${cmd}
     system ${cmd}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set cmd "cd ${workpath}/Ice-${version} && patch -p1 < ${filespath}/patch-ice.cpp.src.slice2html.Gen.diff"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set cmd "cd ${workpath}/Ice-${version} && patch -p1 < ${filespath}/patch-ice.cpp.src.slice2html.Gen.cpp.diff"
</span>     ui_debug ${cmd}
     system ${cmd}
 
</pre><pre style='margin:0'>

</pre>