diff --git a/databases/pg_rman/Makefile b/databases/pg_rman/Makefile index d3ac6c32d87d..3c322f8a3dd8 100644 --- a/databases/pg_rman/Makefile +++ b/databases/pg_rman/Makefile @@ -2,7 +2,7 @@ PORTNAME= pg_rman PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pg-rman.googlecode.com/files/ @@ -11,7 +11,7 @@ COMMENT= Online backup and restore tool for PostgreSQL BROKEN= Unfetchable (google code has gone away) -USES= gmake pgsql:9.2- +USES= gmake pgsql:9.2 WANT_PGSQL= client server MAKE_ARGS= USE_PGXS=1 PLIST_FILES= bin/pg_rman diff --git a/databases/pg_statsinfo/Makefile b/databases/pg_statsinfo/Makefile index 51f06192bc7b..10e46ab2b56d 100644 --- a/databases/pg_statsinfo/Makefile +++ b/databases/pg_statsinfo/Makefile @@ -2,13 +2,14 @@ PORTNAME= pg_statsinfo PORTVERSION= 2.4.1 +PORTREVISION= 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- +USES= gmake pgsql:9.2 WANT_PGSQL= server MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile index afe67faa9292..167eb942367f 100644 --- a/databases/pgpool-II-30/Makefile +++ b/databases/pgpool-II-30/Makefile @@ -3,7 +3,7 @@ PORTNAME= pgpool-II PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3076/ PKGNAMESUFFIX= 30 @@ -15,7 +15,7 @@ LICENSE= MIT GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake pgsql:9.2- libtool +USES= gmake pgsql:9.2 libtool USE_LDCONFIG= yes CONFLICTS= pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-* diff --git a/databases/pgpool-II/Makefile b/databases/pgpool-II/Makefile index ccad0af0a31a..84b73ad89588 100644 --- a/databases/pgpool-II/Makefile +++ b/databases/pgpool-II/Makefile @@ -3,7 +3,7 @@ PORTNAME= pgpool-II PORTVERSION= 3.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= LOCAL/kuriyama \ http://www.pgpool.net/mediawiki/images/ @@ -15,7 +15,7 @@ LICENSE= MIT GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake pgsql:9.2- libtool +USES= gmake pgsql:9.2 libtool USE_LDCONFIG= yes USE_OPENSSL= yes CONFIGURE_ARGS= --with-openssl diff --git a/databases/postgresql-repmgr2/Makefile b/databases/postgresql-repmgr2/Makefile index fa25728c6ad2..e388ea40bbcf 100644 --- a/databases/postgresql-repmgr2/Makefile +++ b/databases/postgresql-repmgr2/Makefile @@ -3,6 +3,7 @@ PORTNAME= postgresql-repmgr PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.repmgr.org/download/ DISTNAME= repmgr-${PORTVERSION} @@ -15,7 +16,7 @@ LICENSE= GPLv3 RUN_DEPENDS= rsync:net/rsync -USES+= gettext gmake pgsql:9.2- +USES+= gettext gmake pgsql:9.2 USE_RC_SUBR= repmgrd WANT_PGSQL= server MAKE_ENV= USE_PGXS=1