Date: Sat, 21 Apr 2018 12:10:00 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467882 - head/databases/postgis23 Message-ID: <201804211210.w3LCA0HS006937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Apr 21 12:10:00 2018 New Revision: 467882 URL: https://svnweb.freebsd.org/changeset/ports/467882 Log: Update to upstream version 2.3.7 Details: Bug Fixes and Enhancements: - #3055, [raster] ST_Clip() on a raster without band crashes the server (Regina Obe) - #3978, Fix KNN when upgrading from 2.1 or older (Sandro Santilli) - #4003, lwpoly_construct_circle: Avoid division by zero (Raúl MarÃn RodrÃguez) - #4017, lwgeom lexer memory corruption (Peter E) - #4020, Casting from box3d to geometry now returns correctly connected PolyhedralSurface (Matthias Bay) - #4025, #4032 Incorrect answers for temporally "almost overlapping" ranges in ST_ClosestPointOfApproach and ST_CPAWithin (Paul Ramsey, Darafei Praliaskouski) - #4052, schema qualify several functions in geography (Regina Obe) PR: 227360 Submitted by: lbartoletti@tuxfamily.org (maintainer) MFH: 2018Q2 Modified: head/databases/postgis23/Makefile head/databases/postgis23/distinfo head/databases/postgis23/pkg-plist Modified: head/databases/postgis23/Makefile ============================================================================== --- head/databases/postgis23/Makefile Sat Apr 21 11:38:28 2018 (r467881) +++ head/databases/postgis23/Makefile Sat Apr 21 12:10:00 2018 (r467882) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgis -PORTVERSION= 2.3.6 +PORTVERSION= 2.3.7 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 23 Modified: head/databases/postgis23/distinfo ============================================================================== --- head/databases/postgis23/distinfo Sat Apr 21 11:38:28 2018 (r467881) +++ head/databases/postgis23/distinfo Sat Apr 21 12:10:00 2018 (r467882) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516168714 -SHA256 (postgis-2.3.6.tar.gz) = 7b4bbdf436630fa7f1fbf56044e43648c70e99144573390a1f0cbe8602f8151c -SIZE (postgis-2.3.6.tar.gz) = 11344080 +TIMESTAMP = 1523131124 +SHA256 (postgis-2.3.7.tar.gz) = bb3c39d42dc11188a14163add84ed8372d337dc5b345fac1a48b9ec97d0a8456 +SIZE (postgis-2.3.7.tar.gz) = 11347892 Modified: head/databases/postgis23/pkg-plist ============================================================================== --- head/databases/postgis23/pkg-plist Sat Apr 21 11:38:28 2018 (r467881) +++ head/databases/postgis23/pkg-plist Sat Apr 21 12:10:00 2018 (r467882) @@ -153,12 +153,14 @@ share/postgresql/contrib/postgis-2.3/uninstall_postgis %%RASTER%%share/postgresql/extension/postgis--2.2.4--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.2.5--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.2.6--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.2.7--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.3.0--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.3.1--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.3.2--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.3.3--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.3.4--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis--2.3.5--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis--2.3.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%%dev--%%PORTVERSION%%.sql @@ -190,12 +192,14 @@ share/postgresql/contrib/postgis-2.3/uninstall_postgis %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.4--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.5--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.6--%%PORTVERSION%%.sql +%%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.7--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.0--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.1--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.2--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.3--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.4--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.5--%%PORTVERSION%%.sql +%%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.6--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%--%%PORTVERSION%%next.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%.sql %%RASTER%%%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%dev--%%PORTVERSION%%.sql @@ -227,12 +231,14 @@ share/postgresql/contrib/postgis-2.3/uninstall_postgis %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.4--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.5--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.6--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.7--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.3.0--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.3.1--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.3.2--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.3.3--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.3.4--%%PORTVERSION%%.sql %%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.3.5--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.3.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%%dev--%%PORTVERSION%%.sql @@ -265,12 +271,14 @@ share/postgresql/contrib/postgis-2.3/uninstall_postgis %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.4--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.5--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.6--%%PORTVERSION%%.sql +%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.7--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.0--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.1--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.2--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.3--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.4--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.5--%%PORTVERSION%%.sql +%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.6--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--%%PORTVERSION%%next.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql %%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804211210.w3LCA0HS006937>