Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 06:04:27 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552385 - head/databases/postgis24
Message-ID:  <202010150604.09F64RdN078259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lbartoletti
Date: Thu Oct 15 06:04:26 2020
New Revision: 552385
URL: https://svnweb.freebsd.org/changeset/ports/552385

Log:
  databases/postgis24: Update postgresql versions available
  
  postgis24 can be built with postgresql12. Update postgresql range versions accordingly.

Modified:
  head/databases/postgis24/Makefile

Modified: head/databases/postgis24/Makefile
==============================================================================
--- head/databases/postgis24/Makefile	Thu Oct 15 05:54:30 2020	(r552384)
+++ head/databases/postgis24/Makefile	Thu Oct 15 06:04:26 2020	(r552385)
@@ -3,6 +3,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.4.9
+PORTREVISION=	1
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	24
@@ -19,7 +20,7 @@ LIB_DEPENDS=	libproj.so:graphics/proj \
 		libgdal.so:graphics/gdal
 
 USES=		alias gettext gmake gnome iconv:wchar_t libtool:keepla \
-		localbase perl5 pkgconfig pgsql:9.5-10 shebangfix
+		localbase perl5 pkgconfig pgsql:9.5-12 shebangfix
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 USE_PERL5=	build



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