svn commit: r553260 - head/sysutils/monit

Rainer Hurling rhurlin at FreeBSD.org
Sun Oct 25 11:49:21 UTC 2020


Author: rhurlin
Date: Sun Oct 25 11:49:19 2020
New Revision: 553260
URL: https://svnweb.freebsd.org/changeset/ports/553260

Log:
  sysutils/monit: Update to 5.27.1
  
  Bug fix release with several fixes, now using the ISO 8601 format timestamp in log files[1].
  
  [1] https://mmonit.com/monit/changes/
  
  PR:		250583
  Submitted by:	Martin Pala <martinp at tildeslash.com> (maintainer)
  Approved by:	arrowd (mentor)
  Differential Revision:	https://reviews.freebsd.org/D26940

Modified:
  head/sysutils/monit/Makefile
  head/sysutils/monit/distinfo
  head/sysutils/monit/pkg-descr

Modified: head/sysutils/monit/Makefile
==============================================================================
--- head/sysutils/monit/Makefile	Sun Oct 25 11:46:49 2020	(r553259)
+++ head/sysutils/monit/Makefile	Sun Oct 25 11:49:19 2020	(r553260)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	monit
-PORTVERSION=	5.27.0
+PORTVERSION=	5.27.1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://mmonit.com/monit/dist/
 

Modified: head/sysutils/monit/distinfo
==============================================================================
--- head/sysutils/monit/distinfo	Sun Oct 25 11:46:49 2020	(r553259)
+++ head/sysutils/monit/distinfo	Sun Oct 25 11:49:19 2020	(r553260)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593494869
-SHA256 (monit-5.27.0.tar.gz) = d8c0deef624f193a952502fe9baabfa66e3d8d057df5738da43f9a37792afca4
-SIZE (monit-5.27.0.tar.gz) = 1455341
+TIMESTAMP = 1603565700
+SHA256 (monit-5.27.1.tar.gz) = f57408d16185687513a3c4eb3f2bb72eef76331ac16210e9652e846e5c84ed51
+SIZE (monit-5.27.1.tar.gz) = 1459360

Modified: head/sysutils/monit/pkg-descr
==============================================================================
--- head/sysutils/monit/pkg-descr	Sun Oct 25 11:46:49 2020	(r553259)
+++ head/sysutils/monit/pkg-descr	Sun Oct 25 11:49:19 2020	(r553260)
@@ -21,4 +21,4 @@ monit supports:
  * A HTTP interface with XML output option
  and many more features :)
 
-WWW: http://mmonit.com/monit/
+WWW: https://mmonit.com/monit/


More information about the svn-ports-all mailing list