Received: by mail.netbsd.org (Postfix, from userid 605) id C251B84F0E; Sun, 23 Sep 2018 23:11:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E202084D2C for ; Sun, 23 Sep 2018 23:11:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9VmPUOJRM5WD for ; Sun, 23 Sep 2018 23:11:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3DB6C84CDA for ; Sun, 23 Sep 2018 23:11:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55BA2FBEE; Sun, 23 Sep 2018 23:11:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153774430922510" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 23:11:49 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/databases/postgresql-postgis2 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20180923231149.55BA2FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153774430922510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: gdt Date: Sun Sep 23 23:11:49 UTC 2018 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile PLIST distinfo Log Message: postgresql-postgis: Update to 2.5.0 (Upstream also has news for beta and rc, and it's not clear if those are additional or folded into the following.) PostGIS 2.5.0 2018/09/23 WARNING: If compiling with PostgreSQL+JIT, LLVM >= 6 is required Supported PostgreSQL versions for this release are: PostgreSQL 9.4 - PostgreSQL 12 (in development) GEOS >= 3.5 * New Features * - #1847, spgist 2d and 3d support for PG 11+ (Esteban Zimányi and Arthur Lesuisse from Université Libre de Bruxelles (ULB), Darafei Praliaskouski) - #4056, ST_FilterByM (Nicklas Avén) - #4050, ST_ChaikinSmoothing (Nicklas Avén) - #3989, ST_Buffer single sided option (Stephen Knox) - #3876, ST_Angle function (Rémi Cura) - #3564, ST_LineInterpolatePoints (Dan Baston) - #3896, PostGIS_Extensions_Upgrade() (Regina Obe) - #3913, Upgrade when creating extension from unpackaged (Sandro Santilli) - #2256, _postgis_index_extent() for extent from index (Paul Ramsey) - #3176, Add ST_OrientedEnvelope (Dan Baston) - #4029, Add ST_QuantizeCoordinates (Dan Baston) - #4063, Optional false origin point for ST_Scale (Paul Ramsey) - #4082, Add ST_BandFileSize and ST_BandFileTimestamp, extend ST_BandMetadata (Even Rouault) - #2597, Add ST_Grayscale (Bborie Park) - #4007, Add ST_SetBandPath (Bborie Park) - #4008, Add ST_SetBandIndex (Bborie Park) * Breaking Changes * - #4054, ST_SimplifyVW changed from > tolerance to >= tolerance - #3885, version number removed from address_standardize lib file (Regina Obe) - #3893, raster support functions can only be loaded in the same schema with core PostGIS functions. (Sandro Santilli) - #4035, remove dummy pgis_abs type from aggregate/collect routines. (Paul Ramsey) - #4069, drop support for GEOS < 3.5 and PostgreSQL < 9.4 (Regina Obe) - #4082, ST_BandMetaData extended to include filesize, timestamp (Even Rouault) * Enhancements and Fixes* - Upgrade scripts from multiple old versions are now all symlinks to a single upgrade script (Sandro Santilli) - #3944, Update to EPSG register v9.2 (Even Rouault) - #3927, Parallel implementation of ST_AsMVT - #3925, Simplify geometry using map grid cell size before generating MVT - #3899, BTree sort order is now defined on collections of EMPTY and same-prefix geometries (Darafei Praliaskouski) - #3864, Performance improvement for sorting POINT geometries (Darafei Praliaskouski) - #3900, GCC warnings fixed, make -j is now working (Darafei Praliaskouski) - TopoGeo_addLinestring robustness improvements (Sandro Santilli) #1855, #1946, #3718, #3838 - #3234, Do not accept EMPTY points as topology nodes (Sandro Santilli) - #1014, Hashable geometry, allowing direct use in CTE signatures (Paul Ramsey) - #3097, Really allow MULTILINESTRING blades in ST_Split() (Paul Ramsey) - #3942, geojson: Do not include private header for json-c >= 0.13 (Björn Esser) - #3954, ST_GeometricMedian now supports point weights (Darafei Praliaskouski) - #3965, #3971, #3977, #4071 ST_ClusterKMeans rewritten: better initialization, faster convergence, K=2 even faster (Darafei Praliaskouski) - #3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY (Darafei Praliaskouski) - #3986, ST_AsText now has second argument to limit decimal digits (Marc Ducobu, Darafei Praliaskouski) - #4020, Casting from box3d to geometry now returns correctly connected PolyhedralSurface (Matthias Bay) - #2508, ST_OffsetCurve now works with collections (Darafei Praliaskouski) - #4006, ST_GeomFromGeoJSON support for json and jsonb as input (Paul Ramsey, Regina Obe) - #4038, ST_Subdivide now selects pivot for geometry split that reuses input vertices. (Darafei Praliaskouski) - #4025, #4032 Fixed precision issue in ST_ClosestPointOfApproach, ST_DistanceCPA, and ST_CPAWithin (Paul Ramsey, Darafei Praliaskouski) - #4076, Reduce use of GEOS in topology implementation (Björn Harrtell) - #4080, Add external raster band index to ST_BandMetaData - Add Raster Tips section to Documentation for information about Raster behavior (e.g. Out-DB performance, maximum open files) - #4084: Fixed wrong code-comment regarding front/back of BOX3D (Matthias Bay) - #4060, #4094, PostgreSQL JIT support (Raúl Marín, Laurenz Albe) - #3960, ST_Centroid now uses lwgeom_centroid (Darafei Praliaskouski) - #4027, Remove duplicated code in lwgeom_geos (Darafei Praliaskouski, Daniel Baston) - #4115, Fix a bug that created MVTs with incorrect property values under parallel plans (Raúl Marín). - #4120, ST_AsMVTGeom: Clip using tile coordinates (Raúl Marín). - #4132, ST_Intersection on Raster now works without throwing TopologyException (Vinícius A.B. Schmidt, Darafei Praliaskouski) - #4177, #4180 Support for PostgreSQL 12 dev branch (Laurenz Albe, Raúl Marín) - #4156, ST_ChaikinSmoothing: also smooth start/end point of polygon by default (Darafei Praliaskouski) To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/databases/postgresql-postgis2/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql-postgis2/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql-postgis2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153774430922510 Content-Disposition: inline Content-Length: 6472 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/postgresql-postgis2/Makefile diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.49 pkgsrc/databases/postgresql-postgis2/Makefile:1.50 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.49 Sun Sep 23 15:38:00 2018 +++ pkgsrc/databases/postgresql-postgis2/Makefile Sun Sep 23 23:11:49 2018 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2018/09/23 15:38:00 gdt Exp $ +# $NetBSD: Makefile,v 1.50 2018/09/23 23:11:49 gdt Exp $ -MAJOR= 2.4 -DISTNAME= postgis-${MAJOR}.4 +MAJOR= 2.5 +DISTNAME= postgis-${MAJOR}.0 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 3 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ @@ -19,12 +18,12 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../. CONFLICTS= postgis-[0-9]* # TODO section -# 1. Update to upstream with fixes for: -# http://trac.osgeo.org/postgis/ticket/2909 -# 2. Fix installation use of "install -o root" from pgxs.mk, when postgresql +# 1. Fix installation use of "install -o root" from pgxs.mk, when postgresql # was built as root and postgis is built/installed as a non-root user. # https://lists.osgeo.org/pipermail/postgis-devel/2015-July/025045.html -# 3. Recheck and fix or file upstream about MAKE_JOBS_SAFE. +# 2. Recheck and fix or file upstream about MAKE_JOBS_SAFE. +# 3. Check 2nd make, and file bug about anything that happens. Check xsltproc +# in particular. # gmake complains about adding + to parent rule MAKE_JOBS_SAFE= no Index: pkgsrc/databases/postgresql-postgis2/PLIST diff -u pkgsrc/databases/postgresql-postgis2/PLIST:1.14 pkgsrc/databases/postgresql-postgis2/PLIST:1.15 --- pkgsrc/databases/postgresql-postgis2/PLIST:1.14 Wed May 30 17:03:56 2018 +++ pkgsrc/databases/postgresql-postgis2/PLIST Sun Sep 23 23:11:49 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2018/05/30 17:03:56 gdt Exp $ +@comment $NetBSD: PLIST,v 1.15 2018/09/23 23:11:49 gdt Exp $ bin/pgsql2shp bin/raster2pgsql bin/shp2pgsql @@ -72,10 +72,13 @@ share/postgresql/extension/postgis--2.4. share/postgresql/extension/postgis--2.4.1--${PKGVERSION}.sql share/postgresql/extension/postgis--2.4.2--${PKGVERSION}.sql share/postgresql/extension/postgis--2.4.3--${PKGVERSION}.sql +share/postgresql/extension/postgis--2.4.4--${PKGVERSION}.sql +share/postgresql/extension/postgis--2.4.5--${PKGVERSION}.sql +share/postgresql/extension/postgis--2.5.0rc2--${PKGVERSION}.sql share/postgresql/extension/postgis--${PKGVERSION}--${PKGVERSION}next.sql share/postgresql/extension/postgis--${PKGVERSION}.sql -share/postgresql/extension/postgis--${PKGVERSION}dev--${PKGVERSION}.sql share/postgresql/extension/postgis--${PKGVERSION}next--${PKGVERSION}.sql +share/postgresql/extension/postgis--ANY--${PKGVERSION}.sql share/postgresql/extension/postgis--unpackaged--${PKGVERSION}.sql share/postgresql/extension/postgis.control share/postgresql/extension/postgis_tiger_geocoder--2.0.0--${PKGVERSION}.sql @@ -116,13 +119,15 @@ share/postgresql/extension/postgis_tiger share/postgresql/extension/postgis_tiger_geocoder--2.4.1--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--2.4.2--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--2.4.3--${PKGVERSION}.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.4--${PKGVERSION}.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.5--${PKGVERSION}.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.0rc2--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}--${PKGVERSION}next.sql share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}.sql -share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}dev--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}next--${PKGVERSION}.sql +share/postgresql/extension/postgis_tiger_geocoder--ANY--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--unpackaged--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder.control -share/postgresql/extension/postgis_tiger_geocoder.sql share/postgresql/extension/postgis_topology--2.0.0--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.0.1--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.0.2--${PKGVERSION}.sql @@ -161,9 +166,12 @@ share/postgresql/extension/postgis_topol share/postgresql/extension/postgis_topology--2.4.1--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.4.2--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.4.3--${PKGVERSION}.sql +share/postgresql/extension/postgis_topology--2.4.4--${PKGVERSION}.sql +share/postgresql/extension/postgis_topology--2.4.5--${PKGVERSION}.sql +share/postgresql/extension/postgis_topology--2.5.0rc2--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--${PKGVERSION}--${PKGVERSION}next.sql share/postgresql/extension/postgis_topology--${PKGVERSION}.sql -share/postgresql/extension/postgis_topology--${PKGVERSION}dev--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--${PKGVERSION}next--${PKGVERSION}.sql +share/postgresql/extension/postgis_topology--ANY--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--unpackaged--${PKGVERSION}.sql share/postgresql/extension/postgis_topology.control Index: pkgsrc/databases/postgresql-postgis2/distinfo diff -u pkgsrc/databases/postgresql-postgis2/distinfo:1.15 pkgsrc/databases/postgresql-postgis2/distinfo:1.16 --- pkgsrc/databases/postgresql-postgis2/distinfo:1.15 Wed May 30 12:03:46 2018 +++ pkgsrc/databases/postgresql-postgis2/distinfo Sun Sep 23 23:11:49 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2018/05/30 12:03:46 gdt Exp $ +$NetBSD: distinfo,v 1.16 2018/09/23 23:11:49 gdt Exp $ -SHA1 (postgis-2.4.4.tar.gz) = 8e75a337b19fad01b14a69fc741835fbb1f985bc -RMD160 (postgis-2.4.4.tar.gz) = f9d5274a25b9e9e05a6f25343c9185bcd1fa4b3a -SHA512 (postgis-2.4.4.tar.gz) = 3cb38ee24dad72a66677cb210ad5f07b0a97411664ede582a5cdbc0ca2d72573db4e9121b6af2eab9cdee6a41122c3f5c59e618df4ee028a3cae7ee35d8670f2 -Size (postgis-2.4.4.tar.gz) = 12608016 bytes +SHA1 (postgis-2.5.0.tar.gz) = 6ace98e33f2d19ff6ddc9085de2da7005bd758a4 +RMD160 (postgis-2.5.0.tar.gz) = 26a3b39507d2623a570f9e1afc69d309a80e904e +SHA512 (postgis-2.5.0.tar.gz) = 1ba638dae9fb167e59fc5590b57277cf62b4ceb270a77026cfca3977f6727ef27acbc5505007335652480f5157e1d6c76f782553cc294ab1e5159347dd3c8934 +Size (postgis-2.5.0.tar.gz) = 16036455 bytes --_----------=_153774430922510--