aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_citus
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2020-04-27 20:51:18 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2020-04-27 20:51:18 +0000
commit260a0962150abec4dfcf79b1392705134cba9db8 (patch)
tree390ffb197e6f26ef7c71b99330e7d5815b3a9038 /databases/pg_citus
parenteb98ebb516698e2398c9341d0050a42a77f05df0 (diff)
downloadports-260a0962150abec4dfcf79b1392705134cba9db8.tar.gz
ports-260a0962150abec4dfcf79b1392705134cba9db8.zip
Mark the port as requiring postgresql-11 or higher. Attempting to
build the port with postgres-10 results in: ``` configure: error: Citus is not compatible with the detected PostgreSQL version 10. ``` No PORTREVISION bump, as this will have no effect on the default packages (which link against postgresql-11) or on anyone who has successfully built pg_citus. All that happens is that we detect the incompatible postgresql version earlier in the build process and error out sooner. PR: 245958 Reported by: rainer@ultra-secure.de
Notes
Notes: svn path=/head/; revision=533169
Diffstat (limited to 'databases/pg_citus')
-rw-r--r--databases/pg_citus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pg_citus/Makefile b/databases/pg_citus/Makefile
index 90765ddaa8ae..04bf3547c8a3 100644
--- a/databases/pg_citus/Makefile
+++ b/databases/pg_citus/Makefile
@@ -12,7 +12,7 @@ COMMENT= Horizontally scale Postgresql using sharding and replication
LICENSE= AGPLv3
-USES= compiler:c11 gmake pgsql:10+ autoreconf readline
+USES= compiler:c11 gmake pgsql:11+ autoreconf readline
WANT_PGSQL= lib server
GNU_CONFIGURE= yes