<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9e9a34549812e3e5413d7bf7b45e85a86149df91">https://github.com/macports/macports-ports/commit/9e9a34549812e3e5413d7bf7b45e85a86149df91</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 9e9a345  imap-uw: Fix OpenSSL path
</span>9e9a345 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9e9a34549812e3e5413d7bf7b45e85a86149df91
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Fri Jul 13 10:42:15 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    imap-uw: Fix OpenSSL path
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/55728
</span>---
 mail/imap-uw/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/imap-uw/Portfile b/mail/imap-uw/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cdb91a0..126756f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/imap-uw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/imap-uw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                imap-uw
 version             2007f
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          mail
 license             Apache-2
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,8 @@ post-patch {
</span>     reinplace s|SSLLIB=\/usr|SSLLIB=${prefix}|g ${worksrcpath}/Makefile
     reinplace s|GSSINCLUDE=\/usr|GSSINCLUDE=${prefix}|g ${worksrcpath}/Makefile
     reinplace s|GSSLIB=\/usr|GSSLIB=${prefix}|g ${worksrcpath}/Makefile
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace s|SSLCERTS=\/System\/Library\/OpenSSL|SSLCERTS=${prefix}/etc/openssl|g ${worksrcpath}/Makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace s|SSLKEYS=\/System\/Library\/OpenSSL|SSLKEYS=${prefix}/etc/openssl|g ${worksrcpath}/Makefile
</span> }
 
 build.target        osx
</pre><pre style='margin:0'>

</pre>