<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/64030b2f9baa9b58aca84c0841096fd3d183a029">https://github.com/macports/macports-ports/commit/64030b2f9baa9b58aca84c0841096fd3d183a029</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 64030b2f9ba warzone2100: add license_noconflict
</span>64030b2f9ba is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 64030b2f9baa9b58aca84c0841096fd3d183a029
</span>Author: Jason Liu <jasonliu--@users.noreply.github.com>
AuthorDate: Wed Jan 12 14:32:37 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    warzone2100: add license_noconflict
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The warzone2100 subport is getting flagged with a '"warzone2100" is not distributable because its license "gpl" conflicts with license "OpenSSL" of dependency "openssl11"' on the buildbot builders. However, warzone2100 is in fact NOT dependent on openssl11; the curl port has already been transitioned to using openssl3, and the port that is still dependent on openssl11 is asciidoctor, one of the tools that warzone2100 is using during the build process.
</span>---
 games/warzone2100/Portfile | 9 +++++++++
 1 file changed, 9 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/warzone2100/Portfile b/games/warzone2100/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 00759aedc3d..f3d12acde93 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/warzone2100/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/warzone2100/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,6 +73,15 @@ if {$subport eq ${name}} {
</span>     depends_run-append      port:${name}-music \
                             port:${name}-videos
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # This (sub)port is getting flagged with a '"warzone2100" is not
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # distributable because its license "gpl" conflicts with license
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # "OpenSSL" of dependency "openssl11"' on the buildbot builders.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # However, warzone2100 is in fact NOT dependent on openssl11; the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # curl port has already been transitioned to using openssl3, and the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # port that is still dependent on openssl11 is asciidoctor, one of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # the tools that warzone2100 is using during the build process.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    license_noconflict      openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     compiler.cxx_standard   2011
 
     post-patch {
</pre><pre style='margin:0'>

</pre>