Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2024 07:56:30 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b17bdbf17c4a - main - databases/postgresql-promscale: Limit to pgsql < 16
Message-ID:  <202405120756.44C7uU7D093617@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405120756.44C7uU7D093617>