<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div>Hi Larry,</div><div><br class=""></div><div>Thanks for the feedback. Apparently Pingus is very popular, and not on homebrew! A scoop! Hope people enjoy it (or at least their kids do).</div><div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">This should be "GPL-3+”.</div></div></div></blockquote><div><br class=""></div><div>Ah. I saw this <<a href="https://github.com/Pingus/pingus/blob/master/COPYING" class="">https://github.com/Pingus/pingus/blob/master/COPYING</a>> and it just said GPL-3. </div><div><br class=""></div><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class=""><a href="https://github.com/Pingus/pingus/blob/master/src/main.cpp#L4-L7" class="">https://github.com/Pingus/pingus/blob/master/src/main.cpp#L4-L7</a><br class=""></div></div></div></blockquote><div><br class=""></div><div>but I see they wrote "any later version” directly into the source files. Tricky.</div><div><br class=""></div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">We generally prefer the MacPorts-specific "copy" over "file copy”.<br class=""></div></div></div></blockquote><div><br class=""></div><div>noted. copied and pasted that code directly from another port, and modified it a bit (to Pingus).</div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><blockquote type="cite" class=""><div class=""><pre style="white-space: pre; background: #F8F8F8" class=""><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+    reinplace "s|\"$@\"||g" ${destroot}${applications_dir}/Pingus.app/Contents/MacOS/pingus
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+}</span></pre></div></blockquote></div><div class="">This is…strange. What exactly are you replacing here?</div><div class=""><br class=""></div></div></div></blockquote><br class=""></div><div>Yeah - that was interesting. The bin/pingus launch script had this:</div><div><br class=""></div><div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#!/bin/sh</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">exec "/Applications/MacPorts/Pingus.app/Contents/MacOS/libexec/pingus" --datadir "/Applications/MacPorts/Pingus.app/Contents/MacOS/share/pingus" "$@"</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">which works from a terminal prompt, but not in an application bundle. </span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">taking off the </span><span style="font-family: Menlo; font-size: 11px; background-color: rgb(255, 255, 255);" class=""> </span><span style="background-color: rgb(255, 255, 255);" class=""><font face="Menlo" class=""><span style="font-size: 11px;" class="">"$@“ </span></font></span>allowed the launch script to work in  the bundle.</div><div class=""><br class=""></div><div class="">Do you know of a better method to use?</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Best, Ken</div></div></body></html>