svn commit: r461446 - head/databases/pg_statsinfo

Rene Ladan rene at FreeBSD.org
Sat Feb 10 22:43:52 UTC 2018


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 at 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


More information about the svn-ports-head mailing list