<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/971decfbf9b4e8efd049fed9f8916b8aa1861220">https://github.com/macports/macports-ports/commit/971decfbf9b4e8efd049fed9f8916b8aa1861220</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 971decf  slrn: Add missing variant descriptions
</span>971decf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 971decfbf9b4e8efd049fed9f8916b8aa1861220
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Fri Dec 15 13:38:35 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    slrn: Add missing variant descriptions
</span>---
 news/slrn/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/news/slrn/Portfile b/news/slrn/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1bfeac5..60c2443 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/news/slrn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/news/slrn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,12 +44,12 @@ post-destroot {
</span> }
 
 # adds slrnpull
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant pull {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant pull description {spool outgoing postings to let slrnpull send them instead of contacting the newsserver itself} {
</span>     configure.args-append --with-slrnpull
 }
 
 # ssl variant       (added by ealdrov@math.fsu.edu)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant ssl {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant ssl description {Add SSL support} {
</span>     configure.args-append \
         --with-ssl=${prefix} \
         --with-ssl-includes=${prefix}/include/openssl
</pre><pre style='margin:0'>

</pre>