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

</pre>
<p><a href="https://github.com/macports/macports-www/commit/4167c9f527b7d6b723615cc0327802b4b684e8ec">https://github.com/macports/macports-www/commit/4167c9f527b7d6b723615cc0327802b4b684e8ec</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 4167c9f  Remove duplicate download URL
</span>4167c9f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4167c9f527b7d6b723615cc0327802b4b684e8ec
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Thu Jul 27 13:55:32 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    Remove duplicate download URL
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-www/commit/c94feed2dd277026f480cb214ce4f33287277fda (inline comments)
</span>---
 includes/common.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<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 9841e48..33aebd7 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;'>@@ -20,10 +20,9 @@ $pipermail_url = 'https://lists.macports.org/pipermail/';
</span> $github_url = 'https://github.com/macports/';
 $svn_url = 'https://svn.macports.org/repository/macports/';
 $build_url = 'https://build.macports.org/';
<span style='display:block; white-space:pre;background:#ffe0e0;'>-$normal_downloads = 'https://distfiles.macports.org/MacPorts/';
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+$mp_downloads = 'https://distfiles.macports.org/MacPorts/';
</span> //$sf_downloads = 'http://downloads.sourceforge.net/project/macports/MacPorts/' . $macports_version_latest . '/';
 //$gh_downloads = 'https://github.com/macports/macports-base/releases/download/v' . $macports_version_latest . '/';
<span style='display:block; white-space:pre;background:#ffe0e0;'>-$mp_downloads = 'https://distfiles.macports.org/MacPorts/';
</span> $downloads = $mp_downloads;
 $downloads_overview = 'https://github.com/macports/macports-base/releases/tag/v' . $macports_version_latest;
 $sierra_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.12-Sierra.pkg';
</pre><pre style='margin:0'>

</pre>