<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0a385210b6f4f2075bcd4e1f17785d28acd2de3f">https://github.com/macports/macports-ports/commit/0a385210b6f4f2075bcd4e1f17785d28acd2de3f</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 0a38521 asciidoc: Drop license_noconflict openssl
</span>0a38521 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 0a385210b6f4f2075bcd4e1f17785d28acd2de3f
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Sat Feb 15 19:55:55 2020 +0100
<span style='display:block; white-space:pre;color:#404040;'> asciidoc: Drop license_noconflict openssl
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Apparently some of the asciidoc files import hashlib, which links
</span><span style='display:block; white-space:pre;color:#404040;'> against OpenSSL.
</span>---
textproc/asciidoc/Portfile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/asciidoc/Portfile b/textproc/asciidoc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 70026f7..64cdd8a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/asciidoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/asciidoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup asciidoc asciidoc-py3 9.0.0rc1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> checksums rmd160 4748713386dcc24c2189af772f9fda2fb453cdb6 \
sha256 20d8f3582a1a404003d57d9f6173e6ce1802d0993684e2cd14a4bc4b2cead292 \
size 1143948
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,9 +28,6 @@ platforms darwin
</span> supported_archs noarch
installs_libs no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# asciidoc doesn't use openssl, it just uses the python interpreter, which does.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-license_noconflict openssl
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> homepage http://asciidoc.org/
use_autoreconf yes
</pre><pre style='margin:0'>
</pre>