<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/0acd1f2150cf56bac6470f7aa603906064ea658b">https://github.com/macports/macports-ports/commit/0acd1f2150cf56bac6470f7aa603906064ea658b</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 0acd1f2  glue, lal, lalapps, lalburst, laldetchar, lalframe, lalinference, lalinspiral, lalmetaio, lalpulsar, lalsimulation, lalstochastic, ligo-common, ligo-gracedb, ligo-lvalert: clear license conflict with OpenSSL due to Python dependency
</span>0acd1f2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0acd1f2150cf56bac6470f7aa603906064ea658b
</span>Author: Leo Singer <leo.singer@ligo.org>
AuthorDate: Tue May 30 04:35:12 2017 +0530

<span style='display:block; white-space:pre;color:#404040;'>    glue, lal, lalapps, lalburst, laldetchar, lalframe, lalinference, lalinspiral, lalmetaio, lalpulsar, lalsimulation, lalstochastic, ligo-common, ligo-gracedb, ligo-lvalert: clear license conflict with OpenSSL due to Python dependency
</span>---
 science/glue/Portfile          | 6 ++++++
 science/lal/Portfile           | 8 ++++++++
 science/lalapps/Portfile       | 8 ++++++++
 science/lalburst/Portfile      | 8 ++++++++
 science/laldetchar/Portfile    | 8 ++++++++
 science/lalframe/Portfile      | 8 ++++++++
 science/lalinference/Portfile  | 8 ++++++++
 science/lalinspiral/Portfile   | 8 ++++++++
 science/lalmetaio/Portfile     | 8 ++++++++
 science/lalpulsar/Portfile     | 8 ++++++++
 science/lalsimulation/Portfile | 8 ++++++++
 science/lalstochastic/Portfile | 8 ++++++++
 science/ligo-common/Portfile   | 6 ++++++
 science/ligo-gracedb/Portfile  | 6 ++++++
 science/ligo-lvalert/Portfile  | 6 ++++++
 15 files changed, 112 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/glue/Portfile b/science/glue/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e355c46..62cbe7c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/glue/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/glue/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,6 +10,12 @@ platforms     darwin
</span> maintainers   {ram @skymoo}
 license       GPL-3+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used as a separately installed interpreter.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license_noconflict openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description   Grid LSC User Environment
 long_description \
   Glue is a suite of python modules and programs to allow users to run \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/lal/Portfile b/science/lal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cfe8105..638519e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/lal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/lal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</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      https://wiki.ligo.org/DASWG/LALSuite
 master_sites  http://software.ligo.org/lscsoft/source/lalsuite
 use_xz        yes
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/lalapps/Portfile b/science/lalapps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index af3954b..c9aa202 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/lalapps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/lalapps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,6 +11,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license_noconflict openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description   LSC Algorithm Library Applications
 long_description \
   LALApps is a set of codes for gravitational wave data analysis, \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/lalburst/Portfile b/science/lalburst/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 06ade52..c8d1563 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/lalburst/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/lalburst/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</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      https://wiki.ligo.org/DASWG/LALSuite
 master_sites  http://software.ligo.org/lscsoft/source/lalsuite
 use_xz        yes
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/laldetchar/Portfile b/science/laldetchar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cb8e252..2352f7e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/laldetchar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/laldetchar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</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      https://wiki.ligo.org/DASWG/LALSuite
 master_sites  http://software.ligo.org/lscsoft/source/lalsuite
 use_xz        yes
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/lalframe/Portfile b/science/lalframe/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0f8296f..9874f14 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/lalframe/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/lalframe/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,6 +27,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</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      https://wiki.ligo.org/DASWG/LALSuite
 master_sites  http://software.ligo.org/lscsoft/source/lalsuite
 use_xz        yes
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/lalinference/Portfile b/science/lalinference/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 424dc32..1b9c58f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/lalinference/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/lalinference/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,6 +68,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</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      https://wiki.ligo.org/DASWG/LALSuite
 master_sites  http://software.ligo.org/lscsoft/source/lalsuite
 use_xz        yes
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/lalinspiral/Portfile b/science/lalinspiral/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 57bc656..c5fc9c6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/lalinspiral/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/lalinspiral/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</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      https://wiki.ligo.org/DASWG/LALSuite
 master_sites  http://software.ligo.org/lscsoft/source/lalsuite
 use_xz        yes
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/lalmetaio/Portfile b/science/lalmetaio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 61d8e79..532d08e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/lalmetaio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/lalmetaio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +26,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</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      https://wiki.ligo.org/DASWG/LALSuite
 master_sites  http://software.ligo.org/lscsoft/source/lalsuite
 use_xz        yes
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/lalpulsar/Portfile b/science/lalpulsar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0dde94c..7dfd9ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/lalpulsar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/lalpulsar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +31,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</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      https://wiki.ligo.org/DASWG/LALSuite
 master_sites  http://software.ligo.org/lscsoft/source/lalsuite
 use_xz        yes
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/lalsimulation/Portfile b/science/lalsimulation/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 68ff472..2fa7513 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/lalsimulation/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/lalsimulation/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +31,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</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      https://wiki.ligo.org/DASWG/LALSuite
 master_sites  http://software.ligo.org/lscsoft/source/lalsuite
 use_xz        yes
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/lalstochastic/Portfile b/science/lalstochastic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4462cca..91801bf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/lalstochastic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/lalstochastic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,14 @@ platforms     darwin
</span> maintainers   {ram @skymoo} {aronnax @lpsinger}
 license       GPL-2+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used (1) as an interpreter to run part of the build and (2) as a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# separately installed interpreter that is invoked when the user runs some of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# our scripts.
</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      https://wiki.ligo.org/DASWG/LALSuite
 master_sites  http://software.ligo.org/lscsoft/source/lalsuite
 use_xz        yes
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ligo-common/Portfile b/science/ligo-common/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f5606f5..4c43112 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ligo-common/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ligo-common/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,6 +11,12 @@ supported_archs noarch
</span> maintainers   {ram @skymoo}
 license       GPL
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used as a separately installed interpreter.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license_noconflict openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description   Common package for LIGO Python libraries
 long_description ${description}
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ligo-gracedb/Portfile b/science/ligo-gracedb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ff1e2da..d758864 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ligo-gracedb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ligo-gracedb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,6 +11,12 @@ supported_archs noarch
</span> maintainers   {ram @skymoo}
 license       GPL-3+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used as a separately installed interpreter.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license_noconflict openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description   Gravitational-wave Candidate Event Database
 long_description \
   A prototype system to organize candidate events from \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ligo-lvalert/Portfile b/science/ligo-lvalert/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e537d98..b156463 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ligo-lvalert/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ligo-lvalert/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,6 +11,12 @@ supported_archs noarch
</span> maintainers   {ram @skymoo}
 license       GPL-3+
 
<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 Python 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 Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is used as a separately installed interpreter.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license_noconflict openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description   The LIGO-Virgo Alert System
 long_description \
   A prototype notification service built on the xmpp (jabber) protocol \
</pre><pre style='margin:0'>

</pre>