summaryrefslogtreecommitdiff
path: root/databases/postgresql-postgis
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-01-08 18:39:49 +0000
committergdt <gdt@pkgsrc.org>2012-01-08 18:39:49 +0000
commite2db9b0887ba1f6f0a047d85af7ba03ad3f08fed (patch)
tree924e9a24e3924c1b86fc10a4ba6d78f216eed702 /databases/postgresql-postgis
parent8ac89125d742a0c3b1e2b44971a44a8feaa320b8 (diff)
downloadpkgsrc-e2db9b0887ba1f6f0a047d85af7ba03ad3f08fed.tar.gz
Update to 1.5.3 (basically bug fixes since 1.5.1).
PostGIS 1.5.3 2011/06/25 - This is a bug fix release, addressing issues that have been filed since the 1.5.2 release. - Bug Fixes - #1056, produce correct bboxes for arc geometries, fixes index errors (Paul Ramsey) - #1007, ST_IsValid crash - fix requires GEOS 3.3.0+ or 3.2.3+ (Sandro Santilli, reported by Birgit Laggner) - #940, support for PostgreSQL 9.1 beta 1 (Regina Obe, Paul Ramsey, patch submitted by stl) - #845, ST_Intersects precision error (Sandro Santilli, Nicklas Avén) Reported by cdestigter - #884, Unstable results with ST_Within, ST_Intersects (Chris Hodgson) - #779, shp2pgsql -S option seems to fail on points (Jeff Adams) - #666, ST_DumpPoints is not null safe (Regina Obe) - #631, Update NZ projections for grid transformation support (jpalmer) - #630, Peculiar Null treatment in arrays in ST_Collect (Chris Hodgson) Reported by David Bitner - #624, Memory leak in ST_GeogFromText (ryang, Paul Ramsey) - #609, Bad source code in manual section 5.2 Java Clients (simoc, Regina Obe) - #604, shp2pgsql usage touchups (Mike Toews, Paul Ramsey) - #573 ST_Union fails on a group of linestrings Not a PostGIS bug, fixed in GEOS 3.3.0 - #457 ST_CollectionExtract returns non-requested type (Nicklas Avén, Paul Ramsey) - #441 ST_AsGeoJson Bbox on GeometryCollection error (Olivier Courtin) - #411 Ability to backup invalid geometries (Sando Santilli) Reported by Regione Toscana - #409 ST_AsSVG - degraded (Olivier Courtin) Reported by Sdikiy - #373 Documentation syntax error in hard upgrade (Paul Ramsey) Reported by psvensso PostGIS 1.5.2 2010/09/27 - This is a bug fix release, addressing issues that have been filed since the 1.5.1 release. - Bug Fixes - Loader: fix handling of empty (0-verticed) geometries in shapefiles. (Sandro Santilli) - #536, Geography ST_Intersects, ST_Covers, ST_CoveredBy and Geometry ST_Equals not using spatial index (Regina Obe, Nicklas Avén) - #573, Improvement to ST_Contains geography - Loader: Add support for command-q shutdown in Mac GTK build (Paul Ramsey) - #393, Loader: Add temporary patch for large DBF files (Maxime Guillaud, Paul Ramsey) - #507, Fix wrong OGC URN in GeoJSON and GML output (Olivier Courtin) - spatial_ref_sys.sql Add datum conversion for projection SRID 3021 (Paul Ramsey) - Geography - remove crash for case when all geographies are out of the estimate (Paul Ramsey) - #469, Fix for array_aggregation error (Greg Stark, Paul Ramsey) - #532, Temporary geography tables showing up in other user sessions (Paul Ramsey) - #562, ST_Dwithin errors for large geographies (Paul Ramsey) - #513, shape loading GUI tries to make spatial index when loading DBF only mode (Paul Ramsey) - #527, shape loading GUI should always append log messages (Mark Cave-Ayland) - #504 shp2pgsql should rename xmin/xmax fields (Sandro Santilli) - #458 postgis_comments being installed in contrib instead of version folder (Mark Cave-Ayland) - #474 Analyzing a table with geography column crashes server (Paul Ramsey) - #581 LWGEOM-expand produces inconsistent results (Mark Cave-Ayland) - #471 DocBook dtd errors (Olivier Courtin) - Fix further build issues against PostgreSQL 9.0 (Mark Cave-Ayland) - #572 Password whitespace for Shape File to PostGIS Import not supported (Mark Cave-Ayland) - #603: shp2pgsql: "-w" produces invalid WKT for MULTI* objects. (Mark Cave-Ayland) - Enhancement - #513 Add dbf filter to shp2pgsql-gui and allow uploading dbf only (Paul Ramsey)
Diffstat (limited to 'databases/postgresql-postgis')
-rw-r--r--databases/postgresql-postgis/Makefile10
-rw-r--r--databases/postgresql-postgis/PLIST4
-rw-r--r--databases/postgresql-postgis/distinfo8
3 files changed, 12 insertions, 10 deletions
diff --git a/databases/postgresql-postgis/Makefile b/databases/postgresql-postgis/Makefile
index 1a096a8e086..76c323ed8ba 100644
--- a/databases/postgresql-postgis/Makefile
+++ b/databases/postgresql-postgis/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2011/12/31 17:14:16 gdt Exp $
+# $NetBSD: Makefile,v 1.8 2012/01/08 18:39:49 gdt Exp $
-DISTNAME= postgis-1.5.1
+DISTNAME= postgis-1.5.3
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= http://postgis.refractions.net/download/
@@ -49,8 +48,11 @@ post-install:
${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/html/postgis.html ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/html/style.css ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/html/images/* ${DESTDIR}${DOCDIR}/images
- ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/postgis_comments.sql ${DESTDIR}${PREFIX}/share/postgresql/contrib
${INSTALL_MAN} ${BUILD_DIRS:Q}/doc/man/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_DATA} ${BUILD_DIRS:Q}/doc/postgis_comments.sql ${DESTDIR}${PREFIX}/share/postgresql/contrib/postgis-1.5
+
+# TEST_DEPENDS
+# .include "../../devel/cunit/buildlink3.mk"
.include "../../geography/geos/buildlink3.mk"
.include "../../geography/proj/buildlink3.mk"
diff --git a/databases/postgresql-postgis/PLIST b/databases/postgresql-postgis/PLIST
index 3f00a3e9c12..6acf38ac013 100644
--- a/databases/postgresql-postgis/PLIST
+++ b/databases/postgresql-postgis/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2011/12/31 17:14:16 gdt Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/01/08 18:39:49 gdt Exp $
bin/pgsql2shp
bin/shp2pgsql
lib/postgresql/postgis-1.5.so
@@ -97,9 +97,9 @@ share/doc/postgis/images/warning.png
share/doc/postgis/postgis.html
share/doc/postgis/style.css
share/postgresql/contrib/postgis-1.5/postgis.sql
+share/postgresql/contrib/postgis-1.5/postgis_comments.sql
share/postgresql/contrib/postgis-1.5/postgis_upgrade_13_to_15.sql
share/postgresql/contrib/postgis-1.5/postgis_upgrade_14_to_15.sql
share/postgresql/contrib/postgis-1.5/postgis_upgrade_15_minor.sql
share/postgresql/contrib/postgis-1.5/spatial_ref_sys.sql
share/postgresql/contrib/postgis-1.5/uninstall_postgis.sql
-share/postgresql/contrib/postgis_comments.sql
diff --git a/databases/postgresql-postgis/distinfo b/databases/postgresql-postgis/distinfo
index e634b98ffc2..dc668db0a40 100644
--- a/databases/postgresql-postgis/distinfo
+++ b/databases/postgresql-postgis/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2011/12/31 17:14:16 gdt Exp $
+$NetBSD: distinfo,v 1.6 2012/01/08 18:39:49 gdt Exp $
-SHA1 (postgis-1.5.1.tar.gz) = 9b7f2b6ce2cb1d23c88c0393f55f13ea9b172ff7
-RMD160 (postgis-1.5.1.tar.gz) = 7c8b600e60c751b0ddc6c76f6cbb41d5997366d6
-Size (postgis-1.5.1.tar.gz) = 3721030 bytes
+SHA1 (postgis-1.5.3.tar.gz) = e8c572e0258ba760a67b7f717bdc8321b9f6cd58
+RMD160 (postgis-1.5.3.tar.gz) = e30275890b175cbe1d70d5899cbe45ec34ddbafb
+Size (postgis-1.5.3.tar.gz) = 3779956 bytes
SHA1 (patch-configure) = 5995e773b9f8ec20e710d6cb690e928856c2650e
SHA1 (patch-configure.ac) = 993358912b61670733602511d507e497c9677875