Bug 182032

Summary: [new port] databases/postgis21: Adds support for geographic objects to PostgreSQL databases
Product: Ports & Packages Reporter: Trevor Caira <trevor>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Trevor Caira 2013-09-12 12:10:00 UTC
New port: databases/postgis21

Adds support for geographic objects to PostgreSQL databases.

This port updates (and conflicts with) the postgis* line of ports. Postgis 2.1.0 introduces new features, performance improvements and bug fixes. New functions are detailed at [0].

[0] http://postgis.net/docs/manual-2.1/PostGIS_Special_Functions_Index.html#NewFunctions_2_1

Fix: A shar containing the new port is attached.

Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-09-12 12:30:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-14 08:03:19 UTC
Author: rm
Date: Sat Sep 14 07:03:10 2013
New Revision: 327229
URL: http://svnweb.freebsd.org/changeset/ports/327229

Log:
  Add PostGIS 2.1.0
  
  PR:		182032 (based on)
  Submitted by:	Trevor Caira <trevor@bitba.se>

Added:
  head/databases/postgis21/
     - copied from r327227, head/databases/postgis20/
Modified:
  head/databases/Makefile
  head/databases/postgis21/Makefile
  head/databases/postgis21/distinfo
  head/databases/postgis21/pkg-descr
  head/databases/postgis21/pkg-plist

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat Sep 14 07:02:38 2013	(r327228)
+++ head/databases/Makefile	Sat Sep 14 07:03:10 2013	(r327229)
@@ -659,6 +659,7 @@
     SUBDIR += phppgadmin
     SUBDIR += postgis
     SUBDIR += postgis20
+    SUBDIR += postgis21
     SUBDIR += postgis-jdbc
     SUBDIR += postgresql-jdbc
     SUBDIR += postgresql-libpgeasy

Modified: head/databases/postgis21/Makefile
==============================================================================
--- head/databases/postgis20/Makefile	Sat Sep 14 06:56:19 2013	(r327227)
+++ head/databases/postgis21/Makefile	Sat Sep 14 07:03:10 2013	(r327229)
@@ -1,36 +1,36 @@
 # $FreeBSD$
 
 PORTNAME=	postgis
-PORTVERSION=	2.0.2
-PORTREVISION=	3
+PORTVERSION=	2.1.0
 CATEGORIES=	databases geography
 MASTER_SITES=	http://download.osgeo.org/postgis/source/
 
-MAINTAINER=	matt.trisoline@intermedix.com
-COMMENT=	Adds support for geographic objects to PostgreSQL databases
+MAINTAINER=	trevor@bitba.se
+COMMENT=	Geographic objects support for PostgreSQL databases
 
-LIB_DEPENDS=	proj:${PORTSDIR}/graphics/proj \
-		geos:${PORTSDIR}/graphics/geos \
-		json:${PORTSDIR}/devel/json-c
+LIB_DEPENDS=	libproj.so:${PORTSDIR}/graphics/proj \
+		libgeos.so:${PORTSDIR}/graphics/geos \
+		libjson.so:${PORTSDIR}/devel/json-c
 RUN_DEPENDS=	postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
 
-CONFLICTS=	postgis-1.*
-LATEST_LINK=	postgis20
+CONFLICTS=	postgis-1.* postgis-2.0.*
+LATEST_LINK=	postgis21
 
 USE_GNOME=	libxml2
 USE_PGSQL=	yes
-USE_GMAKE=	yes
-USES=		iconv
+USES=		gmake iconv pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_PERL5_BUILD=	yes
 
 OPTIONS_DEFINE=		LOADERGUI RASTER TOPOLOGY
-OPTIONS_DEFAULT=	TOPOLOGY
+OPTIONS_DEFAULT=	TOPOLOGY RASTER
+
+PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
 LOADERGUI_DESC=	Enable shp2pgsql-gui
-RASTER_DESC=	Build with raster support
-TOPOLOGY_DESC=	Build with topology support
+RASTER_DESC=	Raster support
+TOPOLOGY_DESC=	Topology support
 
 .include <bsd.port.options.mk>
 
@@ -47,7 +47,7 @@ PLIST_SUB+=		LOADERGUI="@comment "
 .if ${OSVERSION} < 900033
 BROKEN=			Raster suppport is broken on FreeBSD < 9.x
 .endif
-LIB_DEPENDS+=		gdal:${PORTSDIR}/graphics/gdal
+LIB_DEPENDS+=		libgdal.so:${PORTSDIR}/graphics/gdal
 CONFIGURE_ARGS+=	--with-raster --with-gdalconfig=${LOCALBASE}/bin/gdal-config
 PLIST_SUB+=		RASTER=""
 .else
@@ -73,8 +73,8 @@ pre-configure:
 	@${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
 
 post-install: .SILENT
-	${MKDIR} ${DATADIR}/tiger_2010
-	(cd ${WRKSRC}/extras/tiger_geocoder/tiger_2010/ && ${COPYTREE_SHARE} \* ${DATADIR}/tiger_2010/ "! ( -name *\.orig -o -name *\.bak )" )
+	${MKDIR} ${DATADIR}/tiger_2011
+	(cd ${WRKSRC}/extras/tiger_geocoder/tiger_2011/ && ${COPYTREE_SHARE} \* ${DATADIR}/tiger_2011/ "! ( -name *\.orig -o -name *\.bak )" )
 	${MKDIR} ${DATADIR}/utils
 	(cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} \* ${DATADIR}/utils/ "! ( -name *\.orig -o -name *\.bak )" )
 

Modified: head/databases/postgis21/distinfo
==============================================================================
--- head/databases/postgis20/distinfo	Sat Sep 14 06:56:19 2013	(r327227)
+++ head/databases/postgis21/distinfo	Sat Sep 14 07:03:10 2013	(r327229)
@@ -1,2 +1,2 @@
-SHA256 (postgis-2.0.2.tar.gz) = 57746d040080e624f3e81633a180d8a5fc16b0c035d94fe2c16306023ab1c391
-SIZE (postgis-2.0.2.tar.gz) = 5573652
+SHA256 (postgis-2.1.0.tar.gz) = fc00481aec904661f3eb11da4305b1666f2040c28b0651de7eac6c22f217b26c
+SIZE (postgis-2.1.0.tar.gz) = 6518378

Modified: head/databases/postgis21/pkg-descr
==============================================================================
--- head/databases/postgis20/pkg-descr	Sat Sep 14 06:56:19 2013	(r327227)
+++ head/databases/postgis21/pkg-descr	Sat Sep 14 07:03:10 2013	(r327229)
@@ -8,6 +8,6 @@ compliant with the "Types and Functions"
 PostGIS development was started by Refractions Research as a project in open
 source spatial database technology. PostGIS is released under the GNU General
 Public License. PostGIS continues to be developed by a group of contributors led
-by a Project Steering Committee and new features continue to be added. 
+by a Project Steering Committee and new features continue to be added.
 
 WWW: http://www.postgis.org/

Modified: head/databases/postgis21/pkg-plist
==============================================================================
--- head/databases/postgis20/pkg-plist	Sat Sep 14 06:56:19 2013	(r327227)
+++ head/databases/postgis21/pkg-plist	Sat Sep 14 07:03:10 2013	(r327229)
@@ -3,57 +3,63 @@ bin/pgsql2shp
 bin/shp2pgsql
 %%LOADERGUI%%bin/shp2pgsql-gui
 include/liblwgeom.h
-lib/postgresql/postgis-2.0.so
-%%RASTER%%lib/postgresql/rtpostgis-2.0.so
-lib/liblwgeom-2.0.2.so
+lib/postgresql/postgis-2.1.so
+%%RASTER%%lib/postgresql/rtpostgis-2.1.so
+lib/liblwgeom-%%PORTVERSION%%.so
 lib/liblwgeom.a
 lib/liblwgeom.la
 lib/liblwgeom.so
-%%DATADIR%%/tiger_2010/README
-%%DATADIR%%/tiger_2010/census_loader.sql
-%%DATADIR%%/tiger_2010/create_geocode.bat
-%%DATADIR%%/tiger_2010/create_geocode.sh
-%%DATADIR%%/tiger_2010/create_geocode.sql
-%%DATADIR%%/tiger_2010/geocode/rate_attributes.sql
-%%DATADIR%%/tiger_2010/geocode/geocode.sql
-%%DATADIR%%/tiger_2010/geocode/census_tracts_functions.sql
-%%DATADIR%%/tiger_2010/geocode/other_helper_functions.sql
-%%DATADIR%%/tiger_2010/geocode/geocode_address.sql
-%%DATADIR%%/tiger_2010/geocode/geocode_intersection.sql
-%%DATADIR%%/tiger_2010/geocode/includes_address.sql
-%%DATADIR%%/tiger_2010/geocode/geocode_location.sql
-%%DATADIR%%/tiger_2010/geocode/interpolate_from_address.sql
-%%DATADIR%%/tiger_2010/geocode/reverse_geocode.sql
-%%DATADIR%%/tiger_2010/legacy_import/tiger2008/import_tiger_shps.sh
-%%DATADIR%%/tiger_2010/normalize/location_extract_countysub_exact.sql
-%%DATADIR%%/tiger_2010/normalize/location_extract.sql
-%%DATADIR%%/tiger_2010/normalize/location_extract_countysub_fuzzy.sql
-%%DATADIR%%/tiger_2010/normalize/normalize_address.sql
-%%DATADIR%%/tiger_2010/normalize/count_words.sql
-%%DATADIR%%/tiger_2010/normalize/location_extract_place_exact.sql
-%%DATADIR%%/tiger_2010/normalize/state_extract.sql
-%%DATADIR%%/tiger_2010/normalize/end_soundex.sql
-%%DATADIR%%/tiger_2010/normalize/location_extract_place_fuzzy.sql
-%%DATADIR%%/tiger_2010/normalize/pprint_addy.sql
-%%DATADIR%%/tiger_2010/normalize/get_last_words.sql
-%%DATADIR%%/tiger_2010/regress/geocode_regress
-%%DATADIR%%/tiger_2010/regress/normalize_address_regress
-%%DATADIR%%/tiger_2010/regress/regress.sql
-%%DATADIR%%/tiger_2010/regress/reverse_geocode_regress.sql
-%%DATADIR%%/tiger_2010/regress/reverse_geocode_regress
-%%DATADIR%%/tiger_2010/regress/geocode_regress.sql
-%%DATADIR%%/tiger_2010/regress/normalize_address_regress.sql
-%%DATADIR%%/tiger_2010/tables/lookup_tables_2010.sql
-%%DATADIR%%/tiger_2010/tiger_loader.sql
-%%DATADIR%%/tiger_2010/topology/tiger_topology_loader.sql
-%%DATADIR%%/tiger_2010/topology/README
-%%DATADIR%%/tiger_2010/upgrade_geocode.sql
-%%DATADIR%%/tiger_2010/upgrade_geocoder.bat
-%%DATADIR%%/tiger_2010/upgrade_geocoder.sh
-%%DATADIR%%/tiger_2010/utility/utmzone.sql
-%%DATADIR%%/tiger_2010/utility/levenshtein_ignore_case.sql
-%%DATADIR%%/tiger_2010/utility/nullable_levenshtein.sql
-%%DATADIR%%/tiger_2010/utility/cull_null.sql
+%%DATADIR%%/tiger_2011/README
+%%DATADIR%%/tiger_2011/census_loader.sql
+%%DATADIR%%/tiger_2011/create_geocode.bat
+%%DATADIR%%/tiger_2011/create_geocode.sh
+%%DATADIR%%/tiger_2011/create_geocode.sql
+%%DATADIR%%/tiger_2011/geocode/census_tracts_functions.sql
+%%DATADIR%%/tiger_2011/geocode/geocode.sql
+%%DATADIR%%/tiger_2011/geocode/geocode_address.sql
+%%DATADIR%%/tiger_2011/geocode/geocode_intersection.sql
+%%DATADIR%%/tiger_2011/geocode/geocode_location.sql
+%%DATADIR%%/tiger_2011/geocode/includes_address.sql
+%%DATADIR%%/tiger_2011/geocode/interpolate_from_address.sql
+%%DATADIR%%/tiger_2011/geocode/other_helper_functions.sql
+%%DATADIR%%/tiger_2011/geocode/rate_attributes.sql
+%%DATADIR%%/tiger_2011/geocode/reverse_geocode.sql
+%%DATADIR%%/tiger_2011/geocode_settings.sql
+%%DATADIR%%/tiger_2011/legacy_import/tiger2008/import_tiger_shps.sh
+%%DATADIR%%/tiger_2011/normalize/count_words.sql
+%%DATADIR%%/tiger_2011/normalize/end_soundex.sql
+%%DATADIR%%/tiger_2011/normalize/get_last_words.sql
+%%DATADIR%%/tiger_2011/normalize/location_extract.sql
+%%DATADIR%%/tiger_2011/normalize/location_extract_countysub_exact.sql
+%%DATADIR%%/tiger_2011/normalize/location_extract_countysub_fuzzy.sql
+%%DATADIR%%/tiger_2011/normalize/location_extract_place_exact.sql
+%%DATADIR%%/tiger_2011/normalize/location_extract_place_fuzzy.sql
+%%DATADIR%%/tiger_2011/normalize/normalize_address.sql
+%%DATADIR%%/tiger_2011/normalize/pprint_addy.sql
+%%DATADIR%%/tiger_2011/normalize/state_extract.sql
+%%DATADIR%%/tiger_2011/pagc_normalize/pagc_normalize_address.sql
+%%DATADIR%%/tiger_2011/pagc_normalize/pagc_tables.sql
+%%DATADIR%%/tiger_2011/regress/geocode_regress
+%%DATADIR%%/tiger_2011/regress/geocode_regress.sql
+%%DATADIR%%/tiger_2011/regress/normalize_address_regress
+%%DATADIR%%/tiger_2011/regress/normalize_address_regress.sql
+%%DATADIR%%/tiger_2011/regress/pagc_normalize_address_regress.sql
+%%DATADIR%%/tiger_2011/regress/regress.sql
+%%DATADIR%%/tiger_2011/regress/reverse_geocode_regress
+%%DATADIR%%/tiger_2011/regress/reverse_geocode_regress.sql
+%%DATADIR%%/tiger_2011/tables/lookup_tables_2011.sql
+%%DATADIR%%/tiger_2011/tiger_loader_2011.sql
+%%DATADIR%%/tiger_2011/tiger_loader_2012.sql
+%%DATADIR%%/tiger_2011/topology/README
+%%DATADIR%%/tiger_2011/topology/tiger_topology_loader.sql
+%%DATADIR%%/tiger_2011/upgrade_geocode.sql
+%%DATADIR%%/tiger_2011/upgrade_geocoder.bat
+%%DATADIR%%/tiger_2011/upgrade_geocoder.sh
+%%DATADIR%%/tiger_2011/utility/cull_null.sql
+%%DATADIR%%/tiger_2011/utility/levenshtein_ignore_case.sql
+%%DATADIR%%/tiger_2011/utility/nullable_levenshtein.sql
+%%DATADIR%%/tiger_2011/utility/set_search_path.sql
+%%DATADIR%%/tiger_2011/utility/utmzone.sql
 %%DATADIR%%/utils/Makefile
 %%DATADIR%%/utils/Makefile.in
 %%DATADIR%%/utils/README
@@ -69,69 +75,78 @@ lib/liblwgeom.so
 %%DATADIR%%/utils/test_geography_joinestimation.pl
 %%DATADIR%%/utils/test_joinestimation.pl
 %%DATADIR%%/utils/uninstall_script
-share/postgresql/contrib/postgis-2.0/postgis_comments.sql
-share/postgresql/contrib/postgis-2.0/raster_comments.sql
-share/postgresql/contrib/postgis-2.0/topology_comments.sql
-share/postgresql/contrib/postgis-2.0/spatial_ref_sys.sql
-share/postgresql/contrib/postgis-2.0/postgis.sql
-share/postgresql/contrib/postgis-2.0/uninstall_postgis.sql
-share/postgresql/contrib/postgis-2.0/postgis_upgrade_20_minor.sql
-share/postgresql/contrib/postgis-2.0/legacy.sql
-share/postgresql/contrib/postgis-2.0/uninstall_legacy.sql
-share/postgresql/contrib/postgis-2.0/legacy_minimal.sql
-share/postgresql/contrib/postgis-2.0/legacy_gist.sql
-%%RASTER%%share/postgresql/contrib/postgis-2.0/rtpostgis.sql
-%%RASTER%%share/postgresql/contrib/postgis-2.0/rtpostgis_upgrade_20_minor.sql
-%%RASTER%%share/postgresql/contrib/postgis-2.0/uninstall_rtpostgis.sql
-%%RASTER%%share/postgresql/contrib/postgis-2.0/rtpostgis_legacy.sql
-%%TOPOLOGY%%share/postgresql/contrib/postgis-2.0/topology.sql
-%%TOPOLOGY%%share/postgresql/contrib/postgis-2.0/topology_upgrade_20_minor.sql
-%%TOPOLOGY%%share/postgresql/contrib/postgis-2.0/uninstall_topology.sql
-share/postgresql/contrib/postgis-2.0/postgis_restore.pl
+share/postgresql/contrib/postgis-2.1/legacy.sql
+share/postgresql/contrib/postgis-2.1/legacy_gist.sql
+share/postgresql/contrib/postgis-2.1/legacy_minimal.sql
+share/postgresql/contrib/postgis-2.1/postgis.sql
+share/postgresql/contrib/postgis-2.1/postgis_comments.sql
+share/postgresql/contrib/postgis-2.1/postgis_restore.pl
+share/postgresql/contrib/postgis-2.1/postgis_upgrade_20_21.sql
+share/postgresql/contrib/postgis-2.1/postgis_upgrade_21_minor.sql
+share/postgresql/contrib/postgis-2.1/raster_comments.sql
+share/postgresql/contrib/postgis-2.1/spatial_ref_sys.sql
+share/postgresql/contrib/postgis-2.1/uninstall_legacy.sql
+share/postgresql/contrib/postgis-2.1/uninstall_postgis.sql
+share/postgresql/contrib/postgis-2.1/uninstall_sfcgal.sql
+%%RASTER%%share/postgresql/contrib/postgis-2.1/rtpostgis.sql
+%%RASTER%%share/postgresql/contrib/postgis-2.1/rtpostgis_legacy.sql
+%%RASTER%%share/postgresql/contrib/postgis-2.1/rtpostgis_upgrade_20_21.sql
+%%RASTER%%share/postgresql/contrib/postgis-2.1/rtpostgis_upgrade_21_minor.sql
+%%RASTER%%share/postgresql/contrib/postgis-2.1/uninstall_rtpostgis.sql
+%%TOPOLOGY%%share/postgresql/contrib/postgis-2.1/topology.sql
+%%TOPOLOGY%%share/postgresql/contrib/postgis-2.1/topology_comments.sql
+%%TOPOLOGY%%share/postgresql/contrib/postgis-2.1/topology_upgrade_21_minor.sql
+%%TOPOLOGY%%share/postgresql/contrib/postgis-2.1/uninstall_topology.sql
+%%RASTER%%share/postgresql/extension/postgis--2.0.0--%%PORTVERSION%%.sql
+%%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--%%PORTVERSION%%--%%PORTVERSION%%next.sql
+%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%next--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis--2.1.0rc1--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis--2.1.0rc2--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis--2.1.0rc3--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis--unpackaged--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis.control
-%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha3--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha4--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.1--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha5--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0beta3--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0beta4--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0rc2--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha6--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha1--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--unpackaged--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0beta1--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0beta2--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0rc1--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis--2.0.0alpha2--2.0.2.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.0--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.1--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.0.2--%%PORTVERSION%%.sql
+%%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--%%PORTVERSION%%--%%PORTVERSION%%next.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%next--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.0rc1--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.0rc2--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.0rc3--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--unpackaged--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder.control
+%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0--%%PORTVERSION%%.sql
+%%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--%%PORTVERSION%%--%%PORTVERSION%%next.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%next--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--2.1.0rc1--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--2.1.0rc2--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--2.1.0rc3--%%PORTVERSION%%.sql
+%%RASTER%%share/postgresql/extension/postgis_topology--unpackaged--%%PORTVERSION%%.sql
 %%RASTER%%share/postgresql/extension/postgis_topology.control
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta4--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha6--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha1--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--unpackaged--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta2--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta1--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0rc1--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha2--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha3--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha4--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.1--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0rc2--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0alpha5--2.0.2.sql
-%%RASTER%%share/postgresql/extension/postgis_topology--2.0.0beta3--2.0.2.sql
-@dirrm share/postgresql/contrib/postgis-2.0
+@dirrm %%DATADIR%%/utils
+@dirrm %%DATADIR%%/tiger_2011/utility
+@dirrm %%DATADIR%%/tiger_2011/topology
+@dirrm %%DATADIR%%/tiger_2011/tables
+@dirrm %%DATADIR%%/tiger_2011/regress
+@dirrm %%DATADIR%%/tiger_2011/pagc_normalize
+@dirrm %%DATADIR%%/tiger_2011/normalize
+@dirrm %%DATADIR%%/tiger_2011/legacy_import/tiger2008
+@dirrm %%DATADIR%%/tiger_2011/legacy_import
+@dirrm %%DATADIR%%/tiger_2011/geocode
+@dirrm %%DATADIR%%/tiger_2011
+@dirrm %%DATADIR%%
+@dirrm share/postgresql/contrib/postgis-2.1
 @dirrmtry share/postgresql/contrib
-@dirrm share/postgis/tiger_2010/legacy_import/tiger2008
-@dirrm share/postgis/tiger_2010/geocode
-@dirrm share/postgis/tiger_2010/legacy_import
-@dirrm share/postgis/tiger_2010/normalize
-@dirrm share/postgis/tiger_2010/regress
-@dirrm share/postgis/tiger_2010/tables
-@dirrm share/postgis/tiger_2010/topology
-@dirrm share/postgis/tiger_2010/utility
-@dirrm share/postgis/tiger_2010
-@dirrm share/postgis/utils
-@dirrm share/postgis
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-09-14 08:55:26 UTC
State Changed
From-To: open->closed

Committed, thank you!