<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/32d27c8a7020f8cd47fdb01685e26aa7dc59798e">https://github.com/macports/macports-ports/commit/32d27c8a7020f8cd47fdb01685e26aa7dc59798e</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 32d27c8  nonpareil: resolve conflict with nss
</span>32d27c8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 32d27c8a7020f8cd47fdb01685e26aa7dc59798e
</span>Author: Allan Que <allan.que@gmail.com>
AuthorDate: Fri Jul 5 18:02:37 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nonpareil: resolve conflict with nss
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    renames bin/modutil to bin/modutil-nonpareil to avoid conflict with nss
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/58683
</span>---
 emulators/nonpareil/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/nonpareil/Portfile b/emulators/nonpareil/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4ab3ba3..d8a24be 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/nonpareil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/nonpareil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,6 +75,12 @@ post-patch {
</span>     reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/src/SConscript
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # avoids conflict with nss
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # ref: https://trac.macports.org/ticket/58683
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file rename ${destroot}${prefix}/bin/modutil ${destroot}${prefix}/bin/modutil-${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> platform macosx {
     post-destroot {
         xinstall -d ${destroot}${applications_dir}/Nonpareil
</pre><pre style='margin:0'>

</pre>