summaryrefslogtreecommitdiff
path: root/geography/postgresql81-postgis/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2007-01-12 18:11:49 +0000
committergdt <gdt>2007-01-12 18:11:49 +0000
commitad63d1cd94aca21520bbc1b17ee91f2b5b4ee4a8 (patch)
tree44101a3342847b5e9933542ef509199194f82653 /geography/postgresql81-postgis/Makefile
parentb2b78ffa4254ddb19e5d41d1b155381e9234e8ef (diff)
downloadpkgsrc-ad63d1cd94aca21520bbc1b17ee91f2b5b4ee4a8.tar.gz
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 (limited to 'geography/postgresql81-postgis/Makefile')
-rw-r--r--geography/postgresql81-postgis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile
index 8f61293ee00..c05cd205b8c 100644
--- a/geography/postgresql81-postgis/Makefile
+++ b/geography/postgresql81-postgis/Makefile
@@ -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