<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fafb12d3169855d6c94f93ed3519d121cd885464">https://github.com/macports/macports-ports/commit/fafb12d3169855d6c94f93ed3519d121cd885464</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 fafb12d  aria2: Include compiler_blacklist_versions portgroup
</span>fafb12d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fafb12d3169855d6c94f93ed3519d121cd885464
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue May 5 18:27:32 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    aria2: Include compiler_blacklist_versions portgroup
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The port was already using the features of this portgroup but because
</span><span style='display:block; white-space:pre;color:#404040;'>    the portgroup wasn't included they weren't working.
</span>---
 net/aria2/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/aria2/Portfile b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6f081cd..0210495 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 github.setup        aria2 aria2 1.35.0 release-
</pre><pre style='margin:0'>

</pre>