From owner-svn-ports-all@freebsd.org Sun Oct 25 11:49:21 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2962944BF1F; Sun, 25 Oct 2020 11:49:21 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CJx8K0Gmrz3gkX; Sun, 25 Oct 2020 11:49:21 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0BD29055; Sun, 25 Oct 2020 11:49:20 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09PBnKZc016357; Sun, 25 Oct 2020 11:49:20 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09PBnKkD016355; Sun, 25 Oct 2020 11:49:20 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202010251149.09PBnKkD016355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Sun, 25 Oct 2020 11:49:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553260 - head/sysutils/monit X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/sysutils/monit X-SVN-Commit-Revision: 553260 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2020 11:49:21 -0000 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 (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/