<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/f601b791b6012f23236c9657306cc264e606f464">https://github.com/macports/macports-ports/commit/f601b791b6012f23236c9657306cc264e606f464</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 f601b79  wallet: Fix typo & note formatting, openmaintainer
</span>f601b79 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f601b791b6012f23236c9657306cc264e606f464
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Sat Nov 5 15:12:53 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    wallet: Fix typo & note formatting, openmaintainer
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Notes should not contain newlines for paragraph text, remove them.
</span><span style='display:block; white-space:pre;color:#404040;'>    Additionally, fix a typo in a comment.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://lists.macosforge.org/pipermail/macports-dev/2016-November/034642.html
</span>---
 net/wallet/Portfile | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wallet/Portfile b/net/wallet/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9fa3ba7..ca3ba34 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wallet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wallet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -168,19 +168,19 @@ subport wallet-server {
</span> 
     # We have some post-activation setup that the user needs to do.
     notes-append "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Before using the Wallet server, you will need to choose a database
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-backend to use.  MySQL, Postgres, and SQLite are known to work.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-Then you will need to install the p5-datetime-format-* and p5-dbd-*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Before using the Wallet server, you will need to choose a database\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+backend to use.  MySQL, Postgres, and SQLite are known to work.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Then you will need to install the p5-datetime-format-* and p5-dbd-*\
</span> ports that match the database backend you chose.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-If you want to support getting keytabs through Wallet, then your KDC
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+If you want to support getting keytabs through Wallet, then your KDC\
</span> will need to have the wallet-kdc port installed.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Other Perl modules may be required, depending on what you want to
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-support.  Read ${prefix}/share/doc/wallet/setup
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Other Perl modules may be required, depending on what you want to\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+support.  Read ${prefix}/share/doc/wallet/setup\
</span> for additional server configuration instructions.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Wallet server runs via remctl, so be sure that remctld is running,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Wallet server runs via remctl, so be sure that remctld is running,\
</span> and is configured correctly!
 "
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -235,11 +235,11 @@ subport wallet-kdc {
</span>             ${destroot}${prefix}/share/man/man8/keytab-backend.8
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # We have soe post-activation setup that the user needs to do.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # We have some post-activation setup that the user needs to do.
</span>     notes-append "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-To configure your KDC to generate keytabs for the Wallet server,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-you will need to configure etc/krb5kdc/allow-extract, as well as
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-/etc/remctl/acl/keytab.  This uses remctl, so remctld must also
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+To configure your KDC to generate keytabs for the Wallet server,\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+you will need to configure etc/krb5kdc/allow-extract, as well as\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+/etc/remctl/acl/keytab.  This uses remctl, so remctld must also\
</span> be running and configured properly.
 "
 }
</pre><pre style='margin:0'>

</pre>