aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2024-05-12 07:53:47 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2024-05-12 07:56:06 +0000
commitb17bdbf17c4acf3efaa9dd5c58b7881d151cb7d4 (patch)
tree4b966ec4a7740857bf35cd556b1f6fcca5f8eae4 /databases
parent1039ca2fe4c9e175626f82e855ea69735271e9e2 (diff)
downloadports-b17bdbf17c4acf3efaa9dd5c58b7881d151cb7d4.tar.gz
ports-b17bdbf17c4acf3efaa9dd5c58b7881d151cb7d4.zip
databases/postgresql-promscale: Limit to pgsql < 16
Promscale is no longer developed so it is unlikely to get 16 support PR: 278885 Reported by: exp-run (antoine)
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-promscale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-promscale/Makefile b/databases/postgresql-promscale/Makefile
index 1fafd9388c8a..ed5d9ffee6cd 100644
--- a/databases/postgresql-promscale/Makefile
+++ b/databases/postgresql-promscale/Makefile
@@ -15,7 +15,7 @@ ONLY_FOR_ARCHS= aarch64 amd64
RUN_DEPENDS= timescaledb>=2.9.1:databases/timescaledb
BUILD_DEPENDS= bash>0:shells/bash
-USES= cargo gmake pgsql:12+
+USES= cargo gmake pgsql:12-15
USE_GITHUB= yes
GH_ACCOUNT= timescale