<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-www.

</pre>
<p><a href="https://github.com/macports/macports-www/commit/4a3b81c89d497ab9bb4be8ece4680736be3b58fd">https://github.com/macports/macports-www/commit/4a3b81c89d497ab9bb4be8ece4680736be3b58fd</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 4a3b81c  Add a link to the list with buildbot notifications
</span>4a3b81c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4a3b81c89d497ab9bb4be8ece4680736be3b58fd
</span>Author: Mojca Miklavec <mojca@macports.org>
AuthorDate: Fri Nov 18 22:24:30 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Add a link to the list with buildbot notifications
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Add a link to macports-builds with build failure notification emails
</span><span style='display:block; white-space:pre;color:#404040;'>    * https://lists.macports.org/mailman/listinfo/macports-builds
</span>---
 contact.php         | 5 +++++
 includes/common.inc | 1 +
 2 files changed, 6 insertions(+)

<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 14d174a..a25ae1c 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;'>@@ -68,6 +68,11 @@
</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:#e0ffe0;'>+        <li><a href="<?php print $mailman_url . 'macports-builds/' ?>">MacPorts Builds</a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        (<a href="<?php print $pipermail_url . 'macports-builds/' ?>">archives</a>):
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <p>Read-only, moderate volume list with build notifications from our <a href="<?php print $build_url; ?>">Buildbot
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            </a>.</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        </li>
</span>         <li><a href="<?php print $mailman_url . 'macports-tickets/' ?>">MacPorts Tickets</a>
         (<a href="<?php print $pipermail_url . 'macports-tickets/' ?>">archives</a>):
             <p>Read-only, moderate volume list of ticket activity on our <a href="<?php print $trac_url; ?>">Trac bug tracker
<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 b6bd322..e5642a4 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;'>@@ -19,6 +19,7 @@ $mailman_url = 'https://lists.macports.org/mailman/listinfo/';
</span> $pipermail_url = 'https://lists.macports.org/pipermail/';
 $github_url = 'https://github.com/macports/';
 $svn_url = 'https://svn.macports.org/repository/macports/';
<span style='display:block; white-space:pre;background:#e0ffe0;'>+$build_url = 'https://build.macports.org/';
</span> $normal_downloads = 'https://distfiles.macports.org/MacPorts/';
 $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 . '/';
</pre><pre style='margin:0'>

</pre>