svn commit: r426859 - head/databases/postgis20

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 22 20:19:46 UTC 2016


Author: sunpoet
Date: Tue Nov 22 20:19:45 2016
New Revision: 426859
URL: https://svnweb.freebsd.org/changeset/ports/426859

Log:
  - Update CONFLICTS_INSTALL
  - Add PORTSCOUT

Modified:
  head/databases/postgis20/Makefile

Modified: head/databases/postgis20/Makefile
==============================================================================
--- head/databases/postgis20/Makefile	Tue Nov 22 20:13:52 2016	(r426858)
+++ head/databases/postgis20/Makefile	Tue Nov 22 20:19:45 2016	(r426859)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgeos.so:graphics/geos \
 		libjson-c.so:devel/json-c \
 		libproj.so:graphics/proj
 
-CONFLICTS_INSTALL=	postgis-2.1.* postgis22-*
+CONFLICTS_INSTALL=	postgis- postgis22- postgis23-
 
 OPTIONS_DEFINE=	LOADERGUI NLS RASTER TOPOLOGY
 OPTIONS_DEFAULT=TOPOLOGY
@@ -26,6 +26,8 @@ LOADERGUI_DESC=	Enable shp2pgsql-gui
 RASTER_DESC=	Raster support
 TOPOLOGY_DESC=	Topology support
 
+PORTSCOUT=	limit:^2.0.[0-9]*
+
 CONFIGURE_ARGS=	--with-geosconfig=${LOCALBASE}/bin/geos-config \
 		--with-jsondir=${LOCALBASE} \
 		--with-pgconfig=${LOCALBASE}/bin/pg_config \


More information about the svn-ports-all mailing list