svn commit: r428183 - head/databases/postgis20

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 9 12:56:13 UTC 2016


Author: sunpoet
Date: Fri Dec  9 12:56:12 2016
New Revision: 428183
URL: https://svnweb.freebsd.org/changeset/ports/428183

Log:
  - Add missing LIB_DEPENDS via WANT_PGSQL=lib
  - Enable RASTER by default
  - Fix PLIST
  - Bump PORTREVISION for package change
  
  ====> Running Q/A tests (stage-qa)
  Error: /usr/local/bin/pgsql2shp is linked to /usr/local/lib/libpq.so.5 from databases/postgresql96-client but it is not declared as a dependency
  Warning: you need USES+=pgsql

Modified:
  head/databases/postgis20/Makefile
  head/databases/postgis20/pkg-plist

Modified: head/databases/postgis20/Makefile
==============================================================================
--- head/databases/postgis20/Makefile	Fri Dec  9 12:56:06 2016	(r428182)
+++ head/databases/postgis20/Makefile	Fri Dec  9 12:56:12 2016	(r428183)
@@ -2,7 +2,7 @@
 
 PORTNAME=	postgis
 PORTVERSION=	2.0.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases geography
 MASTER_SITES=	http://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	20
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libgeos.so:graphics/geos \
 CONFLICTS_INSTALL=	postgis- postgis22- postgis23-
 
 OPTIONS_DEFINE=	LOADERGUI NLS RASTER TOPOLOGY
-OPTIONS_DEFAULT=TOPOLOGY
+OPTIONS_DEFAULT=RASTER TOPOLOGY
 OPTIONS_SUB=	yes
 LOADERGUI_DESC=	Enable shp2pgsql-gui
 RASTER_DESC=	Raster support
@@ -39,7 +39,7 @@ USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 USES=		gmake iconv:wchar_t libtool perl5 pgsql pkgconfig shebangfix
-WANT_PGSQL=	server
+WANT_PGSQL=	lib server
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 

Modified: head/databases/postgis20/pkg-plist
==============================================================================
--- head/databases/postgis20/pkg-plist	Fri Dec  9 12:56:06 2016	(r428182)
+++ head/databases/postgis20/pkg-plist	Fri Dec  9 12:56:12 2016	(r428183)
@@ -95,6 +95,9 @@ share/postgresql/contrib/postgis-2.0/pos
 %%RASTER%%share/postgresql/extension/postgis--2.0.1--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis--2.0.2--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis--2.0.3--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis--2.0.4--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis--2.0.5--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis--2.0.6--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis--unpackaged--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_topology.control
@@ -106,4 +109,7 @@ share/postgresql/contrib/postgis-2.0/pos
 %%RASTER%%share/postgresql/extension/postgis_topology--2.0.1--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_topology--2.0.2--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_topology--2.0.3--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--2.0.4--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--2.0.5--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--2.0.6--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_topology--unpackaged--%%PORTVERSION%%.sql


More information about the svn-ports-all mailing list