pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql-postgis2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Dec  5 15:12:08 UTC 2016

Modified Files:
        pkgsrc/databases/postgresql-postgis2: Makefile PLIST distinfo
Removed Files:
        pkgsrc/databases/postgresql-postgis2/patches:
            patch-extensions_postgis_Makefile.in

Log Message:
Update to 2.3.1

Drop build patch incorporated upstream.

Upstream changes:

PostGIS 2.3.1 (2016/11/28)

* Bug fixes

PostGIS 2.3.0 (2016/09/26)

* Important / Breaking Changes

  - #3466, Casting from box3d to geometry now returns a 3D
           geometry (Julien Rouhaud of Dalibo)

  - #3604, pgcommon/Makefile.in orders CFLAGS incorrectly leading to
           wrong liblwgeom.h (Greg Troxel)

  - #3396, ST_EstimatedExtent, throw WARNING instead of ERROR
           (Regina Obe)

* New Features

  - Add support for custom TOC in postgis_restore.pl
    (Christoph Moench-Tegeder)
  - Add support for negative indexing in ST_PointN and ST_SetPoint
    (Rémi Cura)
  - Add parameters for geography ST_Buffer (Thomas Bonfort)
  - TopoGeom_addElement, TopoGeom_remElement (Sandro Santilli)
  - populate_topology_layer (Sandro Santilli)
  - #454,  ST_WrapX and lwgeom_wrapx (Sandro Santilli)
  - #1758, ST_Normalize (Sandro Santilli)
  - #2236, shp2pgsql -d now emits "DROP TABLE IF EXISTS"
  - #2259, ST_VoronoiPolygons and ST_VoronoiLines (Dan Baston)
  - #2841 and #2996, ST_MinimumBoundingRadius and new ST_MinimumBoundingCircle
           implementation using Welzl's algorithm (Dan Baston)
  - #2991, Enable ST_Transform to use PROJ.4 text (Mike Toews)
  - #3059, Allow passing per-dimension parameters in ST_Expand (Dan Baston)
  - #3339, ST_GeneratePoints (Paul Ramsey)
  - #3362, ST_ClusterDBSCAN (Dan Baston)
  - #3364, ST_GeometricMedian (Dan Baston)
  - #3391, Add table inheritance support in ST_EstimatedExtent
           (Alessandro Pasotti)
  - #3424, ST_MinimumClearance (Dan Baston)
  - #3428, ST_Points (Dan Baston)
  - #3465, ST_ClusterKMeans (Paul Ramsey)
  - #3469, ST_MakeLine with MULTIPOINTs (Paul Norman)
  - #3549, Support PgSQL 9.6 parallel query mode, as far as possible
           (Paul Ramsey, Regina Obe)
  - #3557, Geometry function costs based on query stats (Paul Norman)
  - #3591, Add support for BRIN indexes. PostgreSQL 9.4+ required.
           (Giuseppe Broccolo of 2nd Quadrant, Julien Rouhaud
            and Ronan Dunklau of Dalibo)
  - #3496, Make postgis non-relocateable for extension install,
           schema qualify calls in functions (Regina Obe)
           Should resolve once and for all for extensions #3494, #3486, #3076
  - #3547, Update tiger geocoder to support TIGER 2016
           and to support both http and ftp.
  - #3613, Segmentize geography using equal length segments
           (Hugo Mercier of Oslandia)

* Bug Fixes

* Performance Enhancements

  - #75, Enhancement to PIP short circuit (Dan Baston)
  - #3383, Avoid deserializing small geometries during index operations
           (Dan Baston)
  - #3400, Minor optimization of PIP routines (Dan Baston)
  - Make adding a line to topology interruptible (Sandro Santilli)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/postgresql-postgis2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql-postgis2/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql-postgis2/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/postgresql-postgis2/patches/patch-extensions_postgis_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql-postgis2/Makefile
diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.21 pkgsrc/databases/postgresql-postgis2/Makefile:1.22
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.21  Sun Oct  9 21:41:57 2016
+++ pkgsrc/databases/postgresql-postgis2/Makefile       Mon Dec  5 15:12:08 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2016/10/09 21:41:57 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/12/05 15:12:08 gdt Exp $
 
-DISTNAME=      postgis-2.2.2
+DISTNAME=      postgis-2.3.1
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    databases geography
 MASTER_SITES=  http://download.osgeo.org/postgis/source/
 

Index: pkgsrc/databases/postgresql-postgis2/PLIST
diff -u pkgsrc/databases/postgresql-postgis2/PLIST:1.7 pkgsrc/databases/postgresql-postgis2/PLIST:1.8
--- pkgsrc/databases/postgresql-postgis2/PLIST:1.7      Mon Apr 11 12:22:02 2016
+++ pkgsrc/databases/postgresql-postgis2/PLIST  Mon Dec  5 15:12:08 2016
@@ -1,35 +1,39 @@
-@comment $NetBSD: PLIST,v 1.7 2016/04/11 12:22:02 gdt Exp $
+@comment $NetBSD: PLIST,v 1.8 2016/12/05 15:12:08 gdt Exp $
 bin/pgsql2shp
 bin/raster2pgsql
 bin/shp2pgsql
 include/liblwgeom.h
 include/liblwgeom_topo.h
 lib/liblwgeom.la
-lib/postgresql/postgis-2.2.so
-lib/postgresql/postgis_topology-2.2.so
-lib/postgresql/rtpostgis-2.2.so
-share/postgresql/contrib/postgis-2.2/legacy.sql
-share/postgresql/contrib/postgis-2.2/legacy_gist.sql
-share/postgresql/contrib/postgis-2.2/legacy_minimal.sql
-share/postgresql/contrib/postgis-2.2/postgis.sql
-share/postgresql/contrib/postgis-2.2/postgis_comments.sql
-share/postgresql/contrib/postgis-2.2/postgis_proc_set_search_path.sql
-share/postgresql/contrib/postgis-2.2/postgis_restore.pl
-share/postgresql/contrib/postgis-2.2/postgis_upgrade.sql
-share/postgresql/contrib/postgis-2.2/raster_comments.sql
-share/postgresql/contrib/postgis-2.2/rtpostgis.sql
-share/postgresql/contrib/postgis-2.2/rtpostgis_legacy.sql
-share/postgresql/contrib/postgis-2.2/rtpostgis_proc_set_search_path.sql
-share/postgresql/contrib/postgis-2.2/rtpostgis_upgrade.sql
-share/postgresql/contrib/postgis-2.2/sfcgal_comments.sql
-share/postgresql/contrib/postgis-2.2/spatial_ref_sys.sql
-share/postgresql/contrib/postgis-2.2/topology.sql
-share/postgresql/contrib/postgis-2.2/topology_comments.sql
-share/postgresql/contrib/postgis-2.2/topology_upgrade.sql
-share/postgresql/contrib/postgis-2.2/uninstall_legacy.sql
-share/postgresql/contrib/postgis-2.2/uninstall_postgis.sql
-share/postgresql/contrib/postgis-2.2/uninstall_rtpostgis.sql
-share/postgresql/contrib/postgis-2.2/uninstall_topology.sql
+lib/postgresql/postgis-2.3.so
+lib/postgresql/postgis_topology-2.3.so
+lib/postgresql/rtpostgis-2.3.so
+share/postgresql/contrib/postgis-2.3/legacy.sql
+share/postgresql/contrib/postgis-2.3/legacy_gist.sql
+share/postgresql/contrib/postgis-2.3/legacy_minimal.sql
+share/postgresql/contrib/postgis-2.3/postgis.sql
+share/postgresql/contrib/postgis-2.3/postgis_comments.sql
+share/postgresql/contrib/postgis-2.3/postgis_for_extension.sql
+share/postgresql/contrib/postgis-2.3/postgis_proc_set_search_path.sql
+share/postgresql/contrib/postgis-2.3/postgis_restore.pl
+share/postgresql/contrib/postgis-2.3/postgis_upgrade.sql
+share/postgresql/contrib/postgis-2.3/postgis_upgrade_for_extension.sql
+share/postgresql/contrib/postgis-2.3/raster_comments.sql
+share/postgresql/contrib/postgis-2.3/rtpostgis.sql
+share/postgresql/contrib/postgis-2.3/rtpostgis_for_extension.sql
+share/postgresql/contrib/postgis-2.3/rtpostgis_legacy.sql
+share/postgresql/contrib/postgis-2.3/rtpostgis_proc_set_search_path.sql
+share/postgresql/contrib/postgis-2.3/rtpostgis_upgrade.sql
+share/postgresql/contrib/postgis-2.3/rtpostgis_upgrade_for_extension.sql
+share/postgresql/contrib/postgis-2.3/sfcgal_comments.sql
+share/postgresql/contrib/postgis-2.3/spatial_ref_sys.sql
+share/postgresql/contrib/postgis-2.3/topology.sql
+share/postgresql/contrib/postgis-2.3/topology_comments.sql
+share/postgresql/contrib/postgis-2.3/topology_upgrade.sql
+share/postgresql/contrib/postgis-2.3/uninstall_legacy.sql
+share/postgresql/contrib/postgis-2.3/uninstall_postgis.sql
+share/postgresql/contrib/postgis-2.3/uninstall_rtpostgis.sql
+share/postgresql/contrib/postgis-2.3/uninstall_topology.sql
 share/postgresql/extension/postgis--2.0.0--${PKGVERSION}.sql
 share/postgresql/extension/postgis--2.0.1--${PKGVERSION}.sql
 share/postgresql/extension/postgis--2.0.2--${PKGVERSION}.sql
@@ -50,7 +54,10 @@ share/postgresql/extension/postgis--2.1.
 share/postgresql/extension/postgis--2.1.9--${PKGVERSION}.sql
 share/postgresql/extension/postgis--2.2.0--${PKGVERSION}.sql
 share/postgresql/extension/postgis--2.2.1--${PKGVERSION}.sql
-share/postgresql/extension/postgis--${PKGVERSION}--${PKGVERSION}.sql
+share/postgresql/extension/postgis--2.2.2--${PKGVERSION}.sql
+share/postgresql/extension/postgis--2.2.3--${PKGVERSION}.sql
+share/postgresql/extension/postgis--2.2.4--${PKGVERSION}.sql
+share/postgresql/extension/postgis--2.3.0--${PKGVERSION}.sql
 share/postgresql/extension/postgis--${PKGVERSION}--${PKGVERSION}next.sql
 share/postgresql/extension/postgis--${PKGVERSION}.sql
 share/postgresql/extension/postgis--${PKGVERSION}next--${PKGVERSION}.sql
@@ -76,7 +83,10 @@ share/postgresql/extension/postgis_tiger
 share/postgresql/extension/postgis_tiger_geocoder--2.1.9--${PKGVERSION}.sql
 share/postgresql/extension/postgis_tiger_geocoder--2.2.0--${PKGVERSION}.sql
 share/postgresql/extension/postgis_tiger_geocoder--2.2.1--${PKGVERSION}.sql
-share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}--${PKGVERSION}.sql
+share/postgresql/extension/postgis_tiger_geocoder--2.2.2--${PKGVERSION}.sql
+share/postgresql/extension/postgis_tiger_geocoder--2.2.3--${PKGVERSION}.sql
+share/postgresql/extension/postgis_tiger_geocoder--2.2.4--${PKGVERSION}.sql
+share/postgresql/extension/postgis_tiger_geocoder--2.3.0--${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}next--${PKGVERSION}.sql
@@ -103,10 +113,12 @@ share/postgresql/extension/postgis_topol
 share/postgresql/extension/postgis_topology--2.1.9--${PKGVERSION}.sql
 share/postgresql/extension/postgis_topology--2.2.0--${PKGVERSION}.sql
 share/postgresql/extension/postgis_topology--2.2.1--${PKGVERSION}.sql
-share/postgresql/extension/postgis_topology--${PKGVERSION}--${PKGVERSION}.sql
+share/postgresql/extension/postgis_topology--2.2.2--${PKGVERSION}.sql
+share/postgresql/extension/postgis_topology--2.2.3--${PKGVERSION}.sql
+share/postgresql/extension/postgis_topology--2.2.4--${PKGVERSION}.sql
+share/postgresql/extension/postgis_topology--2.3.0--${PKGVERSION}.sql
 share/postgresql/extension/postgis_topology--${PKGVERSION}--${PKGVERSION}next.sql
 share/postgresql/extension/postgis_topology--${PKGVERSION}.sql
 share/postgresql/extension/postgis_topology--${PKGVERSION}next--${PKGVERSION}.sql
 share/postgresql/extension/postgis_topology--unpackaged--${PKGVERSION}.sql
 share/postgresql/extension/postgis_topology.control
-@pkgdir share/doc/postgis/images

Index: pkgsrc/databases/postgresql-postgis2/distinfo
diff -u pkgsrc/databases/postgresql-postgis2/distinfo:1.8 pkgsrc/databases/postgresql-postgis2/distinfo:1.9
--- pkgsrc/databases/postgresql-postgis2/distinfo:1.8   Mon Apr 11 12:22:02 2016
+++ pkgsrc/databases/postgresql-postgis2/distinfo       Mon Dec  5 15:12:08 2016
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.8 2016/04/11 12:22:02 gdt Exp $
+$NetBSD: distinfo,v 1.9 2016/12/05 15:12:08 gdt Exp $
 
-SHA1 (postgis-2.2.2.tar.gz) = f82fa96c4c73e8a94091b51f2e528a8146b03597
-RMD160 (postgis-2.2.2.tar.gz) = 1107540f50e163a998e34659922044d7801d336e
-SHA512 (postgis-2.2.2.tar.gz) = c5ad97abe52b7ec67e52a06e05e694099eaf2daacb7dc73c85dce71a61c269c755ec401f1077a1760cfb930ccd42fb1d34ebfb79990f52f5bc3aafa9db2e9ce4
-Size (postgis-2.2.2.tar.gz) = 10071528 bytes
+SHA1 (postgis-2.3.1.tar.gz) = c5ed6629ea050b5edfd3e4a75278c82d96a5aad1
+RMD160 (postgis-2.3.1.tar.gz) = af6a01053b65010ba95481cab335c000bf29de80
+SHA512 (postgis-2.3.1.tar.gz) = 28a78bce7d03af5b523efe583c2746c5101b201a5dcb4f3e4a59354313b9e7b632e9c8cb1a1e1eaba684f6e1a7d5c2c585a09315e8d0e45870a504daaa42c5e9
+Size (postgis-2.3.1.tar.gz) = 11335176 bytes
 SHA1 (patch-extensions_address__standardizer_Makefile.in) = e560e734b3652b5ae4c539af8f077754979f2f29
-SHA1 (patch-extensions_postgis_Makefile.in) = 30b67a57cd3999b7fe688fc65c4d8730ad0afaa8
 SHA1 (patch-extensions_postgis__topology_Makefile.in) = f1095e0a852d746027417d49a0c14bf00a5da00f



Home | Main Index | Thread Index | Old Index