<pre style='margin:0'>
Scott Cantor (scantor) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/87a7cf1c0fd279ea801b2c214d75c5a91d4e2134">https://github.com/macports/macports-ports/commit/87a7cf1c0fd279ea801b2c214d75c5a91d4e2134</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 87a7cf1  xmltooling: add missing dependencies, rebuild
</span>87a7cf1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 87a7cf1c0fd279ea801b2c214d75c5a91d4e2134
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Dec 16 22:02:05 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    xmltooling: add missing dependencies, rebuild
</span>---
 security/xmltooling/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/xmltooling/Portfile b/security/xmltooling/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e954932..f8bf323 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/xmltooling/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/xmltooling/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem          1.0
</span> 
 name                xmltooling
 version             3.0.4
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          security textproc xml shibboleth
 license             Apache-2
 maintainers         {snc @nerdling} {scantor @scantor}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,8 +16,10 @@ platforms           darwin
</span> depends_build       port:boost \
                     port:pkgconfig
 depends_lib         port:curl \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:lib/libssl.dylib:openssl \
</span>                     port:xercesc3 \
                     port:xml-security-c \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:zlib \
</span>                     port:log4shib
 
 master_sites        http://shibboleth.net/downloads/c++-opensaml/3.0.1/
</pre><pre style='margin:0'>

</pre>