git: b17bdbf17c4a - main - databases/postgresql-promscale: Limit to pgsql < 16

From: Kevin Bowling <kbowling_at_FreeBSD.org>
Date: Sun, 12 May 2024 07:56:30 UTC
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b17bdbf17c4acf3efaa9dd5c58b7881d151cb7d4

commit b17bdbf17c4acf3efaa9dd5c58b7881d151cb7d4
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2024-05-12 07:53:47 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-05-12 07:56:06 +0000

    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)
---
 databases/postgresql-promscale/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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