<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/d21e445c2b802a1fda4a86f504bf2a4721271a20">https://github.com/macports/macports-guide/commit/d21e445c2b802a1fda4a86f504bf2a4721271a20</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 d21e445  portfile: Link to official Tcl documentation
</span>d21e445 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d21e445c2b802a1fda4a86f504bf2a4721271a20
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue May 1 13:46:27 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    portfile: Link to official Tcl documentation
</span>---
 guide/xml/portfile-tcl.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfile-tcl.xml b/guide/xml/portfile-tcl.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index b397c35..237e30a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfile-tcl.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfile-tcl.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,8 +5,8 @@
</span>   <title>Tcl Extensions &amp; Useful Tcl Commands</title>
 
   <para>A MacPorts Portfile is a Tcl script, so it may contain any arbitrary
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  Tcl code you may learn about in a <link
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  xlink:href="http://tmml.sourceforge.net/doc/tcl/">Tcl reference manual</link>.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  Tcl code you may learn about in the <link
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  xlink:href="https://www.tcl.tk/doc/">Tcl documentation</link>.
</span>   However, few authors will use arbitrary Tcl code; the vast majority will use
   a subset of Tcl commands and a number of Tcl extensions that are coded within
   MacPorts for performing the most common tasks needed for Portfiles. The list
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +21,7 @@
</span>         <para>The standard Tcl <command>file</command> command can be used for
           a number of operations on files, such as moving, renaming, deleting,
           or creating directories, among others. For a complete list, consult
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          the <link xlink:href="http://tmml.sourceforge.net/doc/tcl/file.html">Tcl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          the <link xlink:href="https://www.tcl.tk/man/tcl/TclCmd/file.htm">Tcl
</span>             reference manual for the <command>file</command> command</link>,
           or the Tcl file manpage in the <option>n</option> section of manpages
           on your machine using <command>man n file</command></para>
</pre><pre style='margin:0'>

</pre>