<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/e020708757765c973403f3a8e4a03875f17526e9">https://github.com/macports/macports-www/commit/e020708757765c973403f3a8e4a03875f17526e9</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 e020708  Fix syntax error added with mailman URLs
</span>e020708 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e020708757765c973403f3a8e4a03875f17526e9
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed Nov 16 22:44:26 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Fix syntax error added with mailman URLs
</span>---
 includes/common.inc | 4 ++--
 1 file changed, 2 insertions(+), 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 5bf6079..ffdeffd 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,8 @@ $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:#ffe0e0;'>-$mailman_url = 'https://lists.macports.org/mailman/listinfo/',
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-$pipermail_url = 'https://lists.macports.org/pipermail/',
</span><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/';
 $svn_url = 'https://svn.macports.org/repository/macports/';
 $normal_downloads = 'https://distfiles.macports.org/MacPorts/';
</pre><pre style='margin:0'>

</pre>