From owner-svn-ports-head@freebsd.org Tue Oct 4 09:55:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54AC8AF39E7; Tue, 4 Oct 2016 09:55:56 +0000 (UTC) (envelope-from girgen@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 mx1.freebsd.org (Postfix) with ESMTPS id 139C3C46; Tue, 4 Oct 2016 09:55:56 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u949ttJG097908; Tue, 4 Oct 2016 09:55:55 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u949tscV097902; Tue, 4 Oct 2016 09:55:54 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201610040955.u949tscV097902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 4 Oct 2016 09:55:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423248 - in head/databases/pg_stat_kcache: . files X-SVN-Group: ports-head 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.23 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: Tue, 04 Oct 2016 09:55:56 -0000 Author: girgen Date: Tue Oct 4 09:55:54 2016 New Revision: 423248 URL: https://svnweb.freebsd.org/changeset/ports/423248 Log: Update to 2.0.3 Add PG 9.6 compatibility Fix issues in shared memory estimation, which could prevent starting postgres or reduce the amount of possible locks (thanks to Jean-Sébastien BACQ for the report) Add hint of possible reasons pgss.max could not be retrieved, which could prevent starting postgres Make portlint happy Modified: head/databases/pg_stat_kcache/Makefile head/databases/pg_stat_kcache/distinfo head/databases/pg_stat_kcache/files/patch-Makefile head/databases/pg_stat_kcache/pkg-descr head/databases/pg_stat_kcache/pkg-message head/databases/pg_stat_kcache/pkg-plist Modified: head/databases/pg_stat_kcache/Makefile ============================================================================== --- head/databases/pg_stat_kcache/Makefile Tue Oct 4 09:35:54 2016 (r423247) +++ head/databases/pg_stat_kcache/Makefile Tue Oct 4 09:55:54 2016 (r423248) @@ -3,15 +3,17 @@ PORTNAME= pg_stat_kcache DISTVERSIONPREFIX= REL -DISTVERSION= 2_0_2 +DISTVERSION= 2_0_3 CATEGORIES= databases +MAINTAINER= girgen@FreeBSD.org +COMMENT= Gather statistics about PostgreSQL I/O and CPU usage + +LICENSE= PostgreSQL + USE_GITHUB= yes GH_ACCOUNT= dalibo -MAINTAINER= girgen@FreeBSD.org -COMMENT= Gather statistics about PostgreSQL I/O and CPU usage - USES= gmake pgsql:9.4+ WANT_PGSQL= server contrib Modified: head/databases/pg_stat_kcache/distinfo ============================================================================== --- head/databases/pg_stat_kcache/distinfo Tue Oct 4 09:35:54 2016 (r423247) +++ head/databases/pg_stat_kcache/distinfo Tue Oct 4 09:55:54 2016 (r423248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464768857 -SHA256 (dalibo-pg_stat_kcache-REL2_0_2_GH0.tar.gz) = 72b8850c7ede052bce2a51aa6a11b3ec1db2214dcea3911be0aa5324040154f1 -SIZE (dalibo-pg_stat_kcache-REL2_0_2_GH0.tar.gz) = 9731 +TIMESTAMP = 1475570856 +SHA256 (dalibo-pg_stat_kcache-REL2_0_3_GH0.tar.gz) = b1a5e66d58e98f5fbd6bf1b60c6105edc994df21b159590999bea6c60d6fc2f2 +SIZE (dalibo-pg_stat_kcache-REL2_0_3_GH0.tar.gz) = 10323 Modified: head/databases/pg_stat_kcache/files/patch-Makefile ============================================================================== --- head/databases/pg_stat_kcache/files/patch-Makefile Tue Oct 4 09:35:54 2016 (r423247) +++ head/databases/pg_stat_kcache/files/patch-Makefile Tue Oct 4 09:55:54 2016 (r423248) @@ -1,6 +1,6 @@ ---- Makefile.orig 2016-01-21 22:44:44.214163699 +0100 -+++ Makefile 2016-01-21 22:44:51.788162213 +0100 -@@ -3,7 +3,7 @@ +--- Makefile.orig 2015-03-17 16:28:17 UTC ++++ Makefile +@@ -3,7 +3,7 @@ EXTVERSION = $(shell grep default_vers TESTS = $(wildcard test/sql/*.sql) REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS)) REGRESS_OPTS = --inputdir=test Modified: head/databases/pg_stat_kcache/pkg-descr ============================================================================== --- head/databases/pg_stat_kcache/pkg-descr Tue Oct 4 09:35:54 2016 (r423247) +++ head/databases/pg_stat_kcache/pkg-descr Tue Oct 4 09:55:54 2016 (r423248) @@ -1,4 +1,4 @@ Gathers statistics about real reads and writes done by the filesystem layer. It is provided in the form of an extension for PostgreSQL >= 9.4. -WWW: https://github.com/dalibo/pg_stat_kcache +WWW: https://github.com/dalibo/pg_stat_kcache Modified: head/databases/pg_stat_kcache/pkg-message ============================================================================== --- head/databases/pg_stat_kcache/pkg-message Tue Oct 4 09:35:54 2016 (r423247) +++ head/databases/pg_stat_kcache/pkg-message Tue Oct 4 09:55:54 2016 (r423248) @@ -1,5 +1,5 @@ To activate pg_stat_kcache on your PostgreSQL server, add 'pg_stat_kcache' to -shared_preload_libraries in ~pgsql/data/postgresql.conf. For every database, +shared_preload_libraries in $PGDATA/postgresql.conf. For every database, run CREATE EXTENSION IF NOT EXISTS pg_stat_kcache Modified: head/databases/pg_stat_kcache/pkg-plist ============================================================================== --- head/databases/pg_stat_kcache/pkg-plist Tue Oct 4 09:35:54 2016 (r423247) +++ head/databases/pg_stat_kcache/pkg-plist Tue Oct 4 09:55:54 2016 (r423248) @@ -1,5 +1,7 @@ lib/postgresql/pg_stat_kcache.so share/doc/postgresql/extension/pg_stat_kcache-README.rst +share/postgresql/extension/pg_stat_kcache--2.0.2--2.0.3.sql share/postgresql/extension/pg_stat_kcache--2.0.1--2.0.2.sql share/postgresql/extension/pg_stat_kcache--2.0.2.sql +share/postgresql/extension/pg_stat_kcache--2.0.3.sql share/postgresql/extension/pg_stat_kcache.control