svn commit: r552385 - head/databases/postgis24

Loïc Bartoletti lbartoletti at FreeBSD.org
Thu Oct 15 06:04:27 UTC 2020


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


More information about the svn-ports-head mailing list