From owner-svn-ports-head@freebsd.org Sat Feb 22 11:27:00 2020 Return-Path: Delivered-To: svn-ports-head@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 C56AD2394FC; Sat, 22 Feb 2020 11:27:00 +0000 (UTC) (envelope-from matthew@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) server-signature RSA-PSS (4096 bits) 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 48PmJ42yJyz40Lc; Sat, 22 Feb 2020 11:27:00 +0000 (UTC) (envelope-from matthew@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 3D1B622BD0; Sat, 22 Feb 2020 11:27:00 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01MBR09H090183; Sat, 22 Feb 2020 11:27:00 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01MBQxHR090177; Sat, 22 Feb 2020 11:26:59 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <202002221126.01MBQxHR090177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 22 Feb 2020 11:26:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526755 - head/net-mgmt/nagios-check_postgres X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/net-mgmt/nagios-check_postgres X-SVN-Commit-Revision: 526755 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2020 11:27:00 -0000 Author: matthew Date: Sat Feb 22 11:26:59 2020 New Revision: 526755 URL: https://svnweb.freebsd.org/changeset/ports/526755 Log: Update to 2.25.0 Add new WWW link. ChangeLog: https://bucardo.org/check_postgres/check_postgres.pl.html#HISTORY Modified: head/net-mgmt/nagios-check_postgres/Makefile head/net-mgmt/nagios-check_postgres/distinfo head/net-mgmt/nagios-check_postgres/pkg-descr (contents, props changed) Modified: head/net-mgmt/nagios-check_postgres/Makefile ============================================================================== --- head/net-mgmt/nagios-check_postgres/Makefile Sat Feb 22 11:24:12 2020 (r526754) +++ head/net-mgmt/nagios-check_postgres/Makefile Sat Feb 22 11:26:59 2020 (r526755) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= check_postgres -PORTVERSION= 2.24.0 -PORTREVISION= 2 +PORTVERSION= 2.25.0 CATEGORIES= net-mgmt databases perl5 MASTER_SITES= http://bucardo.org/downloads/ PKGNAMEPREFIX= nagios- Modified: head/net-mgmt/nagios-check_postgres/distinfo ============================================================================== --- head/net-mgmt/nagios-check_postgres/distinfo Sat Feb 22 11:24:12 2020 (r526754) +++ head/net-mgmt/nagios-check_postgres/distinfo Sat Feb 22 11:26:59 2020 (r526755) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541851362 -SHA256 (check_postgres-2.24.0.tar.gz) = 79d4efb2d82a91dd8e7c077c323d1a25d64435bcaecfc3bba0cf0bb5e3ea1e17 -SIZE (check_postgres-2.24.0.tar.gz) = 205868 +TIMESTAMP = 1582370443 +SHA256 (check_postgres-2.25.0.tar.gz) = 11b52f86c44d6cc26e9a4129e67c2589071dbe1b8ac1f8895761517491c6e44b +SIZE (check_postgres-2.25.0.tar.gz) = 209715 Modified: head/net-mgmt/nagios-check_postgres/pkg-descr ============================================================================== --- head/net-mgmt/nagios-check_postgres/pkg-descr Sat Feb 22 11:24:12 2020 (r526754) +++ head/net-mgmt/nagios-check_postgres/pkg-descr Sat Feb 22 11:26:59 2020 (r526755) @@ -6,4 +6,4 @@ against one or more Postgres databases. It uses the ps gather the information, and outputs the results in one of three formats: Nagios, MRTG, or simple. -WWW: http://bucardo.org/wiki/Check_postgres +WWW: https://bucardo.org/check_postgres/