<pre style='margin:0'>
Chih-Hsuan Yen (yan12125) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a49ea1e0ff8548d03cc81aefa78973b0c5c84ff2">https://github.com/macports/macports-ports/commit/a49ea1e0ff8548d03cc81aefa78973b0c5c84ff2</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 a49ea1e py-curl: declare compatibility with various SSL backends of cURL
</span>a49ea1e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a49ea1e0ff8548d03cc81aefa78973b0c5c84ff2
</span>Author: Chih-Hsuan Yen <yan12125@macports.org>
AuthorDate: Wed Jul 4 22:24:57 2018 +0800
<span style='display:block; white-space:pre;color:#404040;'> py-curl: declare compatibility with various SSL backends of cURL
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/56770
</span>---
python/py-curl/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-curl/Portfile b/python/py-curl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5938a9c..94b3d61 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-curl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-curl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span>
PortSystem 1.0
PortGroup python 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup active_variants 1.1
</span>
name py-curl
version 7.43.0.2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +36,10 @@ if {${name} ne ${subport}} {
</span>
depends_lib-append port:curl
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # pycurl accepts curl with OpenSSL/GnuTLS/NSS or no SSL, but not other SSL
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # implementations
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ require_active_variants curl {} {darwinssl wolfssl}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> patchfiles-append \
patch-allow-disable-tests.diff \
patch-fix-fake-curl.diff \
</pre><pre style='margin:0'>
</pre>