svn commit: r543262 - head/databases/postgis23

Rene Ladan rene at FreeBSD.org
Fri Jul 24 16:51:31 UTC 2020


Author: rene
Date: Fri Jul 24 16:51:30 2020
New Revision: 543262
URL: https://svnweb.freebsd.org/changeset/ports/543262

Log:
  databases/postgis23: limit to PostgreSQL 9.5 - 10, bump PORTREVISION

Modified:
  head/databases/postgis23/Makefile

Modified: head/databases/postgis23/Makefile
==============================================================================
--- head/databases/postgis23/Makefile	Fri Jul 24 16:50:14 2020	(r543261)
+++ head/databases/postgis23/Makefile	Fri Jul 24 16:51:30 2020	(r543262)
@@ -3,7 +3,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.3.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	23
@@ -20,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.2-10 shebangfix
+		localbase perl5 pkgconfig pgsql:9.5-10 shebangfix
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 USE_PERL5=	build


More information about the svn-ports-all mailing list