Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2017 20:51:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456263 - head/databases/postgis22
Message-ID:  <201712132051.vBDKpZ1r069069@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712132051.vBDKpZ1r069069>