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.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aebe93d2d1c0
branches:  trunk
changeset: 523725:aebe93d2d1c0
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Jan 12 18:11:49 2007 +0000

description:
Update to 1.2.1

* Fix for bug in Within() caused by point-in-polygon performance
shortcut.
* Fix for bug in indexes with null on PostgreSQL 8.2.
* Fix for JTS handling of multi-dimensional data.
* Fix for GCJ Java support.
* Fix for JDBC compatibility in PostgreSQL 8.2.
* New AsKML() function.
* Better Transform() performance when no transform is actually required!

diffstat:

 geography/postgresql81-postgis/Makefile |  4 ++--
 geography/postgresql81-postgis/PLIST    |  9 ++++++++-
 geography/postgresql81-postgis/distinfo |  8 ++++----
 3 files changed, 14 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r caf1e2fe2bc1 -r aebe93d2d1c0 geography/postgresql81-postgis/Makefile
--- a/geography/postgresql81-postgis/Makefile   Fri Jan 12 17:27:20 2007 +0000
+++ b/geography/postgresql81-postgis/Makefile   Fri Jan 12 18:11:49 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2007/01/07 09:13:55 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2007/01/12 18:11:49 gdt Exp $
 
 DISTNAME=              postgis-${VERSION}
-VERSION=               1.2.0
+VERSION=               1.2.1
 PKGNAME=               postgresql81-postgis-${VERSION}
 MASTER_SITES=          http://postgis.refractions.net/download/
 CATEGORIES=            databases geography
diff -r caf1e2fe2bc1 -r aebe93d2d1c0 geography/postgresql81-postgis/PLIST
--- a/geography/postgresql81-postgis/PLIST      Fri Jan 12 17:27:20 2007 +0000
+++ b/geography/postgresql81-postgis/PLIST      Fri Jan 12 18:11:49 2007 +0000
@@ -1,10 +1,17 @@
-@comment $NetBSD: PLIST,v 1.4 2006/12/09 17:07:39 gdt Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/01/12 18:11:49 gdt Exp $
+bin/mktemplate_gis.sh
 bin/pgsql2shp
+bin/postgis_env.sh
+bin/postgres_lib.sh
+bin/rmtemplate_gis.sh
 bin/shp2pgsql
 lib/liblwgeom.so
 lib/liblwgeom.so.1
 lib/liblwgeom.so.1.2
+man/man1/createdb.postgis.1
+man/man1/mktemplate_gis.1
 man/man1/pgsql2shp.1
+man/man1/rmtemplate_gis.1
 man/man1/shp2pgsql.1
 share/doc/html/postgis/postgis.html
 share/doc/html/postgis/style.css
diff -r caf1e2fe2bc1 -r aebe93d2d1c0 geography/postgresql81-postgis/distinfo
--- a/geography/postgresql81-postgis/distinfo   Fri Jan 12 17:27:20 2007 +0000
+++ b/geography/postgresql81-postgis/distinfo   Fri Jan 12 18:11:49 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2006/12/09 17:07:39 gdt Exp $
+$NetBSD: distinfo,v 1.7 2007/01/12 18:11:49 gdt Exp $
 
-SHA1 (postgis-1.2.0.tar.gz) = b6e33324c4c2dddc925e7bac86fb1f9c635f20a6
-RMD160 (postgis-1.2.0.tar.gz) = 4f2ce71ffd49649cd5712a8bc1a6b822d968797a
-Size (postgis-1.2.0.tar.gz) = 2077747 bytes
+SHA1 (postgis-1.2.1.tar.gz) = 0a47bde414bf691fb624ead37cc119687aba14df
+RMD160 (postgis-1.2.1.tar.gz) = b5f8c542a143d460ebc1387a0d9e4b69335e73c3
+Size (postgis-1.2.1.tar.gz) = 2084672 bytes
 SHA1 (patch-aa) = 9660b7e2be9a039bca88f0f66e9075faf97fe41d



Home | Main Index | Thread Index | Old Index