0f48c6db01
As the result of a recent exp-run for postgresql 9.3, several ports failed to build as a result. Most could likely be fixed by updating the port to a later available version. Until that happens, set the maximum version of pgsql to 9.2 for these ports. * pg_rman (1.23) : version 1.27 is available * pg_statsinfo (2.4.1) : version 2.5.0 available, works on pgsql 9.3 * pgpool-II (3.1.6) : version 3.4 available, works on pgsql 9.3 * pgpool-II30 (3.0.4) PR: 195281
16 lines
329 B
Makefile
16 lines
329 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pg_statsinfo
|
|
PORTVERSION= 2.4.1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/3429/
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Monitor statistics and activity of PostgreSQL
|
|
|
|
USES= gmake pgsql:9.2-
|
|
WANT_PGSQL= server
|
|
|
|
MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm
|
|
|
|
.include <bsd.port.mk>
|