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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/33bf63317f0f3808be3544f701cdd82feaf035cc">https://github.com/macports/macports-ports/commit/33bf63317f0f3808be3544f701cdd82feaf035cc</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 33bf633  poedit: simplify destroot
</span>33bf633 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 33bf63317f0f3808be3544f701cdd82feaf035cc
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Tue Jul 31 05:51:18 2018 +0000

<span style='display:block; white-space:pre;color:#404040;'>    poedit: simplify destroot
</span>---
 editors/poedit/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/poedit/Portfile b/editors/poedit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0653ac4..1c940a5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/poedit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/poedit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,8 +46,10 @@ xcode.configuration     "Release"
</span> xcode.scheme            "Poedit"
 xcode.build.settings    OBJROOT=${worksrcpath}/build/ \
                         SYMROOT=${worksrcpath}/build/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-xcode.destroot.settings ${xcode.build.settings}
</span> 
 build.pre_args          -workspace Poedit2.xcworkspace \
                         -derivedDataPath ./DerivedData
<span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot.pre_args       ${build.pre_args}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/build/Release/Poedit.app ${destroot}${applications_dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>