<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b3e9d6298ab5a49941c504d1c509df27b529e8f6">https://github.com/macports/macports-ports/commit/b3e9d6298ab5a49941c504d1c509df27b529e8f6</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 b3e9d62  nsis: add debug variant
</span>b3e9d62 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b3e9d6298ab5a49941c504d1c509df27b529e8f6
</span>Author: Jan T. Sott <jan@idleberg.com>
AuthorDate: Mon Sep 3 19:37:51 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    nsis: add debug variant
</span>---
 devel/nsis/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/nsis/Portfile b/devel/nsis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bd9aeb3..06b817c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/nsis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/nsis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -83,3 +83,7 @@ variant advanced_logging description {Build makensis with advanced logging suppo
</span> variant large_strings description {Build makensis with support for large strings} {
     build.args-append    NSIS_MAX_STRLEN=8192
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant debug description {Build makensis with debugging information} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.args-append    DEBUG=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>