summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt>2006-11-10 21:19:43 +0000
committergdt <gdt>2006-11-10 21:19:43 +0000
commitac051b5c2facdcd79566c30010bffba6330a62d5 (patch)
treec367f47b366ed08442ef49b2fe1f6f809217c388 /geography
parent27b6b8c6947efb77682a036972146fd8dbf64cd7 (diff)
downloadpkgsrc-ac051b5c2facdcd79566c30010bffba6330a62d5.tar.gz
Update to 1.1.6.
PostGIS 1.1.6 2006/11/02 - fixed CAPI change that broke 64-bit platforms - use Z ordinate in reprojections - spatial_ref_sys.sql updated to EPSG 6.11.1 - Simplified Version.config infrastructure to use a single pack of version variables for everything. - Include the Version.config in loader/dumper USAGE messages - Replace hand-made, fragile JDBC version parser with Properties - Fixed setSRID() bug in JDBC, thanks to Thomas Marti - loader/dumper: fixed regression tests and usage output PostGIS 1.1.5 2006/10/13 - Java: - Removed obsolete synchronization from Jts code. - fixed nullpointer Exception in Geometry.equals() method - Added EJB3Spatial.odt to fulfill the GPL requirement of distributing the "preferred form of modification" - Added -S option for non-multi geometries to shp2pgsql - Updated heavily outdated README files for shp2pgsql/pgsql2shp by merging them with the manpages.
Diffstat (limited to 'geography')
-rw-r--r--geography/postgresql81-postgis/Makefile4
-rw-r--r--geography/postgresql81-postgis/distinfo9
-rw-r--r--geography/postgresql81-postgis/patches/patch-aa13
3 files changed, 6 insertions, 20 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile
index 1b292cbafa1..59083925810 100644
--- a/geography/postgresql81-postgis/Makefile
+++ b/geography/postgresql81-postgis/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2006/10/02 13:47:19 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2006/11/10 21:19:43 gdt Exp $
DISTNAME= postgis-${VERSION}
-VERSION= 1.1.4
+VERSION= 1.1.6
PKGNAME= postgresql81-postgis-${VERSION}
MASTER_SITES= http://postgis.refractions.net/download/
CATEGORIES= databases geography
diff --git a/geography/postgresql81-postgis/distinfo b/geography/postgresql81-postgis/distinfo
index ee42252f054..f4e5ca953a9 100644
--- a/geography/postgresql81-postgis/distinfo
+++ b/geography/postgresql81-postgis/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/10/02 13:47:19 gdt Exp $
+$NetBSD: distinfo,v 1.4 2006/11/10 21:19:43 gdt Exp $
-SHA1 (postgis-1.1.4.tar.gz) = 96afd988aeabb92efa0a99b25cc77be29c700dde
-RMD160 (postgis-1.1.4.tar.gz) = 8441aba816154ebe743a93334df9df43a15fa87e
-Size (postgis-1.1.4.tar.gz) = 1853989 bytes
-SHA1 (patch-aa) = 0b319c966ae1b47a2a7c65a8385a6b8e4df28c5e
+SHA1 (postgis-1.1.6.tar.gz) = b13c36e50e30c572298cb8631bc83e5318d24bcc
+RMD160 (postgis-1.1.6.tar.gz) = 414b7d03e1b14f7e46dabc32484ec25b4dc42916
+Size (postgis-1.1.6.tar.gz) = 2039011 bytes
diff --git a/geography/postgresql81-postgis/patches/patch-aa b/geography/postgresql81-postgis/patches/patch-aa
deleted file mode 100644
index 540e2d1ddf0..00000000000
--- a/geography/postgresql81-postgis/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/09/20 16:24:46 gdt Exp $
-
---- configure.orig 2006-07-01 00:53:02.000000000 -0400
-+++ configure
-@@ -3735,7 +3735,7 @@ fi;
-
- if test $USE_GEOS -gt 0; then
- GEOS_DIR=`$GEOSCONFIG --prefix`
-- GEOS_LDFLAGS=`$GEOSCONFIG --ldflags`
-+ GEOS_LDFLAGS=`$GEOSCONFIG --libs`
- GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1`
- if test "$GEOS_MAJOR" = "@GEOS_VERSION@"; then
- GEOS_MAJOR=1