<pre style='margin:0'>
Leonardo Brondani Schenkel (lbschenkel) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/24a8763cc60a6aaf97e931376e15418e5d77d46e">https://github.com/macports/macports-ports/commit/24a8763cc60a6aaf97e931376e15418e5d77d46e</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 24a8763  opensc: remove +doc variant, add stylesheet dir
</span>24a8763 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 24a8763cc60a6aaf97e931376e15418e5d77d46e
</span>Author: Leonardo Brondani Schenkel <lbschenkel@macports.org>
AuthorDate: Sun May 20 00:52:12 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    opensc: remove +doc variant, add stylesheet dir
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Since all build-time dependencies that once were conditional to building
</span><span style='display:block; white-space:pre;color:#404040;'>    the documentation are now required to build the man pages, remove the
</span><span style='display:block; white-space:pre;color:#404040;'>    +doc variant and always build the docs. This also has the benefit of
</span><span style='display:block; white-space:pre;color:#404040;'>    simplifying the possible configurations and reducing the test matrix.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    In addition, the stylesheet directory is now explicitly set since the
</span><span style='display:block; white-space:pre;color:#404040;'>    install location has changed and is no longer auto-detected by the
</span><span style='display:block; white-space:pre;color:#404040;'>    configure script.
</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/56512
</span>---
 security/opensc/Portfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/opensc/Portfile b/security/opensc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f90ffa0..5828d63 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/opensc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/opensc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup               github 1.0
</span> 
 name                    opensc
 github.setup            OpenSC OpenSC 0.18.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories              security
 platforms               darwin
 license                 LGPL-2.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,16 +40,14 @@ depends_lib             path:lib/libcrypto.dylib:openssl port:zlib
</span> default_variants        +readline
 
 use_autoreconf          yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append   --disable-doc
</span> configure.args-append   --disable-openpace
 configure.args-append   --disable-readline
 configure.args-append   --disable-static
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   --enable-doc
</span> configure.args-append   --enable-pcsc
 configure.args-append   --enable-sm
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   --with-xsl-stylesheetsdir=${prefix}/share/xsl/docbook-xsl-nons
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant doc description {Build documentation} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-replace  --disable-doc --enable-doc
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span> variant eac description {Enable Extended Access Control (EAC) v2 support} {
     depends_lib-append      port:openpace
     configure.args-replace  --disable-openpace --enable-openpace
</pre><pre style='margin:0'>

</pre>