Date: Sat, 10 Feb 2018 22:43:52 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461446 - head/databases/pg_statsinfo Message-ID: <201802102243.w1AMhqhW080658@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sat Feb 10 22:43:51 2018 New Revision: 461446 URL: https://svnweb.freebsd.org/changeset/ports/461446 Log: databases/pg_statsinfo: use postgresql 9.3+ and bump PORTREVISION Submitted by: antoine Modified: head/databases/pg_statsinfo/Makefile Modified: head/databases/pg_statsinfo/Makefile ============================================================================== --- head/databases/pg_statsinfo/Makefile Sat Feb 10 22:34:35 2018 (r461445) +++ head/databases/pg_statsinfo/Makefile Sat Feb 10 22:43:51 2018 (r461446) @@ -2,14 +2,14 @@ PORTNAME= pg_statsinfo PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 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 +USES= gmake pgsql:9.3+ WANT_PGSQL= server MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802102243.w1AMhqhW080658>