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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aa585153068a6336839c106cd2004f603913ed4d">https://github.com/macports/macports-ports/commit/aa585153068a6336839c106cd2004f603913ed4d</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 aa58515  pypy: don't abort when '/sw' is in a binary file
</span>aa58515 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aa585153068a6336839c106cd2004f603913ed4d
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Jun 1 16:04:52 2019 +1000

<span style='display:block; white-space:pre;color:#404040;'>    pypy: don't abort when '/sw' is in a binary file
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/58532
</span>---
 lang/pypy/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/pypy/Portfile b/lang/pypy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 348dbcb..121cf90 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/pypy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/pypy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -115,7 +115,7 @@ if {$subport == "pypy3"} {
</span> post-patch {
     # sanity check, useful when upgrading, as upstream tends to move these around
     if { ![catch {exec grep --exclude "*.orig" -lwre /sw -e ${prefix} ${worksrcpath}} result] } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        return -code error "didn't catch all references to /sw and ${prefix}:\n$result"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_warn "patching potentially didn't catch all references to /sw and ${prefix}:\n$result"
</span>     }
 
     reinplace "s|__PREFIX__|${prefix}|" \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -126,7 +126,7 @@ post-patch {
</span> 
     # sanity check, likewise
     if { ![catch {exec grep --exclude "*.orig" -lwre __PREFIX__ ${worksrcpath}} result] } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        return -code error "didn't catch all references to __PREFIX__:\n$result"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_warn "patching potentially didn't catch all references to __PREFIX__:\n$result"
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>