<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/30130c579e697a6212c9c696d53ca5547ffc8df9">https://github.com/macports/macports-ports/commit/30130c579e697a6212c9c696d53ca5547ffc8df9</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 30130c5  proftpd: fix post-activate
</span>30130c5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 30130c579e697a6212c9c696d53ca5547ffc8df9
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Oct 28 15:52:40 2019 +1100

<span style='display:block; white-space:pre;color:#404040;'>    proftpd: fix post-activate
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/59501
</span>---
 net/proftpd/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/proftpd/Portfile b/net/proftpd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index decdd78..2c46485 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/proftpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/proftpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,7 +70,7 @@ post-destroot {
</span> 
 post-activate {
     if {![file exists ${prefix}/etc/proftpd.conf]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        copy ${prefix}/etc/proftpd.conf.sample ${prefix}/etc/proftpd.conf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        copy ${prefix}/etc/proftpd.conf.dist ${prefix}/etc/proftpd.conf
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>