git: a38b43f5901a - main - databases/slony1v2: limit to pgsql < 16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 May 2024 05:41:33 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=a38b43f5901ad6493ae2ef1a97e4b23f131c8618 commit a38b43f5901ad6493ae2ef1a97e4b23f131c8618 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2024-05-27 05:39:40 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-05-27 05:39:40 +0000 databases/slony1v2: limit to pgsql < 16 Maintainer mentions: "PostgreSQL has grown these features internally and therefore the upstream isn't maintained for newer postgresql." PR: 279194 Approved by: dgilbert@eicat.ca --- databases/slony1v2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index e7e6b44e24ff..47612b1b4a1e 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex GNU_CONFIGURE= yes -USES= bison gmake shebangfix tar:bzip2 pgsql +USES= bison gmake shebangfix tar:bzip2 pgsql:12-15 WANT_PGSQL= server USE_RC_SUBR= slon SHEBANG_FILES= tools/altperl/slonik_restart_node.pl