Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 05:41:33 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: a38b43f5901a - main - databases/slony1v2: limit to pgsql < 16
Message-ID:  <202405270541.44R5fX32006981@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=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



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