<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4e1c6d9b2fe9d971dc4f60054de37975b26f51df">https://github.com/macports/macports-ports/commit/4e1c6d9b2fe9d971dc4f60054de37975b26f51df</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 4e1c6d9  app-1.0.tcl: Remove trailing whitespace
</span>4e1c6d9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4e1c6d9b2fe9d971dc4f60054de37975b26f51df
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun May 13 21:49:56 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    app-1.0.tcl: Remove trailing whitespace
</span>---
 _resources/port1.0/group/app-1.0.tcl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/app-1.0.tcl b/_resources/port1.0/group/app-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 7a910bc..3646d9f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/app-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/app-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,7 +107,7 @@ default app.identifier {[app.get_default_identifier]}
</span> # launched, and so the icon keeps bouncing in the dock. Until this is properly
 # fixed, just hide the the dock icon for now
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-options app.hide_dock_icon 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+options app.hide_dock_icon
</span> default app.hide_dock_icon  {[app.get_default_hide_dock_icon]}
 
 proc app.get_default_hide_dock_icon {} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -117,12 +117,12 @@ proc app.get_default_hide_dock_icon {} {
</span> 
 # app.use_launch_script: use a bash launch script instead of a symlink to the executable
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# the default behaviour is to symlink the executable into the bundle. 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# the default behaviour is to symlink the executable into the bundle.
</span> # However, this has two issues -- it passes -psn to the executable,
 # which some ports can't handle. Also, it doesn't set up the path to ${prefix}/bin. The launch
 # script option solves both these issues.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-options app.use_launch_script 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+options app.use_launch_script
</span> default app.use_launch_script  no
 
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -226,7 +226,7 @@ platform macosx {
</span>                 # If app.executable starts with ${workpath} or ${filespath}, copy it.
                 if {[string first ${workpath} ${executable}] == 0 || [string first ${filespath} ${executable}] == 0} {
                     xinstall ${executable} ${destroot}${applications_dir}/${app.name}.app/Contents/MacOS/${app.name}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>                 # app.executable refers to a file that exists but does not belong to this port.
                 # Assume it belongs to a dependency and use it as the target.
                 } else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -315,7 +315,7 @@ proc app._resolve_symlink {path destroot} {
</span> }
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Write a default launch script for the executable into the bundle, 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Write a default launch script for the executable into the bundle,
</span> # setting the default PATH as would be expected by the binary
 proc app._write_launch_script  {executable app_destination} {
     global prefix
</pre><pre style='margin:0'>

</pre>