aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_stat_kcache
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2016-10-04 09:55:54 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2016-10-04 09:55:54 +0000
commita6a34c2ed2c84342acf4a8f130fadca36daf659f (patch)
tree524af9c388c65f2443a1751f4f7b80e76fdd8038 /databases/pg_stat_kcache
parent5007d3cb326497e33386a4f964fb758ef7389b70 (diff)
downloadports-a6a34c2ed2c84342acf4a8f130fadca36daf659f.tar.gz
ports-a6a34c2ed2c84342acf4a8f130fadca36daf659f.zip
Notes
Diffstat (limited to 'databases/pg_stat_kcache')
-rw-r--r--databases/pg_stat_kcache/Makefile10
-rw-r--r--databases/pg_stat_kcache/distinfo6
-rw-r--r--databases/pg_stat_kcache/files/patch-Makefile6
-rw-r--r--databases/pg_stat_kcache/pkg-descr2
-rw-r--r--databases/pg_stat_kcache/pkg-message2
-rw-r--r--databases/pg_stat_kcache/pkg-plist2
6 files changed, 16 insertions, 12 deletions
diff --git a/databases/pg_stat_kcache/Makefile b/databases/pg_stat_kcache/Makefile
index 4d340c15e9f4..a7d18478f306 100644
--- a/databases/pg_stat_kcache/Makefile
+++ b/databases/pg_stat_kcache/Makefile
@@ -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
diff --git a/databases/pg_stat_kcache/distinfo b/databases/pg_stat_kcache/distinfo
index 5be7c988e6bf..2d085f9dcb00 100644
--- a/databases/pg_stat_kcache/distinfo
+++ b/databases/pg_stat_kcache/distinfo
@@ -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
diff --git a/databases/pg_stat_kcache/files/patch-Makefile b/databases/pg_stat_kcache/files/patch-Makefile
index af4a31841e69..119cc8eb0c9b 100644
--- a/databases/pg_stat_kcache/files/patch-Makefile
+++ b/databases/pg_stat_kcache/files/patch-Makefile
@@ -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
diff --git a/databases/pg_stat_kcache/pkg-descr b/databases/pg_stat_kcache/pkg-descr
index 299f67edaa19..8026f27c8af8 100644
--- a/databases/pg_stat_kcache/pkg-descr
+++ b/databases/pg_stat_kcache/pkg-descr
@@ -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
diff --git a/databases/pg_stat_kcache/pkg-message b/databases/pg_stat_kcache/pkg-message
index 687b17e7af95..d3b1bd781bfc 100644
--- a/databases/pg_stat_kcache/pkg-message
+++ b/databases/pg_stat_kcache/pkg-message
@@ -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
diff --git a/databases/pg_stat_kcache/pkg-plist b/databases/pg_stat_kcache/pkg-plist
index c9385261a689..b6f50aac0e06 100644
--- a/databases/pg_stat_kcache/pkg-plist
+++ b/databases/pg_stat_kcache/pkg-plist
@@ -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