pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql-postgis2 postgresql-postgis: Upda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aecab4ca85b9
branches:  trunk
changeset: 313244:aecab4ca85b9
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Sep 23 23:11:49 2018 +0000

description:
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)

diffstat:

 databases/postgresql-postgis2/Makefile |  15 +++++++--------
 databases/postgresql-postgis2/PLIST    |  18 +++++++++++++-----
 databases/postgresql-postgis2/distinfo |  10 +++++-----
 3 files changed, 25 insertions(+), 18 deletions(-)

diffs (104 lines):

diff -r eb08c1ce1cdc -r aecab4ca85b9 databases/postgresql-postgis2/Makefile
--- a/databases/postgresql-postgis2/Makefile    Sun Sep 23 21:09:42 2018 +0000
+++ b/databases/postgresql-postgis2/Makefile    Sun Sep 23 23:11:49 2018 +0000
@@ -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 @@
 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
diff -r eb08c1ce1cdc -r aecab4ca85b9 databases/postgresql-postgis2/PLIST
--- a/databases/postgresql-postgis2/PLIST       Sun Sep 23 21:09:42 2018 +0000
+++ b/databases/postgresql-postgis2/PLIST       Sun Sep 23 23:11:49 2018 +0000
@@ -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.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_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_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
diff -r eb08c1ce1cdc -r aecab4ca85b9 databases/postgresql-postgis2/distinfo
--- a/databases/postgresql-postgis2/distinfo    Sun Sep 23 21:09:42 2018 +0000
+++ b/databases/postgresql-postgis2/distinfo    Sun Sep 23 23:11:49 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index