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

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/25cda8abe5b1f6b1d1fd3b6b137bd4899f5e641e">https://github.com/macports/macports-guide/commit/25cda8abe5b1f6b1d1fd3b6b137bd4899f5e641e</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 25cda8a  Change TextWrangler to BBEdit
</span>25cda8a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 25cda8abe5b1f6b1d1fd3b6b137bd4899f5e641e
</span>Author: Ryan Schmidt <git@ryandesign.com>
AuthorDate: Thu Apr 6 15:45:18 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Change TextWrangler to BBEdit
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    TextWrangler is in a sunset period prior to being discontinued.
</span>---
 guide/xml/installing.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/installing.xml b/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 9dcb4be..e6d3d1a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -529,16 +529,16 @@
</span>             <programlisting>export EDITOR=/usr/bin/nano</programlisting>
 
             <para>To use the user-friendly GUI editor <ulink
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    url="http://www.barebones.com/products/textwrangler/">TextWrangler</ulink> (installation required),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    url="http://www.barebones.com/products/bbedit/">BBEdit</ulink> (installation required),
</span>                 add this line:</para>
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <programlisting>export EDITOR=/usr/bin/edit</programlisting>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <programlisting>export EDITOR=/Applications/BBEdit.app/Contents/Helpers/bbedit_tool</programlisting>
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <para>To keep a command-line text editor as default while using a graphic editor with portfiles, add
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <para>To keep a command-line text editor as default while using BBEdit with portfiles, add
</span>                 this:</para>
 
             <programlisting>export EDITOR=/usr/bin/vi
<span style='display:block; white-space:pre;background:#ffe0e0;'>-<!--        -->export MP_EDITOR=/usr/bin/edit</programlisting>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+<!--        -->export MP_EDITOR=/Applications/BBEdit.app/Contents/Helpers/bbedit_tool</programlisting>
</span>         </section>
     </section>
 </chapter>
</pre><pre style='margin:0'>

</pre>