<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c9a7d78c58e836d0979f7a53dc0e5a255eb36d77">https://github.com/macports/macports-ports/commit/c9a7d78c58e836d0979f7a53dc0e5a255eb36d77</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 c9a7d78  fcron: add notes about errors with fcrontab -e
</span>c9a7d78 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c9a7d78c58e836d0979f7a53dc0e5a255eb36d77
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Sun Oct 1 13:04:20 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    fcron: add notes about errors with fcrontab -e
</span>---
 sysutils/fcron/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/fcron/Portfile b/sysutils/fcron/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7f4101c..d3e1ef1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/fcron/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/fcron/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,8 +69,11 @@ A startup item has been generated that will aid in\
</span> starting ${name} with launchd. It is disabled\
 by default. Execute the following command to start it,\
 and to cause it to launch at startup:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> sudo port load fcron
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+If you get errors while using 'fcrontab -e', you must have EDITOR set.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Try 'EDITOR=/usr/bin/vi fcrontab -e', if that works, set EDITOR in your
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+shells config.
</span> "
 
 livecheck.type      regex
</pre><pre style='margin:0'>

</pre>