<pre style='margin:0'>
Leo Singer (lpsinger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0e16459239ba19360061727b66e86f4b023feef5">https://github.com/macports/macports-ports/commit/0e16459239ba19360061727b66e86f4b023feef5</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 0e16459  ds9: clear license conflict to enable binary redistribution
</span>0e16459 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0e16459239ba19360061727b66e86f4b023feef5
</span>Author: Leo Singer <leo.singer@ligo.org>
AuthorDate: Thu Jul 6 10:08:15 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    ds9: clear license conflict to enable binary redistribution
</span>---
 science/ds9/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ds9/Portfile b/science/ds9/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 23bb0e2..7bd6bfb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ds9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ds9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,6 +17,12 @@ long_description \
</span>     provides for easy communication with external analysis tasks and is highly \
     configurable and extensible via XPA and SAMP.
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# The GPL and OpenSSL licenses conflict with each other, and our build
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# dependency on cmake results in an indirect dependency on OpenSSL.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# However, there is no real conflict in the case of LALSuite because OpenSSL
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is only used to run cmake.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license_noconflict openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> homepage                http://ds9.si.edu/
 master_sites            ${homepage}/download/source
 distname                ${name}.${version}
</pre><pre style='margin:0'>

</pre>