Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 16:51:31 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543262 - head/databases/postgis23
Message-ID:  <202007241651.06OGpVG0050656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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