pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/postgresql81-postgis Update to 1.1.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/eaa018e1313b
branches: trunk
changeset: 521398:eaa018e1313b
user: gdt <gdt%pkgsrc.org@localhost>
date: Fri Nov 10 21:19:43 2006 +0000
description:
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:
geography/postgresql81-postgis/Makefile | 4 ++--
geography/postgresql81-postgis/distinfo | 9 ++++-----
geography/postgresql81-postgis/patches/patch-aa | 13 -------------
3 files changed, 6 insertions(+), 20 deletions(-)
diffs (44 lines):
diff -r af38b7143142 -r eaa018e1313b geography/postgresql81-postgis/Makefile
--- a/geography/postgresql81-postgis/Makefile Fri Nov 10 21:18:54 2006 +0000
+++ b/geography/postgresql81-postgis/Makefile Fri Nov 10 21:19:43 2006 +0000
@@ -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 -r af38b7143142 -r eaa018e1313b geography/postgresql81-postgis/distinfo
--- a/geography/postgresql81-postgis/distinfo Fri Nov 10 21:18:54 2006 +0000
+++ b/geography/postgresql81-postgis/distinfo Fri Nov 10 21:19:43 2006 +0000
@@ -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 -r af38b7143142 -r eaa018e1313b geography/postgresql81-postgis/patches/patch-aa
--- a/geography/postgresql81-postgis/patches/patch-aa Fri Nov 10 21:18:54 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index