summaryrefslogtreecommitdiff
path: root/geography/postgresql81-postgis/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2006-12-09 17:07:39 +0000
committergdt <gdt>2006-12-09 17:07:39 +0000
commit63b90ff0f34c22a5bf66042dcd4185ae24de8f6d (patch)
tree29175ff4dbe2c41f0902a48a9439300335c073dd /geography/postgresql81-postgis/Makefile
parent222ce3f2347456bf5ddf412b75c089ade549c8ee (diff)
downloadpkgsrc-63b90ff0f34c22a5bf66042dcd4185ae24de8f6d.tar.gz
PostGIS 1.2.0
2006/12/08 - Added curved geometry type support for serialization/deserialization. - Added point-in-polygon shortcircuit to Contains and Within functions. - JDBC: Added awt.shape implementation for JTS geometries - EJB3: Fixed NullPointer bug, thanks to Norman Barker
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 59083925810..f30f40242ff 100644
--- a/geography/postgresql81-postgis/Makefile
+++ b/geography/postgresql81-postgis/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2006/11/10 21:19:43 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2006/12/09 17:07:39 gdt Exp $
DISTNAME= postgis-${VERSION}
-VERSION= 1.1.6
+VERSION= 1.2.0
PKGNAME= postgresql81-postgis-${VERSION}
MASTER_SITES= http://postgis.refractions.net/download/
CATEGORIES= databases geography