svn commit: r446033 - head/databases/postgis21

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 16 16:12:23 UTC 2017


Author: sunpoet
Date: Sun Jul 16 16:12:21 2017
New Revision: 446033
URL: https://svnweb.freebsd.org/changeset/ports/446033

Log:
  Update CONFLICTS
  
  - Use CONFLICTS_INSTALL instead of CONFLICTS
  
  Approved by:	portmgr (blanket)

Modified:
  head/databases/postgis21/Makefile

Modified: head/databases/postgis21/Makefile
==============================================================================
--- head/databases/postgis21/Makefile	Sun Jul 16 16:11:18 2017	(r446032)
+++ head/databases/postgis21/Makefile	Sun Jul 16 16:12:21 2017	(r446033)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libproj.so:graphics/proj \
 		libgeos.so:graphics/geos \
 		libjson-c.so:devel/json-c
 
-CONFLICTS=	postgis20-2.0.* postgis22-*
+CONFLICTS_INSTALL=	postgis20 postgis22 postgis23
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE}


More information about the svn-ports-all mailing list