<pre style='margin:0'>
Adam Mercer (skymoo) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8768040e8c8fb8fd9b75321383b679bf3fa5e365">https://github.com/macports/macports-ports/commit/8768040e8c8fb8fd9b75321383b679bf3fa5e365</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 8768040 py-lalinference: add deps on shapely and seaborn
</span>8768040 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8768040e8c8fb8fd9b75321383b679bf3fa5e365
</span>Author: Adam Mercer <ram@macports.org>
AuthorDate: Thu Dec 29 10:29:10 2016 -0700
<span style='display:block; white-space:pre;color:#404040;'> py-lalinference: add deps on shapely and seaborn
</span>---
science/lalinference/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<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 98e90bb..098a4c5 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;'>@@ -36,8 +36,10 @@ if {[string match "py*" ${subport}]} {
</span> set numbers [regexp -all -inline -- {[0-9]+} ${subport}]
set v [lindex ${numbers} 0]
depends_lib-append port:py${v}-healpy
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:py${v}-shapely
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:py${v}-seaborn
</span> # bump revision for python subports only
<span style='display:block; white-space:pre;background:#ffe0e0;'>- revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ revision 2
</span> }
# disable help2man support, currently broken
</pre><pre style='margin:0'>
</pre>