Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2023 19:31:26 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: 2ca968ef18c1 - main - databases/postgis30: Mark PostgeSQL 14 as max supported version
Message-ID:  <202308301931.37UJVQRV052964@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=2ca968ef18c1dd185272baad97dfb8f0bacbba31

commit 2ca968ef18c1dd185272baad97dfb8f0bacbba31
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2023-08-30 19:02:32 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2023-08-30 19:31:09 +0000

    databases/postgis30: Mark PostgeSQL 14 as max supported version
    
    PR:             273058
---
 databases/postgis30/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile
index 65f5dfdfe4c0..b57f842836d2 100644
--- a/databases/postgis30/Makefile
+++ b/databases/postgis30/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libproj.so:graphics/proj \
 		libgdal.so:graphics/gdal
 
 USES=		alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
-		localbase perl5 pkgconfig pgsql:11+ shebangfix
+		localbase perl5 pkgconfig pgsql:11-14 shebangfix
 USE_GNOME=	libxml2
 USE_PERL5=	build
 



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