<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-www.

</pre>
<p><a href="https://github.com/macports/macports-www/commit/2d12f1423c954b5592fea0653225e2d1343df8e1">https://github.com/macports/macports-www/commit/2d12f1423c954b5592fea0653225e2d1343df8e1</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 2d12f14  Add missing global
</span>2d12f14 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2d12f1423c954b5592fea0653225e2d1343df8e1
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Jun 21 05:45:58 2024 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Add missing global
</span>---
 includes/common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 c8c1645..c6fb51f 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;'>@@ -53,7 +53,7 @@ $donate_url = 'https://opencollective.com/macports/donate';
</span> 
 # Page header:
 function print_header($title, $encoding) {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    global $trac_url, $downloads_overview, $github_url, $guide_url, $portdb_url;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    global $trac_url, $downloads_overview, $github_url, $guide_url, $portdb_url, $donate_url;
</span> 
     require_once 'AcceptMime.class.php';
     $accept_mime = new AcceptMime();
</pre><pre style='margin:0'>

</pre>