<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-www.
</pre>
<p><a href="https://github.com/macports/macports-www/commit/e798147bb0be3a9a2ce730769d9b3d7795810c9c">https://github.com/macports/macports-www/commit/e798147bb0be3a9a2ce730769d9b3d7795810c9c</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 e798147 Add missing slash to Portfile links
</span>e798147 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit e798147bb0be3a9a2ce730769d9b3d7795810c9c
</span>Author: Clemens Lang <neverpanic@gmail.com>
AuthorDate: Wed Nov 16 23:07:54 2016 +0100
<span style='display:block; white-space:pre;color:#404040;'> Add missing slash to Portfile links
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Follows 3f4acd2e2cd61fe80eb9c31ee63b04e3abd13c81.
</span>---
ports.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<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 84e238a..1c90ae9 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;'>@@ -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 . 'macports-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>