<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/7d7eed5996856398a0ef219686736c488c7aaaec">https://github.com/macports/macports-ports/commit/7d7eed5996856398a0ef219686736c488c7aaaec</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 7d7eed59968 Fix Apache configure option.
</span>7d7eed59968 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 7d7eed5996856398a0ef219686736c488c7aaaec
</span>Author: Scott Cantor <scantor@macports.org>
AuthorDate: Mon Nov 16 18:08:39 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> Fix Apache configure option.
</span>---
security/shibboleth/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/shibboleth/Portfile b/security/shibboleth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 225b127173e..f79cbd15459 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/shibboleth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/shibboleth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup active_variants 1.1
</span>
name shibboleth
version 3.1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories security www shibboleth
license Apache
maintainers {snc @nerdling} {scantor @scantor}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +38,7 @@ checksums rmd160 6cd57e048c15daa8e4ca3261eb73387afb436920 \
</span>
require_active_variants curl ssl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args --enable-apache24
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args --enable-apache-24
</span>
variant odbc description {enable odbc support} {
depends_lib-append port:unixODBC
</pre><pre style='margin:0'>
</pre>