<pre style='margin:0'>
Andrea D'Amore (anddam) pushed a commit to branch master
in repository macports-www.

</pre>
<p><a href="https://github.com/macports/macports-www/commit/39c32783b21e192a81e57af38d64b617040f1eac">https://github.com/macports/macports-www/commit/39c32783b21e192a81e57af38d64b617040f1eac</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 39c3278  Replace references to subversion with git ones.
</span>39c3278 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 39c32783b21e192a81e57af38d64b617040f1eac
</span>Author: Andrea D'Amore <and.damore@macports.org>
AuthorDate: Tue Nov 8 13:39:40 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Replace references to subversion with git ones.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    replace "SVN" and "subversion" occurencies with git and GitHub, whatever appropriate (anchor to guide needs to be updated after the guide)
</span><span style='display:block; white-space:pre;color:#404040;'>    replace old macosforge.org links for the mailing list mailman and pipermail (manager and archive)
</span><span style='display:block; white-space:pre;color:#404040;'>    make url printing consistent with existing print() PHP statements, drop $github_url_ports in favor of $github_url + "string"
</span>---
 contact.php         | 27 +++++++++++++--------------
 docs.php            |  2 +-
 includes/common.inc |  3 ++-
 includes/header.inc |  2 +-
 install.php         | 14 +++++++-------
 ports.php           |  4 ++--
 6 files changed, 26 insertions(+), 26 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/contact.php b/contact.php
</span><span style='display:block; white-space:pre;color:#808080;'>index be7bc30..14d174a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/contact.php
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/contact.php
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,27 +54,27 @@
</span>     <p>The MacPorts Project hosts a number of specialized mailing lists you can freely subscribe to:</p>
 
     <ul>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        <li><a href="https://lists.macosforge.org/mailman/listinfo/macports-users/">MacPorts Users</a>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        (<a href="https://lists.macosforge.org/pipermail/macports-users/">archives</a>):
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <li><a href="<?php print $mailman_url . 'macports-users/' ?>">MacPorts Users</a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        (<a href="<?php print $pipermail_url . 'macports-users/' ?>">archives</a>):
</span>             <p>General discussion of MacPorts installation and usage. A moderate volume list.</p>
         </li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        <li><a href="https://lists.macosforge.org/mailman/listinfo/macports-dev/">MacPorts Developers</a>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        (<a href="https://lists.macosforge.org/pipermail/macports-dev/">archives</a>):
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <li><a href="<?php print $mailman_url . 'macports-dev/' ?>">MacPorts Developers</a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        (<a href="<?php print $pipermail_url . 'macports-dev/' ?>">archives</a>):
</span>             <p>Where project members and contributors discuss the MacPorts &#8220;base&#8221; system itself and future
             development plans, and related &#8220;Portfile&#8221; writing best practices. A low volume list.</p>
         </li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        <li><a href="https://lists.macosforge.org/mailman/listinfo/macports-changes/">MacPorts Changes</a>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        (<a href="https://lists.macosforge.org/pipermail/macports-changes/">archives</a>):
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <li><a href="<?php print $mailman_url . 'macports-changes/' ?>">MacPorts Changes</a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        (<a href="<?php print $pipermail_url . 'macports-changes/' ?>">archives</a>):
</span>             <p>Read-only, low to moderate volume list of changes to our <a href="<?php print $github_url; ?>">git repository on GitHub</a>
             for both &#8220;base&#8221; code and Portfiles, among others.</p>
         </li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        <li><a href="https://lists.macosforge.org/mailman/listinfo/macports-tickets/">MacPorts Tickets</a>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        (<a href="https://lists.macosforge.org/pipermail/macports-tickets/">archives</a>):
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <li><a href="<?php print $mailman_url . 'macports-tickets/' ?>">MacPorts Tickets</a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        (<a href="<?php print $pipermail_url . 'macports-tickets/' ?>">archives</a>):
</span>             <p>Read-only, moderate volume list of ticket activity on our <a href="<?php print $trac_url; ?>">Trac bug tracker
             </a>.</p>
         </li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        <li><a href="https://lists.macosforge.org/mailman/listinfo/macports-announce/">MacPorts Announce</a>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        (<a href="https://lists.macosforge.org/pipermail/macports-announce/">archives</a>):
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <li><a href="<?php print $mailman_url . 'macports-announce/' ?>">MacPorts Announce</a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        (<a href="<?php print $pipermail_url . 'macports-announce/' ?>">archives</a>):
</span>             <p>Read-only, low volume list for project related major announcements.</p>
         </li>
     </ul>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -96,7 +96,7 @@
</span>     NDA'd software).</p>
 
     <p>This is also where you should turn to if you are a developer and/or a contributor interested in joning The MacPorts
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    Project with full write access to our SVN repository and Wiki pages, either to work on MacPorts itself or as a ports
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Project with full write access to our git repository and Wiki pages, either to work on MacPorts itself or as a ports
</span>     maintainer. Please read the <a href="<?php print $guide_url . '#project.membership'; ?>">documentation available</a>
     on joining for more information.</p>
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,11 +105,10 @@
</span> 
     <p>We use the popular <a href="http://trac.edgewall.org/">Trac</a> web-based tool for our <a href="<?php print $trac_url .
     'roadmap'; ?>">bug tracking</a> and <a href="<?php print $trac_url . 'wiki'; ?>">Wiki</a> needs, thus buying ourselves
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    seamless read-only integration with our SVN repository through its <a href="<?php print $trac_url . 'browser'; ?>">
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    seamless read-only integration with our git repository through its <a href="<?php print $trac_url . 'browser'; ?>">
</span>     source browser</a> and the project <a href="<?php print $trac_url . 'timeline'; ?>">timeline</a> (where ticket activity
     can also be viewed). Note that in order to interact with Trac for anything other than read only operations, you need
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    to <a href="<?php print $trac_url . 'auth/register/'; ?>">register</a> with Mac OS Forge for a Wordpress/Trac combined
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    account.</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    to <a href="<?php print $trac_url . 'auth/register/'; ?>">register</a> with GitHub for an account.</p>
</span> 
     <p>If you think you've found a bug either in one of our <a href="ports.php">available ports</a> or in MacPorts itself, or
     on the other hand if you'd like to make a contribution of any kind to the project, feel free to <a href="<?php print $trac_url
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/docs.php b/docs.php
</span><span style='display:block; white-space:pre;color:#808080;'>index c84caba..0bafd2e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/docs.php
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/docs.php
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@
</span>             <li><a href="https://www.macports.org/install.php">Installation</a></li>
             <li><a href="https://guide.macports.org/#installing">Guide to Installation</a></li>
             <li><a href="https://trac.macports.org/wiki/InstallingMacPorts">Installation Wiki</a></li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <li><a href="https://trac.macports.org/wiki/howto/RunningTrunk">Installing from SVN Trunk</a></li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <li><a href="https://trac.macports.org/wiki/howto/RunningTrunk">Installing from git master</a></li>
</span>             <li><a href="https://trac.macports.org/wiki/GetMacPortsSource">Get the Source</a></li>
         </ul>
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/includes/common.inc b/includes/common.inc
</span><span style='display:block; white-space:pre;color:#808080;'>index dd1c79c..5bf6079 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/includes/common.inc
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/includes/common.inc
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,8 +15,9 @@ $macports_version_latest = '2.3.4';
</span> 
 # Some useful URL abstractions:
 $trac_url = 'https://trac.macports.org/';
<span style='display:block; white-space:pre;background:#e0ffe0;'>+$mailman_url = 'https://lists.macports.org/mailman/listinfo/',
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+$pipermail_url = 'https://lists.macports.org/pipermail/',
</span> $github_url = 'https://github.com/macports/';
<span style='display:block; white-space:pre;background:#ffe0e0;'>-$github_url_ports = $github_url . 'macports-ports/';
</span> $svn_url = 'https://svn.macports.org/repository/macports/';
 $normal_downloads = 'https://distfiles.macports.org/MacPorts/';
 $sf_downloads = 'http://downloads.sourceforge.net/project/macports/MacPorts/' . $macports_version_latest . '/';
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/includes/header.inc b/includes/header.inc
</span><span style='display:block; white-space:pre;color:#808080;'>index 7793970..7bd2259 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/includes/header.inc
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/includes/header.inc
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -86,7 +86,7 @@
</span>                             'MacPorts FAQ' => $trac_url . 'wiki/FAQ',
                             'Report a Bug' => $trac_url . 'newticket',
                             'Bug reporting Guidelines' =>  $guide_url . '#project.tickets',
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            'Subversion Repository' => $svn_url,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            'Git Repository' => $github_url,
</span>                             'MacPorts Team' => $trac_url . 'wiki/MacPortsDevelopers',
                             'Becoming a Member' => $guide_url . '#project.membership',
                         );
<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 6ebcd04..fcdd43a 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;'>@@ -47,7 +47,7 @@
</span>         <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
         in any way.</li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        <li><a href="#svn">SVN checkout</a> of the unpackaged sources, if you wish to follow MacPorts development.</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <li><a href="#git">Git clone</a> of the unpackaged sources, if you wish to follow MacPorts development.</li>
</span>         <li>The <a href="#selfupdate">selfupdate</a> target of the <kbd>port(1)</kbd> command, for users who already have
         MacPorts installed and wish to upgrade to a newer release.</li>
     </ul>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -180,15 +180,15 @@
</span>     find out more information about using MacPorts. <a href="#help">Help</a> is also available.</p>
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <h3 class="subhdr" id="svn">SVN Sources</h3>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <h3 class="subhdr" id="git">Git Sources</h3>
</span> 
     <p>If you are developer or a user with a taste for the bleeding edge and wish for the latest changes and feature additions,
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    you may acquire the MacPorts sources through subversion. See the Guide section on <a href="<?php print $guide_url; ?>#installing.macports.subversion">installing from subversion</a>.</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    you may acquire the MacPorts sources through git. See the Guide section on <a href="<?php print $guide_url; ?>#installing.macports.subversion">installing from git</a>.</p>
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <p>Purpose-specific branches are also available at the <kbd><?php print $svn_url . 'branches'; ?></kbd> url.</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <p>Purpose-specific branches are also available at the <kbd><?php print $github_url . 'macports-base/branches'; ?></kbd> url.</p>
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <p>Alternatively, if you'd simply like to view the SVN repository without checking it out, you can do so via the <a
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    href="<?php print $trac_url . 'browser'; ?>">Trac source browser</a>.</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <p>Alternatively, if you'd simply like to view the git repository without checking it out, you can do so via the <a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    href="<?php print $github_url . 'macports-base/'; ?>">GitHub web interface</a>.</p>
</span> 
 
     <h3 class="subhdr" id="selfupdate">Selfupdate</h3>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -220,7 +220,7 @@
</span>             be used instead for checksums.</li>
     </ul>
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <p>Normally you must install from <a href="#source">source</a> or from an <a href="#svn">SVN checkout</a> to run MacPorts
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <p>Normally you must install from <a href="#source">source</a> or from an <a href="#git">git checkout</a> to run MacPorts
</span>     on any of these platforms.</p>
 
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ports.php b/ports.php
</span><span style='display:block; white-space:pre;color:#808080;'>index b9c05d7..84e238a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ports.php
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ports.php
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,6 @@
</span> <?php
     /* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:set fenc=utf-8 filetype=php et sw=4 ts=4 sts=4: */
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    /* Web client to the PortIndex2MySQL script located in MacPorts base/portmgr/jobs svn directory. */
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    /* Web client to the PortIndex2MySQL script located in 'jobs' directory of git repository macports-infrastructure . */
</span>     /* Copyright (c) 2004, OpenDarwin. */
     /* Copyright (c) 2004-2007, The MacPorts Project. */
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -178,7 +178,7 @@
</span> 
                 /* Port name and Portfile URL */
                 print '<dt><b>' . htmlspecialchars($row['name']) . '</b> ' . htmlspecialchars($row['version'])
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                . ' <i>(<a href="' . htmlspecialchars($github_url_ports . 'blob/master' . $row['path'] . '/Portfile')
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                . ' <i>(<a href="' . htmlspecialchars($github_url . 'macports-ports/blob/master' . $row['path'] . '/Portfile')
</span>                 . '">source</a>)</i></dt>';
 
                 print '<dd>';
</pre><pre style='margin:0'>

</pre>