<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/81a9e09ebd5856d8db739c16ed15dbe08976e17a">https://github.com/macports/macports-ports/commit/81a9e09ebd5856d8db739c16ed15dbe08976e17a</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 81a9e09ebd5 elinks: Add idn support
</span>81a9e09ebd5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 81a9e09ebd5856d8db739c16ed15dbe08976e17a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Aug 1 18:32:55 2021 -0500
<span style='display:block; white-space:pre;color:#404040;'> elinks: Add idn support
</span>---
www/elinks/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/elinks/Portfile b/www/elinks/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d8ccff6d635..042ebcb3085 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/elinks/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/elinks/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ name elinks
</span> conflicts elinks-devel
epoch 1
version 0.11.7
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 6
</span> categories www
platforms darwin
license GPL-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +26,7 @@ checksums rmd160 2e6e863d08f9accb71892ba6f236f795c83cba9c \
</span> depends_lib path:lib/libssl.dylib:openssl \
port:bzip2 \
port:expat \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:libidn \
</span> port:spidermonkey
configure.args --mandir=${prefix}/share/man \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +34,7 @@ configure.args --mandir=${prefix}/share/man \
</span> --without-guile \
--without-lua \
--without-gnutls \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-idn \
</span> --with-openssl=${prefix} \
--with-spidermonkey=${prefix} \
--without-zlib
</pre><pre style='margin:0'>
</pre>