svn commit: r456263 - head/databases/postgis22

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 13 20:51:41 UTC 2017


Author: sunpoet
Date: Wed Dec 13 20:51:35 2017
New Revision: 456263
URL: https://svnweb.freebsd.org/changeset/ports/456263

Log:
  Update CONFLICTS
  
  - Use CONFLICTS_INSTALL instead of CONFLICTS

Modified:
  head/databases/postgis22/Makefile

Modified: head/databases/postgis22/Makefile
==============================================================================
--- head/databases/postgis22/Makefile	Wed Dec 13 20:51:30 2017	(r456262)
+++ head/databases/postgis22/Makefile	Wed Dec 13 20:51:35 2017	(r456263)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libproj.so:graphics/proj \
 		libgeos.so:graphics/geos \
 		libjson-c.so:devel/json-c
 
-CONFLICTS=	postgis20-2.0.* postgis-2.1.* postgis23-2.3.*
+CONFLICTS_INSTALL=	postgis20 postgis postgis23
 
 USES=		gettext gmake iconv:wchar_t libtool:keepla perl5 pgsql pkgconfig shebangfix
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list