Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 20:19:45 +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: r426859 - head/databases/postgis20
Message-ID:  <201611222019.uAMKJjrL028257@repo.freebsd.org>

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



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