freebsd-ports/databases/pg_stat_kcache/Makefile
Palle Girgensohn a6a34c2ed2 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
2016-10-04 09:55:54 +00:00

23 lines
467 B
Makefile

# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= pg_stat_kcache
DISTVERSIONPREFIX= REL
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
USES= gmake pgsql:9.4+
WANT_PGSQL= server contrib
pre-patch:
@${MV} ${BUILD_WRKSRC}/README.rst ${BUILD_WRKSRC}/${PORTNAME}-README.rst
.include <bsd.port.mk>