<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[152936] trunk/www</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/152936">152936</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2016-09-20 16:53:40 -0700 (Tue, 20 Sep 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update web site for Sierra

The MacPorts Sierra installer is not yet on the distfiles mirrors so link to
it on SourceForge for the moment.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwwwincludescommoninc">trunk/www/includes/common.inc</a></li>
<li><a href="#trunkwwwindexphp">trunk/www/index.php</a></li>
<li><a href="#trunkwwwinstallphp">trunk/www/install.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwwwincludescommoninc"></a>
<div class="modfile"><h4>Modified: trunk/www/includes/common.inc (152935 => 152936)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/includes/common.inc        2016-09-20 22:58:31 UTC (rev 152935)
+++ trunk/www/includes/common.inc        2016-09-20 23:53:40 UTC (rev 152936)
</span><span class="lines">@@ -20,6 +20,7 @@
</span><span class="cx"> $normal_downloads = 'https://distfiles.macports.org/MacPorts/';
</span><span class="cx"> $sf_downloads = 'http://downloads.sourceforge.net/project/macports/MacPorts/' . $macports_version_latest . '/';
</span><span class="cx"> $downloads = $normal_downloads;
</span><ins>+$sierra_pkg = $sf_downloads . 'MacPorts-' . $macports_version_latest . '-10.12-Sierra.pkg';
</ins><span class="cx"> $elcapitan_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.11-ElCapitan.pkg';
</span><span class="cx"> $yosemite_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.10-Yosemite.pkg';
</span><span class="cx"> $mavericks_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.9-Mavericks.pkg';
</span><span class="lines">@@ -31,7 +32,7 @@
</span><span class="cx"> $tiger_dmg = $normal_downloads . 'MacPorts-' . '2.3.3' . '-10.4-Tiger.dmg';
</span><span class="cx"> $bz2_tarball = $downloads . 'MacPorts-' . $macports_version_latest . '.tar.bz2';
</span><span class="cx"> $gz_tarball = $downloads . 'MacPorts-' . $macports_version_latest . '.tar.gz';
</span><del>-$checksums = $downloads .  'MacPorts-' . $macports_version_latest . '.chk.txt';
</del><ins>+$checksums = $sf_downloads .  'MacPorts-' . $macports_version_latest . '.chk.txt';
</ins><span class="cx"> $guide_url = 'https://guide.macports.org/';
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwwwindexphp"></a>
<div class="modfile"><h4>Modified: trunk/www/index.php (152935 => 152936)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/index.php        2016-09-20 22:58:31 UTC (rev 152935)
+++ trunk/www/index.php        2016-09-20 23:53:40 UTC (rev 152936)
</span><span class="lines">@@ -13,15 +13,15 @@
</span><span class="cx">     &lt;h2 class=&quot;hdr&quot;&gt;The MacPorts Project Official Homepage&lt;/h2&gt;
</span><span class="cx"> 
</span><span class="cx">     &lt;p&gt;The MacPorts Project is an open-source community initiative to design an easy-to-use system for compiling, installing,
</span><del>-    and upgrading either command-line, X11 or Aqua based open-source software on the &lt;a href=&quot;http://www.apple.com/osx/&quot;&gt;
-    OS X&lt;/a&gt; operating system. To that end we provide the command-line driven MacPorts software package under a &lt;a
</del><ins>+    and upgrading either command-line, X11 or Aqua based open-source software on the &lt;a href=&quot;http://www.apple.com/macos/&quot;&gt;Mac
+    operating system&lt;/a&gt;. To that end we provide the command-line driven MacPorts software package under a &lt;a
</ins><span class="cx">     href=&quot;http://opensource.org/licenses/BSD-3-Clause&quot;&gt;BSD 3-Clause License&lt;/a&gt;, and through it easy access to thousands of ports
</span><span class="cx">     that &lt;a href=&quot;&lt;?php print $guide_url . '#introduction'; ?&gt;&quot;&gt; greatly simplify&lt;/a&gt; the task of &lt;a href=&quot;&lt;?php print $guide_url
</span><span class="cx">     . '#using'; ?&gt;&quot;&gt;compiling and installing&lt;/a&gt; open-source software on your Mac.&lt;/p&gt;
</span><span class="cx">     
</span><span class="cx">     &lt;p&gt;We provide a single software tree that attempts to track the latest release of every software title (port) we distribute,
</span><del>-    without splitting them into &amp;#8220;stable&amp;#8221; Vs. &amp;#8220;unstable&amp;#8221; branches, targeting mainly the current OS
-    X release (OS X 10.11 El Capitan) and the immediately previous two (OS X 10.10 Yosemite and OS X 10.9 Mavericks).
</del><ins>+    without splitting them into &amp;#8220;stable&amp;#8221; Vs. &amp;#8220;unstable&amp;#8221; branches, targeting mainly OS X Mavericks v10.9 and later
+    (including macOS Sierra v10.12).
</ins><span class="cx">     There are currently &lt;a href=&quot;ports.php&quot;&gt;
</span><span class="cx">     &lt;b&gt;&lt;?php print $portsdb_info['num_ports']; ?&gt;&lt;/b&gt; ports&lt;/a&gt; in our tree, distributed among &lt;?php print $portsdb_info['num_categories']; ?&gt;
</span><span class="cx">     different categories, and more are being added on a regular basis.&lt;/p&gt;
</span></span></pre></div>
<a id="trunkwwwinstallphp"></a>
<div class="modfile"><h4>Modified: trunk/www/install.php (152935 => 152936)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/install.php        2016-09-20 22:58:31 UTC (rev 152935)
+++ trunk/www/install.php        2016-09-20 23:53:40 UTC (rev 152936)
</span><span class="lines">@@ -13,13 +13,14 @@
</span><span class="cx">     &lt;h2 class=&quot;hdr&quot; id=&quot;quickstart&quot;&gt;Quickstart&lt;/h2&gt;
</span><span class="cx"> 
</span><span class="cx">     &lt;ol&gt;
</span><del>-        &lt;li&gt;Install &lt;a href=&quot;http://guide.macports.org/#installing.xcode&quot;&gt;Xcode and the Xcode Command Line Tools&lt;/a&gt;&lt;/li&gt;
</del><ins>+        &lt;li&gt;Install &lt;a href=&quot;&lt;?php print $guide_url . '#installing.xcode'; ?&gt;&quot;&gt;Xcode and the Xcode Command Line Tools&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx">         &lt;li&gt;Agree to Xcode license in Terminal: &lt;code&gt;sudo xcodebuild -license&lt;/code&gt;&lt;/li&gt;
</span><del>-        &lt;li&gt;Install MacPorts for your version of OS X:
</del><ins>+        &lt;li&gt;Install MacPorts for your version of the Mac operating system:
</ins><span class="cx">             &lt;ul&gt;
</span><del>-                &lt;li&gt;&lt;a href=&quot;&lt;?php echo $elcapitan_pkg; ?&gt;&quot;    &gt;OS X 10.11 El Capitan&lt;/a&gt;&lt;/li&gt;
-                &lt;li&gt;&lt;a href=&quot;&lt;?php echo $yosemite_pkg; ?&gt;&quot;    &gt;OS X 10.10 Yosemite&lt;/a&gt;&lt;/li&gt;
-                &lt;li&gt;&lt;a href=&quot;&lt;?php echo $mavericks_pkg; ?&gt;&quot;    &gt;OS X 10.9 Mavericks&lt;/a&gt;&lt;/li&gt;
</del><ins>+                &lt;li&gt;&lt;a href=&quot;&lt;?php echo $sierra_pkg; ?&gt;&quot;&gt;macOS Sierra v10.12&lt;/a&gt;&lt;/li&gt;
+                &lt;li&gt;&lt;a href=&quot;&lt;?php echo $elcapitan_pkg; ?&gt;&quot;&gt;OS X El Capitan v10.11&lt;/a&gt;&lt;/li&gt;
+                &lt;li&gt;&lt;a href=&quot;&lt;?php echo $yosemite_pkg; ?&gt;&quot;&gt;OS X Yosemite v10.10&lt;/a&gt;&lt;/li&gt;
+                &lt;li&gt;&lt;a href=&quot;&lt;?php echo $mavericks_pkg; ?&gt;&quot;&gt;OS X Mavericks v10.9&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx">                 &lt;li&gt;&lt;a href=&quot;#installing&quot;&gt;Older OS? See here.&lt;/a&gt;&lt;/li&gt;
</span><span class="cx">             &lt;/ul&gt;
</span><span class="cx">         &lt;/li&gt;
</span><span class="lines">@@ -27,15 +28,16 @@
</span><span class="cx"> 
</span><span class="cx">     &lt;h2 class=&quot;hdr&quot; id=&quot;installing&quot;&gt;Installing MacPorts&lt;/h2&gt;
</span><span class="cx"> 
</span><del>-    &lt;p&gt;MacPorts version &lt;?php print $macports_version_latest; ?&gt; is available in various formats for download and installation (note, if you are upgrading your Mac OS X to a new major release, see the &lt;a href=&quot;https://trac.macports.org/wiki/Migration&quot;&gt;migration info page&lt;/a&gt;):
</del><ins>+    &lt;p&gt;MacPorts version &lt;?php print $macports_version_latest; ?&gt; is available in various formats for download and installation (note, if you are upgrading to a new major release of macOS, see the &lt;a href=&quot;&lt;?php print $trac_url . 'wiki/Migration'; ?&gt;&quot;&gt;migration info page&lt;/a&gt;):
</ins><span class="cx">     &lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">     &lt;ul&gt;
</span><span class="cx">         &lt;li&gt;&amp;#8220;pkg&amp;#8221; installers for
</span><ins>+        &lt;a href=&quot;&lt;?php print $sierra_pkg; ?&gt;&quot;&gt;Sierra&lt;/a&gt;,
</ins><span class="cx">         &lt;a href=&quot;&lt;?php print $elcapitan_pkg; ?&gt;&quot;&gt;El Capitan&lt;/a&gt;,
</span><span class="cx">         &lt;a href=&quot;&lt;?php print $yosemite_pkg; ?&gt;&quot;&gt;Yosemite&lt;/a&gt; and
</span><span class="cx">         &lt;a href=&quot;&lt;?php print $mavericks_pkg; ?&gt;&quot;&gt;Mavericks&lt;/a&gt;,
</span><del>-        for use with the Mac OS X Installer.
</del><ins>+        for use with the macOS Installer.
</ins><span class="cx">         This is the simplest installation
</span><span class="cx">         procedure that most users should &lt;a href=&quot;#pkg&quot;&gt;follow&lt;/a&gt; after meeting the requirements listed &lt;a href=&quot;#requirements&quot;&gt;
</span><span class="cx">         below&lt;/a&gt;. Installers for legacy platforms &lt;a href=&quot;&lt;?php print $mountainlion_pkg; ?&gt;&quot;&gt;Mountain Lion&lt;/a&gt;, 
</span><span class="lines">@@ -57,16 +59,17 @@
</span><span class="cx"> 
</span><span class="cx">     &lt;div id=&quot;requirements&quot;&gt;
</span><span class="cx"> 
</span><del>-        &lt;p&gt;Please note that in order to install and run MacPorts on Mac OS X, your system must have installations of the following
</del><ins>+        &lt;p&gt;Please note that in order to install and run MacPorts on macOS, your system must have installations of the following
</ins><span class="cx">         components:&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;ol&gt;
</span><del>-            &lt;li&gt;Apple's &lt;a href=&quot;https://developer.apple.com/technologies/tools/&quot;&gt;Xcode&lt;/a&gt; Developer Tools (version 7.0 or later for El Capitan,
</del><ins>+            &lt;li&gt;Apple's &lt;a href=&quot;https://developer.apple.com/technologies/tools/&quot;&gt;Xcode&lt;/a&gt; Developer Tools (version 8.0 or later for Sierra,
+            7.0 or later for El Capitan,
</ins><span class="cx">             6.1 or later for Yosemite, 5.0.1 or later for Mavericks, 4.4 or later for Mountain Lion,
</span><span class="cx">             4.1 or later for Lion, 3.2 or later for
</span><span class="cx">             Snow Leopard, or 3.1 or later for Leopard), found at the &lt;a href=&quot;https://developer.apple.com/downloads/&quot;&gt;Apple Developer&lt;/a&gt;
</span><del>-            site, on your Mac OS X installation CDs/DVD, or in the Mac App Store. Using the latest available version that will run on your
-            OS is highly recommended.&lt;/li&gt;
</del><ins>+            site, on your Mac operating system installation CDs/DVD, or in the Mac App Store. Using the latest available version that will run on your
+            OS is highly recommended, except for Snow Leopard where the last free version, 3.2.6, is recommended.&lt;/li&gt;
</ins><span class="cx">             &lt;li&gt;Apple's Command Line Developer Tools are found at the &lt;a href=&quot;https://developer.apple.com/downloads/&quot;&gt;Apple Developer&lt;/a&gt; site,
</span><span class="cx">             or they can be installed from within Xcode 4.  Users of Xcode 3 or earlier can install this by ensuring that the appropriate
</span><span class="cx">             option(s) are selected at the time of Xcode's install (&quot;UNIX Development&quot;, &quot;System Tools&quot;, &quot;Command Line Tools&quot;, or
</span><span class="lines">@@ -78,9 +81,9 @@
</span><span class="cx">             multiple choices for an X11 server:
</span><span class="cx">                 &lt;ul&gt;
</span><span class="cx">                     &lt;li&gt;Apple's X11.app is provided by the &amp;#8220;X11 User&amp;#8221; package (an optional installation on your system CDs/DVD for
</span><del>-                    older OS Versions and provided unconditionally on Lion).&lt;/li&gt;
</del><ins>+                    older OS versions and provided unconditionally on Lion).&lt;/li&gt;
</ins><span class="cx">                     &lt;li&gt;Install the xorg-server port from MacPorts.&lt;/li&gt;
</span><del>-                    &lt;li&gt;The &lt;a href=&quot;http://www.xquartz.org&quot;&gt;XQuartz Project&lt;/a&gt; provides a complete X11 release for OS X including server and client libraries and applications.&lt;/li&gt;
</del><ins>+                    &lt;li&gt;The &lt;a href=&quot;https://www.xquartz.org&quot;&gt;XQuartz Project&lt;/a&gt; provides a complete X11 release for macOS including server and client libraries and applications.&lt;/li&gt;
</ins><span class="cx">                 &lt;/ul&gt;
</span><span class="cx">             &lt;/li&gt;
</span><span class="cx">         &lt;/ol&gt;
</span><span class="lines">@@ -88,9 +91,10 @@
</span><span class="cx">     &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-    &lt;h3 class=&quot;subhdr&quot; id=&quot;pkg&quot;&gt;Mac OS X Package (.pkg) Installer&lt;/h3&gt;
</del><ins>+    &lt;h3 class=&quot;subhdr&quot; id=&quot;pkg&quot;&gt;macOS Package (.pkg) Installer&lt;/h3&gt;
</ins><span class="cx"> 
</span><del>-    &lt;p&gt;The easiest way to install MacPorts on a Mac OS X system is by downloading the dmg for
</del><ins>+    &lt;p&gt;The easiest way to install MacPorts on a Mac is by downloading the dmg for
+    &lt;a href=&quot;&lt;?php print $sierra_pkg; ?&gt;&quot;&gt;Sierra&lt;/a&gt;,
</ins><span class="cx">     &lt;a href=&quot;&lt;?php print $elcapitan_pkg; ?&gt;&quot;&gt;El Capitan&lt;/a&gt;,
</span><span class="cx">     &lt;a href=&quot;&lt;?php print $yosemite_pkg; ?&gt;&quot;&gt;Yosemite&lt;/a&gt;,
</span><span class="cx">     &lt;a href=&quot;&lt;?php print $mavericks_pkg; ?&gt;&quot;&gt;Mavericks&lt;/a&gt;,
</span><span class="lines">@@ -199,7 +203,7 @@
</span><span class="cx"> 
</span><span class="cx">     &lt;h3 class=&quot;subhdr&quot; id=&quot;other&quot;&gt;Other Platforms&lt;/h3&gt;
</span><span class="cx"> 
</span><del>-    &lt;p&gt;Running on platforms other than Mac OS X is not the main focus of The MacPorts Project, so remaining cross-platform is
</del><ins>+    &lt;p&gt;Running on platforms other than macOS is not the main focus of The MacPorts Project, so remaining cross-platform is
</ins><span class="cx">     not an actively-pursued development goal. Nevertheless, it is not an actively-discouraged goal either and as a result some
</span><span class="cx">     experimental support does exist for other POSIX-compliant platforms such as *BSD and GNU/Linux.&lt;/p&gt;
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>