svn commit: r543263 - head/databases/postgis24

Rene Ladan rene at FreeBSD.org
Fri Jul 24 16:53:19 UTC 2020


Author: rene
Date: Fri Jul 24 16:53:18 2020
New Revision: 543263
URL: https://svnweb.freebsd.org/changeset/ports/543263

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

Modified:
  head/databases/postgis24/Makefile

Modified: head/databases/postgis24/Makefile
==============================================================================
--- head/databases/postgis24/Makefile	Fri Jul 24 16:51:30 2020	(r543262)
+++ head/databases/postgis24/Makefile	Fri Jul 24 16:53:18 2020	(r543263)
@@ -3,7 +3,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.4.8
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	24
@@ -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.3-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