Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2024 08:05:57 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: 5c969afad5e5 - main - databases/postgis31: Limit to pgsql < 15 per documentation
Message-ID:  <202405120805.44C85vqu012351@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=5c969afad5e56473adfa664dcdef4aab291639f8

commit 5c969afad5e56473adfa664dcdef4aab291639f8
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2024-05-12 08:04:55 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-05-12 08:04:55 +0000

    databases/postgis31: Limit to pgsql < 15 per documentation
    
    https://postgis.net/2023/05/PostGIS-3.3.3-3.2.5-3.1.9-3.0.9-Patch-Releases/
    
    PR:             278885
    Reported by:    exp-run (antoine)
---
 databases/postgis31/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile
index a48f1e0abe8d..1502e67ac618 100644
--- a/databases/postgis31/Makefile
+++ b/databases/postgis31/Makefile
@@ -18,7 +18,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?202405120805.44C85vqu012351>