From owner-svn-ports-head@freebsd.org Sat Apr 21 12:10:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20DC0FA0072; Sat, 21 Apr 2018 12:10:01 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C21E886C35; Sat, 21 Apr 2018 12:10:00 +0000 (UTC) (envelope-from riggs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCEBF26B7E; Sat, 21 Apr 2018 12:10:00 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3LCA017006940; Sat, 21 Apr 2018 12:10:00 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3LCA0HS006937; Sat, 21 Apr 2018 12:10:00 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201804211210.w3LCA0HS006937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 21 Apr 2018 12:10:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467882 - head/databases/postgis23 X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/databases/postgis23 X-SVN-Commit-Revision: 467882 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2018 12:10:01 -0000 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