<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/302144f86df4778eda46eaffee2e68afd2e867fb">https://github.com/macports/macports-ports/commit/302144f86df4778eda46eaffee2e68afd2e867fb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 302144f86df4778eda46eaffee2e68afd2e867fb
</span>Author: Kurt Hindenburg <kurt.hindenburg@gmail.com>
AuthorDate: Thu May 2 21:25:15 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    monit: Add modeline and adjust descriptions
</span>---
 sysutils/monit/Portfile | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/monit/Portfile b/sysutils/monit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d7236b4..c2abc6e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/monit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/monit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,4 +1,6 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-PortSystem 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortSystem          1.0
</span> 
 name                monit
 version             5.25.2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,17 +9,17 @@ platforms           darwin freebsd linux netbsd openbsd solaris
</span> license             GPL-3
 maintainers         nomaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         monit is a utility for managing and monitoring, processes, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    files, directories and devices on a UNIX system.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    Monit can start a process if it does not run, restart a process \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    if it does not respond and stop a process if it uses too many resources. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    You can use monit to monitor files, directories and devices for changes, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    such as timestamp changes, checksum changes or size changes. You can also \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    monitor remote hosts\; monit can ping a remote host and can check TCP/IP \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port connections and server protocols. Monit is controlled via an easy \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    to use control file based on a free-format, token-oriented syntax. Monit \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    logs to syslog or to its own log file and notifies you about error \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    conditions and recovery status via customizable alert.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         A utility for managing and monitoring processes, files, etc.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    An utility for managing and monitoring processes, programs,\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    files, directories and filesystems on a Unix system. Monit conducts automatic\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    maintenance and repair and can execute meaningful causal actions in error\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    situations.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Monit logs to syslog or to its own log file and notifies you about error\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    conditions via customizable alert messages. Monit can perform various\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    TCP/IP network checks, protocol checks and can utilize SSL for such checks.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Monit provides an optional http(s) interface and you can use a browser to\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    access the Monit program.
</span> 
 homepage            https://mmonit.com/monit/
 master_sites        ${homepage}dist/
</pre><pre style='margin:0'>

</pre>