aboutsummaryrefslogtreecommitdiff
path: root/databases/postgis31/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgis31/Makefile')
-rw-r--r--databases/postgis31/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile
index dc315a40f8b4..a48f1e0abe8d 100644
--- a/databases/postgis31/Makefile
+++ b/databases/postgis31/Makefile
@@ -1,11 +1,13 @@
PORTNAME= postgis
-PORTVERSION= 3.1.3
+PORTVERSION= 3.1.11
+PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 31
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Geographic objects support for PostgreSQL databases
+WWW= https://postgis.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -15,8 +17,8 @@ LIB_DEPENDS= libproj.so:graphics/proj \
libjson-c.so:devel/json-c \
libgdal.so:graphics/gdal
-USES= alias compiler:c++11-lang gmake gnome iconv:wchar_t libtool:keepla \
- localbase perl5 pkgconfig pgsql:9.5+ shebangfix
+USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \
+ localbase perl5 pkgconfig pgsql:11+ shebangfix
USE_GNOME= libxml2
USE_PERL5= build
@@ -56,7 +58,7 @@ SFCGAL_LIB_DEPENDS= libSFCGAL.so:databases/sfcgal
TOPOLOGY_CONFIGURE_WITH= topology
WAGYU_CONFIGURE_WITH= wagyu
-CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis23 postgis24 postgis25 postgis30
+CONFLICTS_INSTALL= postgis[0-9][0-9] # lib/postgresql/address_standardizer-3.so
VER= ${PORTVERSION:R}