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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1a2966a8ff79c4f736c54063275bf495667cb281">https://github.com/macports/macports-ports/commit/1a2966a8ff79c4f736c54063275bf495667cb281</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 1a2966a  py-pyqt5: don't use sip patch for pinned version. closes https://trac.macports.org/ticket/57521
</span>1a2966a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1a2966a8ff79c4f736c54063275bf495667cb281
</span>Author: Mark Moll <mmoll@macports.org>
AuthorDate: Tue Nov 6 10:15:52 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-pyqt5: don't use sip patch for pinned version. closes https://trac.macports.org/ticket/57521
</span>---
 python/py-pyqt5/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pyqt5/Portfile b/python/py-pyqt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1eb4f41..ad9e994 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pyqt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pyqt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,8 +71,11 @@ if {${name} ne ${subport}} {
</span>     # the DBus headers themselves
     # do not clear include directories just because --dbus is given
     patchfiles-append patch-dbus_includes.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # PyQt5 insists on using a private copy of sip, but the default sip seems to work just fine
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append patch-use-default-sip.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # only use patch on current version, not the pegged version for older versions of macOS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.major} > 14 || ${os.platform} ne "darwin"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # PyQt5 insists on using a private copy of sip, but the default sip seems to work just fine
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        patchfiles-append patch-use-default-sip.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> 
     build.cmd           make
     build.target        all
</pre><pre style='margin:0'>

</pre>