svn commit: r504284 - head/databases/spatialite

Rene Ladan rene at FreeBSD.org
Sun Jun 16 08:56:04 UTC 2019


Author: rene
Date: Sun Jun 16 08:56:03 2019
New Revision: 504284
URL: https://svnweb.freebsd.org/changeset/ports/504284

Log:
  databases/spatialite: bump optional PostGIS dependency from expired 2.1 to 2.3
  
  Event:	Berlin hackathon 2019

Modified:
  head/databases/spatialite/Makefile

Modified: head/databases/spatialite/Makefile
==============================================================================
--- head/databases/spatialite/Makefile	Sun Jun 16 08:43:22 2019	(r504283)
+++ head/databases/spatialite/Makefile	Sun Jun 16 08:56:03 2019	(r504284)
@@ -29,7 +29,7 @@ USE_LDCONFIG=	yes
 OPTIONS_DEFINE=LWGEOM
 LWGEOM_DESC=Enable lwgeom (PostGIS) functions
 LWGEOM_CONFIGURE_ENABLE=	lwgeom
-LWGEOM_LIB_DEPENDS=	liblwgeom.so:databases/postgis21
+LWGEOM_LIB_DEPENDS=	liblwgeom.so:databases/postgis23
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.am


More information about the svn-ports-head mailing list