Date: Fri, 9 Dec 2016 12:57:26 +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: r428197 - head/databases/postgis21 Message-ID: <201612091257.uB9CvQ6f062563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Dec 9 12:57:26 2016 New Revision: 428197 URL: https://svnweb.freebsd.org/changeset/ports/428197 Log: - Use WANT_PGSQL instead of hard-coded RUN_DEPENDS - Fix PLIST - Bump PORTREVISION for package change Note that postgresql-client was already brought in via USES=pgsql. Therefore the equivalent WANT_PGSQL is "lib server". Approved by: portmgr (blanket) Modified: head/databases/postgis21/Makefile head/databases/postgis21/pkg-plist Modified: head/databases/postgis21/Makefile ============================================================================== --- head/databases/postgis21/Makefile Fri Dec 9 12:57:21 2016 (r428196) +++ head/databases/postgis21/Makefile Fri Dec 9 12:57:26 2016 (r428197) @@ -2,7 +2,7 @@ PORTNAME= postgis PORTVERSION= 2.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libproj.so:graphics/proj \ libgeos.so:graphics/geos \ libjson-c.so:devel/json-c -RUN_DEPENDS= postmaster:databases/postgresql${PGSQL_VER_NODOT}-server CONFLICTS= postgis20-2.0.* postgis22-* @@ -26,6 +25,7 @@ SHEBANG_FILES= utils/postgis_restore.pl. USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PERL5= build +WANT_PGSQL= lib server OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY SFCGAL OPTIONS_DEFAULT= TOPOLOGY Modified: head/databases/postgis21/pkg-plist ============================================================================== --- head/databases/postgis21/pkg-plist Fri Dec 9 12:57:21 2016 (r428196) +++ head/databases/postgis21/pkg-plist Fri Dec 9 12:57:26 2016 (r428197) @@ -105,6 +105,7 @@ share/postgresql/contrib/postgis-2.1/uni %%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--2.1.0--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.1.1--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.1.2--%%PORTVERSION%%.sql @@ -126,6 +127,7 @@ share/postgresql/contrib/postgis-2.1/uni %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.3--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.4--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.5--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.6--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.0--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.1--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.2--%%PORTVERSION%%.sql @@ -147,6 +149,7 @@ share/postgresql/contrib/postgis-2.1/uni %%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--2.1.0--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_topology--2.1.1--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_topology--2.1.2--%%PORTVERSION%%.sql
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612091257.uB9CvQ6f062563>