aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pg_rman
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-12-07 17:43:10 +0800
committermarino <marino@FreeBSD.org>2014-12-07 17:43:10 +0800
commit2fdfc0bc74c730bd0b459e631f0c1b4779405f24 (patch)
treeeb97cd54974f6c3f54c9593f24e14eb3544e49a5 /databases/pg_rman
parent9bd60d35a112da142bd832e6c912695626dd6223 (diff)
downloadfreebsd-ports-gnome-2fdfc0bc74c730bd0b459e631f0c1b4779405f24.tar.gz
freebsd-ports-gnome-2fdfc0bc74c730bd0b459e631f0c1b4779405f24.tar.zst
freebsd-ports-gnome-2fdfc0bc74c730bd0b459e631f0c1b4779405f24.zip
Limit pgsql to 9.2 on four databases category ports
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
Diffstat (limited to 'databases/pg_rman')
-rw-r--r--databases/pg_rman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pg_rman/Makefile b/databases/pg_rman/Makefile
index 1ccc6c82b0e1..631e66b594d3 100644
--- a/databases/pg_rman/Makefile
+++ b/databases/pg_rman/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://pg-rman.googlecode.com/files/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Online backup and restore tool for PostgreSQL
-USES= gmake pgsql
+USES= gmake pgsql:9.2-
WANT_PGSQL= client server
MAKE_ARGS= USE_PGXS=1
PLIST_FILES= bin/pg_rman