Hi ports@,

Below is a diff that updates sysutils/monit to 5.25. Tested for a couple
of days on a amd64 machine, works fine there. The pkg/DESCR changes
remove trailing whitespace.

Thanks,
Caspar Schutijser


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/monit/Makefile,v
retrieving revision 1.53
diff -u -p -r1.53 Makefile
--- Makefile    10 Jun 2017 11:19:41 -0000      1.53
+++ Makefile    10 Nov 2017 17:05:24 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       monitoring and managing daemons utility
 
-DISTNAME=      monit-5.23.0
+DISTNAME=      monit-5.25.0
 
 CATEGORIES=    sysutils
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/monit/distinfo,v
retrieving revision 1.37
diff -u -p -r1.37 distinfo
--- distinfo    10 Jun 2017 11:19:41 -0000      1.37
+++ distinfo    10 Nov 2017 17:05:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (monit-5.23.0.tar.gz) = 3Tn+OjecAkArqcRMIBs7qSXr3I8EIlkYggYHtsXVZxM=
-SIZE (monit-5.23.0.tar.gz) = 1298472
+SHA256 (monit-5.25.0.tar.gz) = iUm5lxZYHFVQu7+xAJGQ8OcPhLgE05kC5VxcPQlcLDI=
+SIZE (monit-5.25.0.tar.gz) = 1353674
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/sysutils/monit/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in   10 Jun 2017 11:19:41 -0000      1.2
+++ patches/patch-Makefile_in   10 Nov 2017 17:05:24 -0000
@@ -5,7 +5,7 @@ Using $< in a non-suffix rule context is
 Index: Makefile.in
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -1281,7 +1281,7 @@ cleanall: clean distclean
+@@ -1294,7 +1294,7 @@ cleanall: clean distclean
        -rm -rf m4 config
  
  monit.1: doc/monit.pod
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/sysutils/monit/pkg/DESCR,v
retrieving revision 1.3
diff -u -p -r1.3 DESCR
--- pkg/DESCR   2 Nov 2003 16:12:00 -0000       1.3
+++ pkg/DESCR   10 Nov 2017 17:05:24 -0000
@@ -1,22 +1,22 @@
 monit is an utility for monitoring and managing daemons or similar
-programs running on a Unix system. It will start specified programs 
+programs running on a Unix system. It will start specified programs
 if they are not running and restart programs not responding.
 
-monit supports:                                        
- * Daemon mode - poll programs at a specified interval                  
+monit supports:
+ * Daemon mode - poll programs at a specified interval
  * Start, stop and restart of programs
  * Group- and manage groups of programs
- * Logging - syslog or own logfile     
+ * Logging - syslog or own logfile
  * Configuration - comprehensive controlfile
  * Runtime and TCP/IP port checking (tcp and udp)
  * Unix domain socket checking
  * Process status and process timeout
  * Process memory usage and process cpu usage
  * Alert, stop or restart a process based on it's characteristics
- * Check the systems load average                                
+ * Check the systems load average
  * MD5 checksum for programs started and stopped by monit
  * Alert notification for program timeout, restart,
-   checksum, stop and resource error 
- * Flexible and customizable email alert messages                    
+   checksum, stop and resource error
+ * Flexible and customizable email alert messages
  * Protocol verification. HTTP, FTP, SMTP, POP, IMAP and NNTP
  * A http interface to make monit accessible from a Browser

Reply via email to