Index: head/databases/postgis21/Makefile =================================================================== --- head/databases/postgis21/Makefile (revision 385082) +++ head/databases/postgis21/Makefile (revision 385083) @@ -1,75 +1,75 @@ # $FreeBSD$ PORTNAME= postgis -PORTVERSION= 2.1.5 +PORTVERSION= 2.1.7 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ -MAINTAINER= trevor@bitba.se +MAINTAINER= harrison.grundy@astrodoggroup.com COMMENT= Geographic objects support for PostgreSQL databases LICENSE= GPLv2 LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ libgeos.so:${PORTSDIR}/graphics/geos \ libjson-c.so:${PORTSDIR}/devel/json-c RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-server CONFLICTS= postgis-1.* postgis-2.0.* GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} USES= gmake iconv:wchar_t perl5 pgsql pkgconfig libtool:keepla USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PERL5= build OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY SFCGAL OPTIONS_DEFAULT= TOPOLOGY OPTIONS_SUB= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} LOADERGUI_DESC= Enable shp2pgsql-gui RASTER_DESC= Raster support TOPOLOGY_DESC= Topology support SFCGAL_DESC= Enable sfcgal LOADERGUI_CONFIGURE_WITH= gui LOADERGUI_USE= GNOME=gtk20 RASTER_USES= alias RASTER_CONFIGURE_WITH= raster RASTER_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal RASTER_CONFIGURE_ON= --with-gdalconfig=${LOCALBASE}/bin/gdal-config TOPOLOGY_CONFIGURE_WITH= topology SFCGAL_LIB_DEPENDS= libSFCGAL.so:${PORTSDIR}/databases/sfcgal SFCGAL_CONFIGURE_ON= --with-sfcgal=${LOCALBASE}/bin/sfcgal-config SFCGAL_CONFIGURE_OFF= --without-sfcgal .include .if ${PORT_OPTIONS:MRASTER} .if ${OSVERSION} < 900033 BROKEN= Raster suppport is broken on FreeBSD < 9.x .endif .endif CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${GREP} -lR 'bin/bash' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e "s|/bin/bash|/bin/sh|" pre-configure: @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL post-install: .SILENT ${MKDIR} ${STAGEDIR}/${DATADIR}/tiger_2011 (cd ${WRKSRC}/extras/tiger_geocoder/tiger_2011/ && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}/tiger_2011/ "! ( -name *\.orig -o -name *\.bak )" ) ${MKDIR} ${STAGEDIR}/${DATADIR}/utils (cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}/utils/ "! ( -name *\.orig -o -name *\.bak )" ) ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/shp2pgsql ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/pgsql2shp ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/liblwgeom-${PORTVERSION}.so ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/postgresql/postgis-2.1.so .include Index: head/databases/postgis21/distinfo =================================================================== --- head/databases/postgis21/distinfo (revision 385082) +++ head/databases/postgis21/distinfo (revision 385083) @@ -1,2 +1,2 @@ -SHA256 (postgis-2.1.5.tar.gz) = 0d0e27f72f12b8dba456fbde25ed0f6913f42baf57332a7f1b9bbc6f29fddbf4 -SIZE (postgis-2.1.5.tar.gz) = 6827999 +SHA256 (postgis-2.1.7.tar.gz) = 00ab79a3f609d7ea458f6fc358032ad059cb720baf88285243d6436a597a7ec2 +SIZE (postgis-2.1.7.tar.gz) = 6804372 Index: head/databases/postgis21/pkg-plist =================================================================== --- head/databases/postgis21/pkg-plist (revision 385082) +++ head/databases/postgis21/pkg-plist (revision 385083) @@ -1,158 +1,164 @@ bin/pgsql2shp %%RASTER%%bin/raster2pgsql bin/shp2pgsql %%LOADERGUI%%bin/shp2pgsql-gui include/liblwgeom.h 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_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/tiger_loader_2013.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 %%DATADIR%%/utils/create_undef.pl %%DATADIR%%/utils/postgis_proc_upgrade.pl %%DATADIR%%/utils/postgis_restore.pl %%DATADIR%%/utils/postgis_restore.pl.in %%DATADIR%%/utils/profile_intersects.pl %%DATADIR%%/utils/read_scripts_version.pl %%DATADIR%%/utils/svn_repo_revision.pl %%DATADIR%%/utils/test_estimation.pl %%DATADIR%%/utils/test_geography_estimation.pl %%DATADIR%%/utils/test_geography_joinestimation.pl %%DATADIR%%/utils/test_joinestimation.pl %%DATADIR%%/utils/uninstall_script 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 %%SFCGAL%%share/postgresql/contrib/postgis-2.1/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--2.0.5--%%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 %%RASTER%%share/postgresql/extension/postgis--2.1.3--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.1.4--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.1.5--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.1.6--%%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_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--2.0.5--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_tiger_Geocoder--2.0.5--%%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 %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.3--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.4--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.5--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.6--%%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--2.0.5--%%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 %%RASTER%%share/postgresql/extension/postgis_topology--2.1.3--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_topology--2.1.4--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.1.5--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_topology--2.1.6--%%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