<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/b0835fc7e6e550085a3256de685c444fd2d909be">https://github.com/macports/macports-guide/commit/b0835fc7e6e550085a3256de685c444fd2d909be</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 b0835fc  Fix typos
</span>b0835fc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b0835fc7e6e550085a3256de685c444fd2d909be
</span>Author: Dimitris Apostolou <dimitris.apostolou@icloud.com>
AuthorDate: Mon Apr 9 19:04:11 2018 +0300

<span style='display:block; white-space:pre;color:#404040;'>    Fix typos
</span>---
 guide/xml/glossary.xml        |  2 +-
 guide/xml/internals-tests.xml |  2 +-
 guide/xml/portfile-phase.xml  |  2 +-
 guide/xml/portfile-tcl.xml    |  2 +-
 guide/xml/portgroup-xcode.xml | 16 ++++++++--------
 guide/xml/using.xml           |  2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/glossary.xml b/guide/xml/glossary.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 0c63537..3af1dc8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/glossary.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/glossary.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,7 +80,7 @@
</span>         <glossterm>checksum</glossterm>
 
         <glossdef>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          <para>A checksum is a small piece of data, derived from from
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          <para>A checksum is a small piece of data, derived from
</span>             an original that can be used to ensure that two files are
             identical.</para>
         </glossdef>
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/internals-tests.xml b/guide/xml/internals-tests.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index e35dbb3..a65c218 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/internals-tests.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/internals-tests.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -118,7 +118,7 @@
</span>             <listitem><para>each proc in a file has a corresponding test case (test proc_name) in the</para></listitem>
             <listitem><para>each test case must be independent from each other, so they can be run individually if needed</para></listitem>
             <listitem><para>each test must clean all auxiliary files or directories it creates and revert all ports it installs</para></listitem>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <listitem><para>use a single test proceduce for each tested proc; sub-test cases should be included in the same body</para></listitem>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <listitem><para>use a single test procedure for each tested proc; sub-test cases should be included in the same body</para></listitem>
</span>             <listitem><para>when adding new regression tests, make sure to specify its name in the test_suite list of 'trunk/base/tests/test.tcl'</para></listitem>
             <listitem><para>variables used in tests can be set at install-time using the '[module]_test_autoconf.tcl.in' file in each module (macports_autoconf.tcl.in, port_autoconf.tcl.in)</para></listitem>
             <listitem><para>for some tests in package1.0, an update of the ports tree is required; this is done automatically if they are run using the 'test' target in the Makefile, with root privileges </para></listitem>
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfile-phase.xml b/guide/xml/portfile-phase.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index baf96f6..222fcb9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfile-phase.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfile-phase.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -540,7 +540,7 @@ distfiles           file_one.tar.gz:tagone \
</span>             linkend="reference.phases.fetch.cvs">cvs</link>, <link
             linkend="reference.phases.fetch.git">git</link>, <link
             linkend="reference.phases.fetch.hg">hg</link>, or <link
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            linkend="reference.phases.fetch.svn">svn</link> checkout is be used.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            linkend="reference.phases.fetch.svn">svn</link> checkout is being used.
</span>             <option>standard</option> is used for a normal http or ftp fetch
             using <varname>${distfiles}</varname> and is used as
             default.</para>
<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 a54433d..b397c35 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;'>@@ -370,7 +370,7 @@
</span> 
             <listitem>
               <para>Add a new local group to the system, with the specified
<span style='display:block; white-space:pre;background:#ffe0e0;'>-              gid, password, real name, and with a list users as
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              gid, password, real name, and with a list of users as
</span>               members.</para>
             </listitem>
           </varlistentry>
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portgroup-xcode.xml b/guide/xml/portgroup-xcode.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index de329a9..a7a47c4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portgroup-xcode.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portgroup-xcode.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,7 +101,7 @@
</span>         <term>xcode.build.settings</term>
 
         <listitem>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          <para>Additional settings passed to the xcode build tool during the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          <para>Additional settings passed to the xcodebuild tool during the
</span>           build phase. These settings should be in the X=Y form.</para>
 
           <itemizedlist>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -126,8 +126,8 @@
</span>         <term>xcode.destroot.type</term>
 
         <listitem>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          <para>Type of project that will be installed. This tells the xcode
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-          PortGroup how to destroot the project. Correct values are
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          <para>Type of project that will be installed. This tells the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          PortGroup xcode how to destroot the project. Correct values are
</span>           <option>application</option> and <option>framework</option>.</para>
 
           <itemizedlist>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -172,7 +172,7 @@
</span>         <term>xcode.destroot.settings</term>
 
         <listitem>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          <para>Additional settings passed to the xcode build tool during the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          <para>Additional settings passed to the xcodebuild tool during the
</span>           destroot phase. These settings should be in the X=Y form.</para>
 
           <itemizedlist>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -197,7 +197,7 @@
</span>         <term>xcode.universal.settings</term>
 
         <listitem>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          <para>Settings passed to the xcode build tool when the +universal
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          <para>Settings passed to the xcodebuild tool when the +universal
</span>           variant is selected. These settings should be in the X=Y
           form.</para>
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -239,7 +239,7 @@
</span>   <section xml:id="reference.portgroup.xcode.sugar">
     <title>xcode PortGroup Sugar</title>
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <para>Portfiles using the xcode PortGroup do not need to define the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <para>Portfiles using the PortGroup xcode do not need to define the
</span>     following variables:</para>
 
     <variablelist>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -270,9 +270,9 @@
</span>   </section>
 
   <section xml:id="reference.portgroup.xcode.phase-keywords">
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <title>Portfile-Phase Keywords Affecting the xcode PortGroup</title>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <title>Portfile-Phase Keywords Affecting the PortGroup xcode</title>
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <para>The following Portfile phase keywords affect the xcode PortGroup in
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <para>The following Portfile phase keywords affect the PortGroup xcode in
</span>     a unique way. In most cases, you will not need to set any of these
     keywords in the Portfile. See <citerefentry>
         <refentrytitle>portfile-phase</refentrytitle>
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/using.xml b/guide/xml/using.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 4e809d0..ffbae85 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/using.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/using.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1469,7 +1469,7 @@ apache2 has the variants:
</span>                 downloaded from a server. MacPorts runs a buildbot infrastructure that creates prebuilt binary packages
                 for all ports in MacPorts for the default installation prefix. Buildbots exist for systems later or
                 equal to Snow Leopard. If a port builds successfully and its license and those of its dependencies allow
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                binary redistribution, they archives are uploaded to <option>packages.macports.org</option> and will be
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                binary redistribution, the archives are uploaded to <option>packages.macports.org</option> and will be
</span>                 automatically used by MacPorts during installation.</para>
 
             <para>You can manually create an archive (and see debug output for its creation) using</para>
</pre><pre style='margin:0'>

</pre>