<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-www.
</pre>
<p><a href="https://github.com/macports/macports-www/commit/309921ce960c3b1a5c8c71411fdc94687e10cfb4">https://github.com/macports/macports-www/commit/309921ce960c3b1a5c8c71411fdc94687e10cfb4</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 309921c Remove links to nonexistent Tiger dmg
</span>309921c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 309921ce960c3b1a5c8c71411fdc94687e10cfb4
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Aug 10 03:03:35 2024 +1000
<span style='display:block; white-space:pre;color:#404040;'> Remove links to nonexistent Tiger dmg
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/70517
</span>---
install.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/install.php b/install.php
</span><span style='display:block; white-space:pre;color:#808080;'>index 56b974c..a757b13 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/install.php
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/install.php
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,9 +46,9 @@
</span> <a href="<?php print $yosemite_pkg; ?>">Yosemite</a>,
<a href="<?php print $mavericks_pkg; ?>">Mavericks</a>,
<a href="<?php print $mountainlion_pkg; ?>">Mountain Lion</a>,
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <a href="<?php print $lion_pkg; ?>">Lion</a>, <a
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- href="<?php print $snowleopard_pkg; ?>">Snow Leopard</a>, <a href="<?php print $leopard_dmg; ?>">Leopard</a>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- and <a href="<?php print $tiger_dmg; ?>">Tiger</a> are
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <a href="<?php print $lion_pkg; ?>">Lion</a>,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <a href="<?php print $snowleopard_pkg; ?>">Snow Leopard</a>,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ and <a href="<?php print $leopard_dmg; ?>">Leopard</a> are
</span> also available.</li>
<li>In <a href="#source">source form</a> as either a <a href="<?php print $bz2_tarball ?>">tar.bz2</a> package or a
<a href="<?php print $gz_tarball; ?>">tar.gz</a> one for manual compilation, if you intend to customize your installation
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -134,9 +134,9 @@
</span> <a href="<?php print $mavericks_pkg; ?>">Mavericks</a>,
<a href="<?php print $mountainlion_pkg; ?>">Mountain Lion</a>,
<a href="<?php print $lion_pkg; ?>">Lion</a>,
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <a href="<?php print $snowleopard_pkg; ?>">Snow Leopard</a>, <a href="<?php print $leopard_dmg;
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- ?>">Leopard</a> or <a href="<?php print $tiger_dmg;
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- ?>">Tiger</a> and running the system's Installer by double-clicking on the pkg contained therein,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <a href="<?php print $snowleopard_pkg; ?>">Snow Leopard</a>,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ or <a href="<?php print $leopard_dmg; ?>">Leopard</a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ and running the system's Installer by double-clicking on the pkg contained therein,
</span> following the on-screen instructions until completion.</p>
<p>This procedure will place a fully-functional and default MacPorts installation on your host system, ready for usage.
</pre><pre style='margin:0'>
</pre>