From owner-svn-ports-all@freebsd.org Fri Dec 9 12:56:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99F5AC6AFB5; Fri, 9 Dec 2016 12:56:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C7211743; Fri, 9 Dec 2016 12:56:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB9CuC2M060954; Fri, 9 Dec 2016 12:56:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB9CuCJj060952; Fri, 9 Dec 2016 12:56:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612091256.uB9CuCJj060952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Dec 2016 12:56:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428183 - head/databases/postgis20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 12:56:13 -0000 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