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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/46305583d9416e45f30e50f5fc389feece1a87ef">https://github.com/macports/macports-ports/commit/46305583d9416e45f30e50f5fc389feece1a87ef</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 4630558  QLStephen: Update to 1.5.1
</span>4630558 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 46305583d9416e45f30e50f5fc389feece1a87ef
</span>Author: Saagar Jha <saagar@saagarjha.com>
AuthorDate: Mon Feb 17 00:52:05 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    QLStephen: Update to 1.5.1
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Remove a copy files phase suppression that no longer relevant.
</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/59218
</span>---
 sysutils/QLStephen/Portfile | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/QLStephen/Portfile b/sysutils/QLStephen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f6c6574..2026376 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/QLStephen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/QLStephen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           xcode 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        whomwah qlstephen 1.4.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        whomwah qlstephen 1.5.1
</span> name                QLStephen
 categories          sysutils
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,17 +16,14 @@ description         A QuickLook plugin that lets you view plain text \
</span>                     files without a file extension
 long_description    ${description}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  aecbb9cdf7ec2f0380cd929868e79fa0c87c1281 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  1de62d1547526b780a9c0efb4faf772e79d3733a1d1285abef61573c507c83a9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  14401c57852093917fc9814c0572745fba706547 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  84d795f713764647d6cb2d2ac1713ed4cd2a0769f7641ca7ff9745600d8b1958 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    22137
</span> 
 worksrcdir          ${distname}/QuickLookStephenProject
 
 destroot.violate_mtree  yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-post-extract {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace -W ${worksrcpath} "s,AEF4F27A0EDD58F800A55543.*,," QuickLookStephen.xcodeproj/project.pbxproj
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> destroot {
     xinstall -d ${destroot}/Library/QuickLook
     file copy ${worksrcpath}/build/Release/${name}.qlgenerator ${destroot}/Library/QuickLook
</pre><pre style='margin:0'>

</pre>