<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/8332a9614af202aef6dd3eb76316676ef080a3ec">https://github.com/macports/macports-ports/commit/8332a9614af202aef6dd3eb76316676ef080a3ec</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 8332a96 mongo-tools: add support for ssl and sasl
</span>8332a96 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8332a9614af202aef6dd3eb76316676ef080a3ec
</span>Author: Enrico Maria Crisostomo <enrico.m.crisostomo@gmail.com>
AuthorDate: Thu Nov 2 20:48:42 2017 +0100
<span style='display:block; white-space:pre;color:#404040;'> mongo-tools: add support for ssl and sasl
</span>---
devel/mongo-tools/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/mongo-tools/Portfile b/devel/mongo-tools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2558d61..498003f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/mongo-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/mongo-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup github 1.0
</span> # Keep mongo-tools at the same version as mongodb.
github.setup mongodb mongo-tools 3.4.10 r
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories devel
platforms darwin
maintainers {ryandesign @ryandesign} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,10 +35,13 @@ checksums rmd160 095390d6d95b25433656d13bcc910bd0bac9e421 \
</span> size 4718993
depends_build port:go
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib path:lib/libssl.dylib:openssl
</span>
use_configure no
build.cmd ./build.sh
<span style='display:block; white-space:pre;background:#e0ffe0;'>+build.args ssl sasl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.target
</span>
destroot {
copy {*}[glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin/
</pre><pre style='margin:0'>
</pre>